vote up 18 vote down star
18

What is the funniest/weirdest error message you've got from a development environment/application?

  • "Catastrophic failure"
  • "'null' is null or not an object"
flag
1  
Wow! someone woke up on a bad mood today....... there is no community wiki criteria, it is up to the community, so as long the community does not close this question it is still a legitime community wiki, that is why it is called community, I don't own the question any more, the community does. – pablito Mar 19 at 12:51
show 3 more comments

97 Answers

1 2 3 4 next
vote up 2 vote down

From MS SQL:

Transaction doomed in trigger. Batch has been aborted.

link|flag
vote up 44 vote down

My favorite:

"The error message cannot be displayed"

link|flag
1  
That makes sense. Using "this" instead of "the" is better. – orlandu63 Nov 6 '08 at 2:20
vote up 38 vote down

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"

link|flag
1  
Did you, and did they? – rwmnau Feb 6 at 6:09
2  
We were just maintaining this application, this is why I saw the sources. No idea though if any customer ever saw this message :) – kender Feb 6 at 7:46
show 2 more comments
vote up 2 vote down

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!

link|flag
vote up 0 vote down

Microsoft Development Environment: "Unknown undo/redo error."

link|flag
vote up 4 vote down

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".

link|flag
vote up 1 vote down

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."

link|flag
show 1 more comment
vote up 50 vote down

Booting a headless build machine:

Keyboard not found. Press F1 to continue.

link|flag
3  
What is worse is that some computers don't have the option to stop the keyboard check. – Brad Gilbert Oct 27 '08 at 0:03
2  
I made a tiny USB dongle that would pretend to be a keyboard to be able to use my old computer as a server. Without it it would require a keyboard everytime it rebooted. – Marius Sep 17 at 9:23
2  
You should have made one with just an F1 key on it, so you can recover. – Pete Kirkham Sep 23 at 18:58
show 5 more comments
vote up 11 vote down

CD-ROM driver not responding, please insert Windows CD

link|flag
vote up 29 vote down

sudo can be configured to display insults when a user mistypes their password, my favorites are:

  • Maybe if you used more than just two fingers...
  • My pet ferret can type better than you!
  • It's only your word against mine.
link|flag
5  
"man sudoers": insults - If set, sudo will insult users when they enter an incorrect password. This flag is off by default. – Robert Gamble Dec 30 '08 at 19:52
show 2 more comments
vote up 1 vote down

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."

link|flag
vote up 1 vote down

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.

  Error installing driver.  Y N A R I ?
link|flag
vote up 16 vote down

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:

"Spooler is too tough!"
link|flag
vote up 18 vote down

Diagnostic message from Apple's MPW C compiler:

"Too many errors on one line (make fewer)."
link|flag
vote up 3 vote down

The last company I worked for was maintaining their own app server, and their exception page would just say:

"did not work."

Gee, thanks.

link|flag
show 1 more comment
vote up 19 vote down

Click harder. [SFW]

link|flag
5  
I just keep getting "Internet Explorer Cannot Display the Webpage" – Wayne Koorts Feb 17 at 7:45
4  
@Wayne: Have you tried clicking a bit harder on that link? – Lars Haugseth Jul 6 at 22:43
show 5 more comments
vote up 2 vote down

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.

link|flag
vote up 8 vote down

Nice SML compiler error message:

"Error: expected type (int, int, int) but got type (int, int, int)."
link|flag
1  
What was the error? Because I'm not seeing it. – Paul Nathan Jul 1 at 15:18
vote up 6 vote down

last message in the log: "die welt ist schlecht !", which means The world is bad!

sorry it is in german ?

link|flag
show 1 more comment
vote up 11 vote down

From a lotus notes production release:

"this feature is not enabled in the beta release."
link|flag
vote up 8 vote down

Error: No error occurred!

link|flag
show 2 more comments
vote up 4 vote down

On a WinNT setup installation:

"Please close the door to your C: drive and press the <Enter> key."

link|flag
vote up 8 vote down

Error: Too many errors.

link|flag
vote up 0 vote down

Lotus notes (in LotusScript, when attempting to use a null variant as if it were an array):

Variant does not contain a container.

link|flag
vote up 0 vote down

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)

link|flag
vote up 0 vote down

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.

link|flag
vote up 7 vote down

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

link|flag
3  
If I had a nickel for every time I had my programs print ridiculous and snide remarks in school. All nighters tended to create very abrasive and unforgiving UIs in my programs... – Eric Jul 1 at 15:22
show 2 more comments
vote up 6 vote down

Entering an absurdly old birthdate: I don't think you're Methuselah.

link|flag
1  
Ha, I do that all the time in DOB entry: "Seriously? You're 893 years old?" – Typeoneerror Jul 15 at 20:52
vote up 13 vote down

.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!

;-)

link|flag
5  
You mean neither way has too little non-positivity? – finnw Jul 1 at 15:21
show 1 more comment
vote up 2 vote 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: Server Error in '/' Application.

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.