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?
|
||||
|
|
|
Seen by end users in one of our earlier releases when attempting to use certain advanced functionality:
|
|||
|
|
|
|
"When casting from a number, the value must be a number less than infinity." Silly me trying to use numbers bigger than infinity! |
|||
|
|
|
|
C++ confused by earlier errors, bailing out |
|||
|
|
|
|
ORA-24344: success with compilation error |
|||
|
|
|
|
The most frustration error message I got all the time in XP was when trying to rename video files.
It wasn't in use... apart from Explorer, which I was using to rename the file! It turns out Explorer is reading the file in order to tell you the file size, video resolution etc... |
|||
|
|
|
|
I'm probably going to annoy an old friend if he ever reads this, but he had a boring day at work many years ago, whilst finishing off a simple print server. It was written in VB and was for more than one branch PC to share a serial printer. This particular day he was writing the error handler. Quite apart from:
... there was also:
... and:
... and once coded, he promptly forgot about them. It was quite some months before Branch Support encountered a strange call from one branch that had received the 'parrot-y' error (turned out to be a loose cable). That's when they also discovered the 'orange marmalade' error. Branch Support were only slightly annoyed they didn't know about them before hand, but it otherwise brightened everyone's day. Fortunately, branch staff were accustomed to strange messages from IT apps, so there was no problem leaving them in. :-) |
|||
|
|
|
|
"UnbelievableException: no way! this exception will be not throwed". I can't believe that someone wrote this kind of code/joke. |
|||
|
|
|
|
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. |
|||
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Error: "If you see this, I have caught and handeled more exceptions for you than you deserve. Failing now. Withholding debug information. Bye." |
|||
|
|
|
|
In Inform 7, the code:
produces the error message:
|
|||
|
|
|
|
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?
|
|||
|
|
|
|
on explorer startup... |
|||
|
|
|
|
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:
|
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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):
|
|||
|
|
|
|
This PHP error threw me the first time I saw it:
(it means something like “double colon” in hebrew) |
||||
|
|
|
"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. |
|||
|
|
|
|
|
|||
|
|
|
|
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. |
|||
|
|
|
|
A few errors I enjoyed:
|
|||
|
|
|
|
The Mac assembler I was forced to use in school. "Well, Smoke me a kipper!" For almost every error. |
|||
|
|
The code has thrown an unhandled MoronicUserException. Message: "User was a moron." |
|||
|
|
|
|
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 |
|||
|
|
|
|
"Pure Virtual Function Called" |
|||
|
|
|
|
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" |
|||
|
|
The most funny message I ‘ve ever seen was .. my own. Here is the story: |
|||
|
|
|
|
From an unnamed database for Windows(tm): "Whoops! Nothing to see here, move along." |
|||
|
|