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

prev 1 2 3 4
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 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 0 vote down

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

link|flag
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 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 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 2 vote down

From MS SQL:

Transaction doomed in trigger. Batch has been aborted.

link|flag
prev 1 2 3 4

Your Answer

Get an OpenID
or

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