What is the funniest/weirdest error message you've got from a development environment/application?
- "Catastrophic failure"
- "'null' is null or not an object"
|
23
|
What is the funniest/weirdest error message you've got from a development environment/application?
|
||||||||||||
|
|
|
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. :-) |
|||
|
|
|
|
Entering an absurdly old birthdate: I don't think you're Methuselah. |
||||
|
|
|
I love when XP would do the one error where it says the "memory" could not be "read". Both those words are in quotes in the error message. It just sounds like airquotes! |
||||
|
|
|
This PHP error threw me the first time I saw it:
(it means something like “double colon” in hebrew) |
||||
|
|
|
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" |
|||
|
|
|
|
last message in the log: "die welt ist schlecht !", which means The world is bad! sorry it is in german ? |
|||
|
|
|
|
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?
|
|||
|
|
|
|
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". |
|||
|
|
|
|
From GNU tar:
(when you don't give it any files to add to the archive it should create). |
||||
|
|
|
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:
|
|||
|
|
|
|
"When casting from a number, the value must be a number less than infinity." Silly me trying to use numbers bigger than infinity! |
|||
|
|
|
|
The most funny message I ‘ve ever seen was .. my own. Here is the story: In 2004 I was a member of a team making huge credit application system. The client application was written in Delphi. It consisted one big form called One day I have checked in my sources, being sure it will work, and went home. During the evening developer from Personal Credits Team changed slightly our The following day, when I was eating breakfast, I was reading desperate mail from our support and business knowledge team. They were complaining about “Abstract Error” (which is Delphi response to calling abstract method). When Ann sent a message that she does not understand what “Abstract error” meant, her colleague Lukas, wrote that she would probably understand error message regarding cloths, dresses, perfumes and “girls stuff”. She replied, that she would rather have Aidan Quinn on error message. ‘WTF?’ asked developers, and quickly googled this: http://www.imdb.com/name/nm0001644/ So, when we came to work we have downloaded a big picture of Aidan, created Unfortunately one of Personal Credits Team developers saw the increase in size of the executable. Since EXE was something about 6 MB, we thought no one will notice additional 200 kB… But he notices. Most dialogs was named something like Since Aidan’s photo had been removed, we had put one line of code in the place where his window was previously. This was a message box with a text “Aidan Quinn used to live there” and a title “It is important to have a sense of humor”. Aidan’s story was then forgotten. About two years later our support team has been called by bank executive reporting some strange bug about credit amount. This executive was a bit terrified because he thought he was getting crazy… he said:
We have spent about a hour laughing. Instead of support team Ann responded to customer: ‘
’. |
|||
|
|
|
|
The last company I worked for was maintaining their own app server, and their exception page would just say: "did not work." Gee, thanks. |
|||
|
|
|
|
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:
|
|||
|
|
|
|
Debugging some QBASIC code back in the day I got this:
After investigating I figured out how to reproduce it and I was also able to get Yellow, White, and a few other colors. Unfortunately I don't remember the details, but it had to do with editing the code while debugging. |
|||
|
|
|
|
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. |
|||
|
|
|
|
A few errors I enjoyed:
|
|||
|
|
|
|
ORA-24344: success with compilation error |
|||
|
|
|
|
I ran into this seemingly paradoxical error message recently in .Net:
|
|||
|
|
|
|
From MS SQL: Transaction doomed in trigger. Batch has been aborted. |
|||
|
|
|
|
"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. |
||||||||
|
|
|
I love translation errors in error messages, for example when "function argument count error" becomes "error counting function arguments". I guess the translators have no idea what the error message is all about, and hope the user/developer can make any sense of it. Printer status message "Deleting - Out of paper - Printing" all at the same time. Click "OK" to cancel, click "Cancel" to continue. HP LaserJet printers displayed an ambiguous "INPUT JAM" message. Couple of screenshots (mostly German). |
|||
|
|
|
|
Check this one, its funny :) |
|||
|
|
|
|
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 |
|||
|
|
|
|
Tex has some funny ones (I have seen only a few of those myself, thankfully):
|
|||
|
|
|
|
I used to play admin on some proprietary online isometric game. When you were in godmode (all commands) and typed /goto you could go to an arbitrary place on the map. When that failed, you got the errormessage: 'Goto failed. Dijkstra was right after all!' Obviously a reference to Dijkstra's paper against the GOTO statement in programming. |
|||
|
|
|
|
From the output of revisor on Fedora 12:
|
|||
|
|
|
|
Windowns 7's "Blue Screen" |
|||
|
|
|
|
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! |
|||
|
|
|
|
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." |
|||
|
|