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

1 2 3 4 next
vote up 50 vote down

Booting a headless build machine:

Keyboard not found. Press F1 to continue.

link|flag
3  
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  
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 at 9:23
2  
You should have made one with just an F1 key on it, so you can recover. – Pete Kirkham Sep 23 at 18:58
show 5 more comments
vote up 44 vote down

My favorite:

"The error message cannot be displayed"

link|flag
1  
That makes sense. Using "this" instead of "the" is better. – orlandu63 Nov 6 '08 at 2:20
vote up 38 vote down

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|flag
1  
Did you, and did they? – rwmnau Feb 6 at 6:09
2  
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 at 7:46
show 2 more comments
vote up 29 vote down

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|flag
5  
"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
vote up 26 vote down

alt text

link|flag
1  
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 at 11:34
show 1 more comment
vote up 25 vote down

500 Internal Server Error

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

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

Click harder. [SFW]

link|flag
5  
I just keep getting "Internet Explorer Cannot Display the Webpage" – Wayne Koorts Feb 17 at 7:45
4  
@Wayne: Have you tried clicking a bit harder on that link? – Lars Haugseth Jul 6 at 22:43
show 5 more comments
vote up 19 vote down

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

Diagnostic message from Apple's MPW C compiler:

"Too many errors on one line (make fewer)."
link|flag
vote up 17 vote down

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

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

This one looks suspicious:

error: 'long long long' is too long for GCC
link|flag
show 1 more comment
vote up 13 vote down

.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|flag
5  
You mean neither way has too little non-positivity? – finnw Jul 1 at 15:21
show 1 more comment
vote up 12 vote down

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

CD-ROM driver not responding, please insert Windows CD

link|flag
vote up 11 vote down

From a lotus notes production release:

"this feature is not enabled in the beta release."
link|flag
vote up 11 vote down

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

Nice SML compiler error message:

"Error: expected type (int, int, int) but got type (int, int, int)."
link|flag
1  
What was the error? Because I'm not seeing it. – Paul Nathan Jul 1 at 15:18
vote up 8 vote down

Error: No error occurred!

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

Error: Too many errors.

link|flag
vote up 7 vote down

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|flag
3  
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 at 15:22
show 2 more comments
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
2  
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 1 more comment
vote up 7 vote down

My fav!

Error : The operation completed successfully

Example:

Error : The operation completed successfully

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

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

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

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

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

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