What is the funniest/weirdest error message you've got from a development environment/application?
- "Catastrophic failure"
- "'null' is null or not an object"
|
18
|
What is the funniest/weirdest error message you've got from a development environment/application?
|
||||
|
|
|
Booting a headless build machine:
|
||||||||||||
|
|
|
My favorite: "The error message cannot be displayed" |
||||
|
|
|
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" |
|||
|
|
sudo can be configured to display insults when a user mistypes their password, my favorites are:
|
||||
|
|
|
|
||||
|
|
|
Attempting to install a pre-release build of Virtual PC inside a Virtual PC machine:
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. |
|||
|
|
|
|
Click harder. [SFW] |
||||||||
|
|
|
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! |
|||
|
|
Diagnostic message from Apple's MPW C compiler:
|
|||
|
|
|
|
"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. |
|||
|
|
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:
|
|||
|
|
|
|
This one looks suspicious:
|
|||
|
|
.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! ;-) |
||||
|
|
|
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:
|
|||
|
|
|
|
CD-ROM driver not responding, please insert Windows CD |
|||
|
|
|
|
From a lotus notes production release:
|
|||
|
|
|
|
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. |
|||
|
|
Nice SML compiler error message:
|
||||
|
|
|
Error: No error occurred! |
|||
|
|
Error: Too many errors. |
|||
|
|
|
|
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 |
||||
|
|
|
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! |
||||
|
|
|
My fav! Error : The operation completed successfully Example:
|
|||
|
|
|
|
Entering an absurdly old birthdate: I don't think you're Methuselah. |
||||
|
|
|
last message in the log: "die welt ist schlecht !", which means The world is bad! sorry it is in german ? |
|||
|
|
The code has thrown an unhandled MoronicUserException. Message: "User was a moron." |
|||
|
|
|
|
From GNU tar:
(when you don't give it any files to add to the archive it should create). |
||||
|
|
|
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# _ |
|||
|
|
|
|
Error: "If you see this, I have caught and handeled more exceptions for you than you deserve. Failing now. Withholding debug information. Bye." |
|||
|
|