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?
|
||||
|
|
|
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". |
|||
|
|
|
|
On a WinNT setup installation: "Please close the door to your C: drive and press the <Enter> key." |
|||
|
|
|
|
"An unexpected error occured while trying to display an unexpected error" Got this from RAD once |
|||
|
|
|
|
This PHP error threw me the first time I saw it:
(it means something like “double colon” in hebrew) |
||||
|
|
|
In Inform 7, the code:
produces the error message:
|
|||
|
|
|
|
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 last company I worked for was maintaining their own app server, and their exception page would just say: "did not work." Gee, thanks. |
|||
|
|
The most funny message I ‘ve ever seen was .. my own. Here is the story: |
|||
|
|
|
|
From MS SQL: Transaction doomed in trigger. Batch has been aborted. |
|||
|
|
|
|
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! |
|||
|
|
|
|
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. |
|||
|
|
|
|
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:
|
|||
|
|
|
|
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" |
|||
|
|
|
|
Check this one, its funny :) |
|||
|
|
|
|
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. |
|||
|
|
|
|
The Mac assembler I was forced to use in school. "Well, Smoke me a kipper!" For almost every error. |
|||
|
|
A few errors I enjoyed:
|
|||
|
|
|
|
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. |
|||
|
|
|
|
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:
|
|||
|
|
|
|
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." |
|||
|
|
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.
|
|||
|
|
|
|
"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. |
|||
|
|
The Norwegian translation of the Windows GPF error message is complete nonsense: Minnet kunne ikke være "read". It's hard to retranslate this back to English, so I guess you'll have to be able to understand both Norwegian and English to appreciate the weirdness. |
|||
|
|
|
|
|
|||
|
|
|
|
"too complicated SQL statement", from MaxDB |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|