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
|
What is the funniest or weirdest error message you've got from a development environment/application? For example:
| |||||||||
feedback
|
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.
|
Booting a headless build machine:
| |||||||||||||||||||||
feedback
|
|
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. | ||||
|
feedback
|
|
My favorite: "The error message cannot be displayed" | |||||
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" | |||||||||||||
feedback
|
|
sudo can be configured to display insults when a user mistypes their password, my favorites are:
| |||||
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! | |||||
feedback
|
|
Diagnostic message from Apple's MPW C compiler:
| ||||
|
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. | ||||
|
feedback
|
|
| |||||
feedback
|
|
Do not stare too long at the numbers, they're only for those with training. | |||||||||
feedback
|
|
This one looks suspicious:
| ||||
|
feedback
|
|
My fav! Error : The operation completed successfully Example:
| ||||
|
feedback
|
|
Click harder. [SFW] | |||||||||||||
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:
| ||||
|
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. | |||||
feedback
|
|
The code has thrown an unhandled MoronicUserException. Message: "User was a moron." | |||||
feedback
|
|
CD-ROM driver not responding, please insert Windows CD | |||||
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! ;-) | |||||
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. | |||||
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# _ | ||||
|
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:
| ||||
|
feedback
|
|
In Inform 7, the code:
produces the error message:
| ||||
|
feedback
|
|
Nice SML compiler error message:
| |||||||||
feedback
|
|
From a lotus notes production release:
| ||||
|
feedback
|
|
On a WinNT setup installation: "Please close the door to your C: drive and press the <Enter> key." | ||||
|
feedback
|
|
Error: Too many errors. | ||||
|
feedback
|
|
Error: "If you see this, I have caught and handeled more exceptions for you than you deserve. Failing now. Withholding debug information. Bye." | ||||
|
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 | |||||
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" | ||||
|
feedback
|
|
This PHP error threw me the first time I saw it:
(it means something like “double colon” in hebrew) | |||||
feedback
|