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?
|
||||
|
|
|
From MS SQL: Transaction doomed in trigger. Batch has been aborted. |
|||
|
|
|
|
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" |
|||
|
|
I always do a double-take when Eclipse tells me: "Cannot convert type foo to type foo." Of course, if it would speak up when I import baz.bar.foo in the same file as quux.quo.foo, I'd've avoided that mistake! |
|||
|
|
|
|
Microsoft Development Environment: "Unknown undo/redo error." |
|||
|
|
|
|
I have a toss up - "Kernel Panic... die die die!" and while examining the logs of the process "Please see the logs for more details". |
|||
|
|
|
|
I can't remember where it was, but I've gotten something along the lines of "An error occurred while trying to display the error message." |
|||
|
|
Booting a headless build machine:
|
||||||||||||
|
|
|
CD-ROM driver not responding, please insert Windows CD |
|||
|
|
|
|
sudo can be configured to display insults when a user mistypes their password, my favorites are:
|
||||
|
|
|
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." |
|||
|
|
|
|
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.
|
|||
|
|
|
|
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:
|
|||
|
|
|
|
Diagnostic message from Apple's MPW C compiler:
|
|||
|
|
|
|
The last company I worked for was maintaining their own app server, and their exception page would just say: "did not work." Gee, thanks. |
|||
|
|
Click harder. [SFW] |
||||||||
|
|
|
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. |
|||
|
|
|
|
Nice SML compiler error message:
|
||||
|
|
|
last message in the log: "die welt ist schlecht !", which means The world is bad! sorry it is in german ? |
|||
|
|
From a lotus notes production release:
|
|||
|
|
|
|
Error: No error occurred! |
|||
|
|
On a WinNT setup installation: "Please close the door to your C: drive and press the <Enter> key." |
|||
|
|
|
|
Error: Too many errors. |
|||
|
|
|
|
Lotus notes (in LotusScript, when attempting to use a null variant as if it were an array): Variant does not contain a container. |
|||
|
|
|
|
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) |
|||
|
|
|
|
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. |
|||
|
|
|
|
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 |
||||
|
|
|
Entering an absurdly old birthdate: I don't think you're Methuselah. |
||||
|
|
|
.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! ;-) |
||||
|
|
|
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:
|
|||
|
|