vote up 18 vote down star
18

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
1  
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 at 12:51
show 3 more comments

97 Answers

vote up 4 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 4 vote down

On a WinNT setup installation:

"Please close the door to your C: drive and press the <Enter> key."

link|flag
vote up 4 vote down

"An unexpected error occured while trying to display an unexpected error"

Got this from RAD once

link|flag
vote up 4 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
1  
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 4 vote down

In Inform 7, the code:

3 is a scene.

produces the error message:

That, sir, is a damned lie!
link|flag
vote up 4 vote down

There are a few that I'll never forget:

BS Error on the old TRS-80's basic.


Code has no affect on a more recent C/C++ compiler. I thank the compiler for not making value judgments on my code.


But my absolute favorite was on the Amiga 500. I popped a disk out before it was finished writing to it. It slid the screen down two inches and in flashing black and red letters across the top said:

Put that disk BACK.

Never did that again.

link|flag
show 1 more comment
vote up 3 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 3 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 2 vote down

From MS SQL:

Transaction doomed in trigger. Batch has been aborted.

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

Borland Pascal for Mac (this is the original Mac, circa 1986 or so, as used by Scotty) would quite regularly give the following message on compilation :-

"Syntax Error in Code"

And that we it. No indication of either WHERE the error was or WHAT the error was. Just a mite irritating when compiling thousands of lines of code.

As can be imagined this tended to produce a regime of compiling often so you always knew what you'd been changing, however I have seen myself been reduced to binary chopping the code (commenting out whole sections) to trace the error down.

link|flag
vote up 2 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 2 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 2 vote down

Check this one, its funny :)alt text

link|flag
vote up 2 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 2 vote down

The Mac assembler I was forced to use in school.

"Well, Smoke me a kipper!"

For almost every error.

link|flag
show 1 more comment
vote up 2 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
vote up 2 vote down

This is one of my favorites, written to the console by VLC during normal operation (there don't seem to be any problems associated with it):

** (.:5762): CRITICAL **: gtk_pizza_set_size: assertion `pizza != NULL' failed
link|flag
vote up 2 vote down

Was using a Microsoft Bluetooth mouse on my Dell up until recently. Suddenly one day I was greeted with this doozy:

alt text

Never did figure out what it meant and now I'm using a Logitech USB mouse.

link|flag
vote up 2 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 1 vote down

I can't remember where it was, but I've gotten something along the lines of

"An error occurred while trying to display the error message."

link|flag
show 1 more comment
vote up 1 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
vote up 1 vote down

In OS/2, there was a catchall error message: SYS0000: Y N A R I Perhaps this was to help with internationalization by enumerating the first letter of Yes / No / Abort / Retry / Ignore. However a device driver install once called up this message on a dialog box.

  Error installing driver.  Y N A R I ?
link|flag
vote up 1 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
show 3 more comments
vote up 1 vote down

The Norwegian translation of the Windows GPF error message is complete nonsense:

Minnet kunne ikke være "read".

It's hard to retranslate this back to English, so I guess you'll have to be able to understand both Norwegian and English to appreciate the weirdness.

link|flag
vote up 1 vote down

Segmentation Fault in C++

link|flag
vote up 1 vote down

"too complicated SQL statement", from MaxDB

http://lists.mysql.com/maxdb/11775

link|flag
vote up 1 vote down

Get this one every couple weeks. Makes me chuckle everytime.

System.ComponentModel.Win32Exception: The operation completed successfully
   at System.Drawing.Printing.StandardPrintController.OnStartPrint(PrintDocument document, PrintEventArgs e)
   at System.Windows.Forms.PrintControllerWithStatusDialog.OnStartPrint(PrintDocument document, PrintEventArgs e)
   at System.Drawing.Printing.PrintController.Print(PrintDocument document)
   at System.Drawing.Printing.PrintDocument.Print()
   at CrystalDecisions.Windows.Forms.ReportDocumentBase.Print()
link|flag
vote up 1 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
vote up 1 vote down

Error occurred on error page.

This message appeared when a new error occurred on the error page. Our webapp displays the error page when any error is encountered somewhere in the app.

link|flag

Your Answer

Get an OpenID
or

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