vote up 37 vote down star
23

What is the funniest/weirdest error message you've got from a development environment/application?

  • "Catastrophic failure"
  • "'null' is null or not an object"
flag
2  
Community wiki IS NOT a synonym for "not a real question". Until someone can come up with some criteria for community wiki, don't wiki any of your posts. – Juliet Mar 18 '09 at 12:06
10  
Wow! someone woke up on a bad mood today....... there is no community wiki criteria, it is up to the community, so as long the community does not close this question it is still a legitime community wiki, that is why it is called community, I don't own the question any more, the community does. – pablito Mar 19 '09 at 12:51
1  
@Juliet: such criteria exist. See meta.stackoverflow.com/questions/11740/… – Lord Torgamus Jan 15 at 19:05
show 2 more comments

119 Answers

vote up 8 vote down

I'm probably going to annoy an old friend if he ever reads this, but he had a boring day at work many years ago, whilst finishing off a simple print server. It was written in VB and was for more than one branch PC to share a serial printer. This particular day he was writing the error handler.

Quite apart from:

This error can't happen.

... there was also:

Orange marmalade? No, paper jam!

... and:

Pieces of seven! Pieces of seven! It's a parrot-y error!

... and once coded, he promptly forgot about them.

It was quite some months before Branch Support encountered a strange call from one branch that had received the 'parrot-y' error (turned out to be a loose cable). That's when they also discovered the 'orange marmalade' error. Branch Support were only slightly annoyed they didn't know about them before hand, but it otherwise brightened everyone's day. Fortunately, branch staff were accustomed to strange messages from IT apps, so there was no problem leaving them in. :-)

link|flag
vote up 7 vote down

Entering an absurdly old birthdate: I don't think you're Methuselah.

link|flag
1  
Ha, I do that all the time in DOB entry: "Seriously? You're 893 years old?" – Typeoneerror Jul 15 at 20:52
vote up 7 vote down

I love when XP would do the one error where it says the "memory" could not be "read". Both those words are in quotes in the error message. It just sounds like airquotes!

link|flag
4  
bash.org/?4460 <jre> One time I went into a stupid donut shop to take a pee-pee. They had a sign that said: PLEASE "FLUSH TOILET" BEFORE LEAVING. Flush toilet was in parentheses. So I assumed it was code for something <jre> So I "pissed in the sink" – tstenner Jul 1 at 15:55
show 2 more comments
vote up 7 vote down

This PHP error threw me the first time I saw it:

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM expecting T_STRING in...

(it means something like “double colon” in hebrew)

link|flag
2  
Yes that really threw me off when I was learning OO in PHP. Had to google it. – Neil Aitken Sep 17 at 9:16
show 1 more comment
vote up 6 vote down

I came across a little program that could change the text on the little one line LCD displays on certain HP laster printers. Some people were confused, and others bemused when the printer gave the error message, "Need Chocolate"

link|flag
vote up 6 vote down

last message in the log: "die welt ist schlecht !", which means The world is bad!

sorry it is in german ?

link|flag
show 1 more comment
vote up 6 vote down

I was trying to update my amazon mp3 application when I got this little gem. It's so ridiculous I almost believe I edited the photo without telling myself. What were they smoking?

amazon error

link|flag
vote up 5 vote down

I have a toss up - "Kernel Panic... die die die!" and while examining the logs of the process "Please see the logs for more details".

link|flag
vote up 5 vote down

From GNU tar:

tar: Cowardly refusing to create an empty archive

(when you don't give it any files to add to the archive it should create).

link|flag
8  
That actually has a serious background: Old versions of tar used to truncate the destination file instead of showing this error. This could easily lead to data loss if you misplaced an argument. The error is actually a safety check. – sleske Jul 1 at 15:50
vote up 5 vote down

I sometimes put "something" in when I haven't yet come up with a name for... well, something - and one day from this code:

x = something;

my system gave me the error message:

something cannot be resolved

link|flag
vote up 5 vote down

"When casting from a number, the value must be a number less than infinity."

Silly me trying to use numbers bigger than infinity!

link|flag
show 2 more comments
vote up 5 vote down

The most funny message I ‘ve ever seen was .. my own. Here is the story:

In 2004 I was a member of a team making huge credit application system. The client application was written in Delphi. It consisted one big form called TemplateForm. Actual client forms for processing credits actually inherited from this form, so there was one MortgageForm, one CreditCardForm, one PersonalForm, one BussinesForm, and so on.

One day I have checked in my sources, being sure it will work, and went home. During the evening developer from Personal Credits Team changed slightly our TemplateForm – instead of hardcoding form’s title, he have added a GetFormName function call in TemplateForm constructor. The only pain was he made GetFormName an abstract function in a template without letting the rest of the team know about the change (in fact, he changed PersonalForm, but did not change other forms inheriting from TemplateForm). Nowadays Delphi warns about creating object of a class containing unimplemented abstract methods… but it was Delphi 5, and night build run smoothly.

The following day, when I was eating breakfast, I was reading desperate mail from our support and business knowledge team. They were complaining about “Abstract Error” (which is Delphi response to calling abstract method). When Ann sent a message that she does not understand what “Abstract error” meant, her colleague Lukas, wrote that she would probably understand error message regarding cloths, dresses, perfumes and “girls stuff”. She replied, that she would rather have Aidan Quinn on error message. ‘WTF?’ asked developers, and quickly googled this:

http://www.imdb.com/name/nm0001644/

So, when we came to work we have downloaded a big picture of Aidan, created TdlgAidanInfo form class, and put a small Panel in TemplateForm. This small panel had OnClick event, and this event was firing Aidan form using ShowModal . Ann was very happy, and she planned to show this trick to our customer during some hard meeting, to “clean some air” (we were constantly kicked by our customer).

Unfortunately one of Personal Credits Team developers saw the increase in size of the executable. Since EXE was something about 6 MB, we thought no one will notice additional 200 kB… But he notices. Most dialogs was named something like dlgALL_ALL_ZBZ_LST, making it almost impossible to understand, so TdlgAidanInfo was soon discovered and deleted. Our boss was informed and there was a bit of a mess.

Since Aidan’s photo had been removed, we had put one line of code in the place where his window was previously. This was a message box with a text “Aidan Quinn used to live there” and a title “It is important to have a sense of humor”. Aidan’s story was then forgotten.

About two years later our support team has been called by bank executive reporting some strange bug about credit amount. This executive was a bit terrified because he thought he was getting crazy… he said:

‘We [him and a clerk] panicked a bit and started to try various options to get right credit amount. And we clicked a lot of places on UI and … and some unexpected message box about someone named Aidan Quinn appeared!’

We have spent about a hour laughing. Instead of support team Ann responded to customer: ‘

This message box is not unexpected.

’.

link|flag
vote up 4 vote down

The last company I worked for was maintaining their own app server, and their exception page would just say:

"did not work."

Gee, thanks.

link|flag
show 1 more comment
vote up 4 vote down

Not really funny, but the timing was good. That is, if an error is ever good... I got it while browsing this question.

On Stack Overflow: Server Error in '/' Application.

link|flag
vote up 4 vote down

Debugging some QBASIC code back in the day I got this:

ERROR: Blue

After investigating I figured out how to reproduce it and I was also able to get Yellow, White, and a few other colors. Unfortunately I don't remember the details, but it had to do with editing the code while debugging.

link|flag
vote up 4 vote down

In a software I once worked on, there was an exception for an impossible condition to happen (sort of "if true: do this; elif false: do that; else: raise exception"). The message was:

"Impossible condition happened. How the hell did you get here ?"

The test department was able to get there anyway, but unfortunately I am not aware of the details.

link|flag
show 3 more comments
vote up 4 vote down

A few errors I enjoyed:

Error: No help available for %d

Error: Success

Error: Error ocurred when attempting to print error message.

Error: Last line of file ends without a newline!

link|flag
show 1 more comment
vote up 4 vote down

ORA-24344: success with compilation error

link|flag
vote up 4 vote down

I ran into this seemingly paradoxical error message recently in .Net:

Nullable object must have a value.

link|flag
vote up 3 vote down

From MS SQL:

Transaction doomed in trigger. Batch has been aborted.

link|flag
vote up 3 vote down

"PC LOAD LETTER? What the hell does that mean?" The line is from Office Space when the Michael Bolton character can't get a laser printer to print.

Its funny because I actually saw that error on, what I assume, was a similar make or model of printer they had at my college.

link|flag
2  
It's not an error. It's a request for letter-size paper. – Loren Pechtel Jan 2 '09 at 6:33
1  
They didn't make it up out of thin air. That's what printers used to say when they wanted more paper. – T.E.D. Mar 17 '09 at 21:38
show 1 more comment
vote up 3 vote down

I love translation errors in error messages, for example when "function argument count error" becomes "error counting function arguments". I guess the translators have no idea what the error message is all about, and hope the user/developer can make any sense of it.

Printer status message "Deleting - Out of paper - Printing" all at the same time.

Click "OK" to cancel, click "Cancel" to continue.

HP LaserJet printers displayed an ambiguous "INPUT JAM" message.

Couple of screenshots (mostly German).

link|flag
show 1 more comment
vote up 3 vote down

Check this one, its funny :)alt text

link|flag
vote up 3 vote down

Haven't seen it personally (and I guess isn't not unique to a development environment), but Printer on Fire has got to be the classic in this genre

link|flag
vote up 3 vote down

Tex has some funny ones (I have seen only a few of those myself, thankfully):

  • That makes 100 errors; please try again.
  • You can’t do that in horizontal mode.
  • Maybe you should try asking a human?
  • If you really absolutely need more capacity, you can ask a wizard to enlarge me.
  • I'm broken. Please show this to someone who can fix can fix.
  • I can't go on meeting you like this.
  • One of your faux pas seems to have wounded me deeply... in fact, I'm barely conscious. Please fix it and try again.
  • Dimensions can be in units of em, ex, in, pt, pc, cm, mm, dd, cc, bp, or sp; but yours is a new one! I'll assume that you meant to say pt, for printer's points.
link|flag
vote up 3 vote down

I used to play admin on some proprietary online isometric game. When you were in godmode (all commands) and typed /goto you could go to an arbitrary place on the map. When that failed, you got the errormessage:

'Goto failed. Dijkstra was right after all!'

Obviously a reference to Dijkstra's paper against the GOTO statement in programming.

link|flag
vote up 3 vote down

From the output of revisor on Fedora 12:

Hacking anaconda's .discinfo because it'll shit itself if it reads it's own output
link|flag
vote up 3 vote down

alt text

Windowns 7's "Blue Screen"

alt text

link|flag
vote up 2 vote down

I always do a double-take when Eclipse tells me: "Cannot convert type foo to type foo." Of course, if it would speak up when I import baz.bar.foo in the same file as quux.quo.foo, I'd've avoided that mistake!

link|flag
vote up 2 vote down

The strangest 404 I've seen, it popped up in Bulgarian and said something equivalent to: "The requested page cannot be found on the path of the page. Please go to your current location."

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.