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?
|
||||
|
|
|
Haven't seen it personally (and I guess isn't not unique to a development environment), but Printer on Fire has got to be the classic in this genre |
|||
|
|
|
|
In SQLite3,
|
|||
|
|
|
|
Get this one every couple weeks. Makes me chuckle everytime.
|
|||
|
|
|
|
In a software I once worked on, there was an exception for an impossible condition to happen (sort of "if true: do this; elif false: do that; else: raise exception"). The message was:
The test department was able to get there anyway, but unfortunately I am not aware of the details. |
|||
|
|
|
|
|
|||
|
|
|
|
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! |
|||
|
|
My fav! Error : The operation completed successfully Example:
|
|||
|
|
|
|
From an unnamed database for Windows(tm): "Whoops! Nothing to see here, move along." |
|||
|
|
|
|
The most funny message I ‘ve ever seen was .. my own. Here is the story: |
|||
|
|
|
|
Once, in Win2000, I got a little error window with no words, just the X red icon and the Ok button. I pressed OK and nothing more happened. Other error I got when I was learning pointers in C++ was: "La memoria no se puede "written" 0x098458458..." Two languages in one error LOL! other one: In VB6 when I was trying to share long pointers with a C++ dll: "Expression too complex" |
|||
|
|
"Pure Virtual Function Called" |
|||
|
|
|
|
Server Error in '/APPNAME' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30035: Syntax error. Source Error:
Source File: c:\data\www\appname\controls\jsclasses\controlname.js Line: 1 |
|||
|
|
|
|
The code has thrown an unhandled MoronicUserException. Message: "User was a moron." |
|||
|
|
|
|
The Mac assembler I was forced to use in school. "Well, Smoke me a kipper!" For almost every error. |
|||
|
|
A few errors I enjoyed:
|
|||
|
|
|
|
Error occurred on error page. This message appeared when a new error occurred on the error page. Our webapp displays the error page when any error is encountered somewhere in the app. |
|||
|
|
|
|
|
|||
|
|
|
|
"There is something rotten in the state of Denmark" This was THE ONLY ERROR MESSAGE in a home grown backup utility at my place of employment. It did double buffer processing to tape, and any error would take it to a completion handler, which would dump out that message and abort. |
|||
|
|
|
|
This PHP error threw me the first time I saw it:
(it means something like “double colon” in hebrew) |
||||
|
|
|
This is one of my favorites, written to the console by VLC during normal operation (there don't seem to be any problems associated with it):
|
|||
|
|
|
|
Was using a Microsoft Bluetooth mouse on my Dell up until recently. Suddenly one day I was greeted with this doozy:
Never did figure out what it meant and now I'm using a Logitech USB mouse. |
|||
|
|
|
|
Both of these are real error messages whose conditions (according to the original programmer) were impossible. All the developers working on that project after these were written have come across them at one time or another.
Never actually saw this one though I've seen a screen shot framed in one of the senior developer's office wall.
This one happen at least twice while I was working for the company. Once it appeared while QA was testing, the other we found out about when a customer called in inquiring about it after it popped up on their screen in the middle of the day. |
|||
|
|
|
|
I sometimes put "something" in when I haven't yet come up with a name for... well, something - and one day from this code:
my system gave me the error message:
|
|||
|
|
|
|
on explorer startup... |
|||
|
|
|
|
I was trying to update my amazon mp3 application when I got this little gem. It's so ridiculous I almost believe I edited the photo without telling myself. What were they smoking?
|
|||
|
|
|
|
In Inform 7, the code:
produces the error message:
|
|||
|
|
|
|
Error: "If you see this, I have caught and handeled more exceptions for you than you deserve. Failing now. Withholding debug information. Bye." |
|||
|
|
|
|
Here is one from a product I am working on (note it is a warning not an error): Warning: Got unexpected '%s' exception '%s'. This is the last place to handle this exception but it can't be. The exception is ignored to avoid crashing the tool. The optimization result is incomplete and your data might be corrupted. Sorry. |
|||
|
|
|
|
The finger server at an old workplace (internal use only, of course) allowed you to try to finger aliases as well as actual addresses. I tried fingering one of these aliases once and received the response: Error: Success. What's happening is probably clear to most UN*X world programmers, but I found it hilarious because I'd just fingered my own alias. |
|||
|
|
|
|
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. |
|||