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?
|
||||
|
|
|
"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. |
|||
|
|
"An unexpected error occured while trying to display an unexpected error" Got this from RAD once |
|||
|
|
|
|
This one looks suspicious:
|
|||
|
|
|
|||
|
|
|
|
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:
|
|||
|
|
|
|
|
||||
|
|
|
I used an in-house debugging application that was written by some long-gone mysterious contractors. One of its tricks was to flash an error message very briefly on the screen; so briefly you couldn't quite read it, I always read it as "Silja Line", but that made no sense. Silja Line is the name of a ferry company. Eventually, I looked at the code to find out what it really said. Yes, it really popped up the message "Silja Line" when there was an out-of-memory exception. Surreal. |
|||
|
|
|
|
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:
|
|||
|
|
|
|
.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! ;-) |
||||
|
|
|
Entering an absurdly old birthdate: I don't think you're Methuselah. |
||||
|
|
|
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 |
||||
|
|
|
Fortran on an specialized PDP-11 clone: "Fatal error T" I got the explanation from one of the OS developers who had access to the (printed!) compiler source code: the program required more than the reserved 4k memory window to communicate with the OS. |
|||
|
|
|
|
Windows: Data Execution Prevention: Windows Explorer has been closed to protect your system. Note 1: Explorer did not get closed Note 2: This is usually followed by a memory access error (e.g. Attempt to write address 0x00000000) |
|||
|
|
|
|
Lotus notes (in LotusScript, when attempting to use a null variant as if it were an array): Variant does not contain a container. |
|||
|
|
|
|
Error: Too many errors. |
|||
|
|
|
|
On a WinNT setup installation: "Please close the door to your C: drive and press the <Enter> key." |
|||
|
|
|
|
Error: No error occurred! |
|||
|
|
From a lotus notes production release:
|
|||
|
|
|
|
last message in the log: "die welt ist schlecht !", which means The world is bad! sorry it is in german ? |
|||
|
|
Nice SML compiler error message:
|
||||
|
|
|
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. |
|||
|
|
|
|
Click harder. [SFW] |
||||||||
|
|
|
The last company I worked for was maintaining their own app server, and their exception page would just say: "did not work." Gee, thanks. |
|||
|
|
Diagnostic message from Apple's MPW C compiler:
|
|||
|
|
|
|
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:
|
|||
|
|
|
|
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.
|
|||
|
|
|
|
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." |
|||
|
|
|
|
sudo can be configured to display insults when a user mistypes their password, my favorites are:
|
||||
|
|
|
CD-ROM driver not responding, please insert Windows CD |
|||
|
|
|
|
Booting a headless build machine:
|
||||||||||||
|