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

vote up 1 vote down

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

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

"An unexpected error occured while trying to display an unexpected error"

Got this from RAD once

link|flag
vote up 14 vote down

This one looks suspicious:

error: 'long long long' is too long for GCC
link|flag
show 1 more comment
vote up 0 vote down
> .\rpcdcep.h(88) : warning C4230: anachronism used :
> modifiers/qualifiers interspersed, qualifier ignored
link|flag
vote up 12 vote down

I use a quote from Carl Sandburg on my default error page -- the one that shows up when the code fails to handle an exception. The error message goes:

“Nearly all the best things that came to me in life have been unexpected, unplanned by me.”
-- Carl Sandbug

Unfortunately, this isn't one of them. Please contact the administrator.

link|flag
vote up 26 vote down

alt text

link|flag
1  
Yay Amiga nostalgia! Still sends cold chills down my spine when I see it. But yours could be improved by being a blinking animated gif. – ddaa Feb 6 at 11:34
show 1 more comment
vote up 0 vote down

I used an in-house debugging application that was written by some long-gone mysterious contractors.

One of its tricks was to flash an error message very briefly on the screen; so briefly you couldn't quite read it, I always read it as "Silja Line", but that made no sense. Silja Line is the name of a ferry company.

Eventually, I looked at the code to find out what it really said.

Yes, it really popped up the message "Silja Line" when there was an out-of-memory exception.

Surreal.

link|flag
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
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 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 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 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 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

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 8 vote down

Error: Too many errors.

link|flag
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: No error occurred!

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

From a lotus notes production release:

"this feature is not enabled in the beta release."
link|flag
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 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 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 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 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 18 vote down

Diagnostic message from Apple's MPW C compiler:

"Too many errors on one line (make fewer)."
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 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 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 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 11 vote down

CD-ROM driver not responding, please insert Windows CD

link|flag
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

Your Answer

Get an OpenID
or

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