up vote 54 down vote favorite
34
share [g+] share [fb]

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

For example:

  • Catastrophic failure
  • 'null' is null or not an object
link|improve this question
3  
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
4  
@Juliet: such criteria exist. See meta.stackoverflow.com/questions/11740/… – Lord Torgamus Jan 15 '10 at 19:05
show 2 more comments
feedback

closed as not constructive by Jeremy Banks, Bill the Lizard Sep 20 '11 at 1:45

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

132 Answers

1 2 3 4 5

Booting a headless build machine:

Keyboard not found. Press F1 to continue.

link|improve this answer
8  
What is worse is that some computers don't have the option to stop the keyboard check. – Brad Gilbert Oct 27 '08 at 0:03
2  
... Or any other key to abort. – scraimer Apr 5 '09 at 11:02
5  
I made a tiny USB dongle that would pretend to be a keyboard to be able to use my old computer as a server. Without it it would require a keyboard everytime it rebooted. – Marius Sep 17 '09 at 9:23
15  
You should have made one with just an F1 key on it, so you can recover. – Pete Kirkham Sep 23 '09 at 18:58
1  
In the IBM PC BIOS ROM there is another message Video Error, Press F1 to continue – Joshua Nov 21 '09 at 18:21
show 6 more comments
feedback

Attempting to install a pre-release build of Virtual PC inside a Virtual PC machine:

You had to try this, didn't you?

There was also a litte bit more to it; unfortunately, I don't remember the whole message. That part though had me laughing for couple of days.

link|improve this answer
feedback

My favorite:

"The error message cannot be displayed"

link|improve this answer
8  
That makes sense. Using "this" instead of "the" is better. – moo Nov 6 '08 at 2:20
feedback

Not development, but production. And the message was in the code.

"If you ever see a window with this message, it means there were some bugs we didn't think of. Make a screenshot and mail it to us with your customer-ID and we'll refund your money"

link|improve this answer
5  
Did you, and did they? – rwmnau Feb 6 '09 at 6:09
8  
Where where?? I want to get free stuff. – Darryl Hein Feb 6 '09 at 6:11
3  
We were just maintaining this application, this is why I saw the sources. No idea though if any customer ever saw this message :) – kender Feb 6 '09 at 7:46
show 1 more comment
feedback

sudo can be configured to display insults when a user mistypes their password, my favorites are:

  • Maybe if you used more than just two fingers...
  • My pet ferret can type better than you!
  • It's only your word against mine.
link|improve this answer
14  
"man sudoers": insults - If set, sudo will insult users when they enter an incorrect password. This flag is off by default. – Robert Gamble Dec 30 '08 at 19:52
show 2 more comments
feedback

Having a bad day at an old job, I typed a certain 4 letter word for manure at the command line prompt. Much to my surprise, an ASCII art picture of a mushroom appeared, followed by the statement "Are you a mushroom too? Kept in the dark and fed [same four letter word]". It turned out my boss had set this up to lighten his bad days!

link|improve this answer
3  
Haha, brilliant! – molf Jul 15 '09 at 20:28
feedback

Diagnostic message from Apple's MPW C compiler:

"Too many errors on one line (make fewer)."
link|improve this answer
show 1 more comment
feedback

"You don't exist. Go away."

This is a real error message I got working with SSH on Linux.

Turns out it's because I was logged in as a user who wasn't in /etc/passwd.

link|improve this answer
show 1 more comment
feedback

500 Internal Server Error

link|improve this answer
4  
Not straight-up RFC 2045 base64--note the "-" and "_" characters. – outis Jan 29 '10 at 8:17
show 1 more comment
feedback

alt text

Do not stare too long at the numbers, they're only for those with training.

link|improve this answer
4  
Yay Amiga nostalgia! Still sends cold chills down my spine when I see it. But yours could be improved by being a blinking animated gif. – ddaa Feb 6 '09 at 11:34
2  
it's nothing unusual, just a buffer overflow in the exec.library – x4u Feb 25 '10 at 17:16
show 2 more comments
feedback

This one looks suspicious:

error: 'long long long' is too long for GCC
link|improve this answer
show 2 more comments
feedback

My fav!

Error : The operation completed successfully

Example:

Error : The operation completed successfully

link|improve this answer
show 3 more comments
feedback

Click harder. [SFW]

link|improve this answer
10  
I just keep getting "Internet Explorer Cannot Display the Webpage" – Wayne Koorts Feb 17 '09 at 7:45
19  
@Wayne: Have you tried clicking a bit harder on that link? – Lars Haugseth Jul 6 '09 at 22:43
6  
You have got to check the alt text on that refresh pic. – tsilb Nov 20 '09 at 7:17
show 5 more comments
feedback

When you tried to kill the print spooler on the Nixdorf 8870 minicomputer, and for some reason it wouldn't die, the error message shown was:

"Spooler is too tough!"
link|improve this answer
feedback

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|improve this answer
9  
That Amiga one is priceless! – staticsan Oct 5 '09 at 22:12
feedback

The code has thrown an unhandled MoronicUserException. Message: "User was a moron."

link|improve this answer
5  
I may have to use this one... – corymathews Dec 22 '09 at 21:27
show 1 more comment
feedback

CD-ROM driver not responding, please insert Windows CD

link|improve this answer
1  
You can still get something similar on Win7: during installation, it boots from the CD, then proceeds to tell you that it doesn't have a driver for the CD drive, and suggests that you insert a CD with a driver installer. – romkyns Aug 24 '11 at 17:21
feedback

.net 2002 (C#)

"An unhandled exception of type 'System.Index.OutOfRangeException' occurred in system.data.dll

Additional information: Index -1 is not non-negative and below total rows count."

...

-1 is NOT non-negative ... thanks Microsoft Developers!

;-)

link|improve this answer
10  
You mean neither way has too little non-positivity? – finnw Jul 1 '09 at 15:21
show 1 more comment
feedback

The Daily WTF is a good source of these. Their regular Error'd feature is exactly what you're looking for, and the rest of their articles are always good for a laugh as well.

link|improve this answer
1  
Link to archive of the Error'd series: thedailywtf.com/Series/Error_0x27_d.aspx – Stephan202 Jul 15 '09 at 20:33
feedback

I got this once trying to boot linux on a damaged harddrive:

Bug in initramfs /init detected. Dropping to a shell. Good luck!  
bash-3.1# _
link|improve this answer
feedback

I use a quote from Carl Sandburg on my default error page -- the one that shows up when the code fails to handle an exception. The error message goes:

“Nearly all the best things that came to me in life have been unexpected, unplanned by me.”
-- Carl Sandbug

Unfortunately, this isn't one of them. Please contact the administrator.

link|improve this answer
feedback

In Inform 7, the code:

3 is a scene.

produces the error message:

That, sir, is a damned lie!
link|improve this answer
feedback

Nice SML compiler error message:

"Error: expected type (int, int, int) but got type (int, int, int)."
link|improve this answer
1  
What was the error? Because I'm not seeing it. – Paul Nathan Jul 1 '09 at 15:18
1  
The error was probably in the parser :) – Alex Jan 13 '10 at 12:21
show 1 more comment
feedback

From a lotus notes production release:

"this feature is not enabled in the beta release."
link|improve this answer
feedback

On a WinNT setup installation:

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

link|improve this answer
feedback

Error: "If you see this, I have caught and handeled more exceptions for you than you deserve. Failing now. Withholding debug information. Bye."

link|improve this answer
feedback

Not exactly an error message I got, but one I made. The final project for a Data Structures class printed

Oh my god! What did you do? What did you do?

Whenever it ever caught an exception

link|improve this answer
4  
If I had a nickel for every time I had my programs print ridiculous and snide remarks in school. All nighters tended to create very abrasive and unforgiving UIs in my programs... – Eric Jul 1 '09 at 15:22
show 2 more comments
feedback

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|improve this answer
show 2 more comments
feedback

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|improve this answer
2  
Yes that really threw me off when I was learning OO in PHP. Had to google it. – Neil Aitken Sep 17 '09 at 9:16
show 2 more comments
feedback
1 2 3 4 5

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