vote up 16 vote down star
6

I got this one yesterday, and immediately decided to use a different library:

TypeError: publish_programmatically() takes exactly 17 arguments (1 given)

(I won't name and shame the library but you Python programmers may recognise it)

So, what is your most daunting/uninformative error message?

Edit: And before the duplicate people go crazy, I am not looking for "funny" or "weird" error messages.

flag
show 4 more comments

61 Answers

vote up 1 vote down

I know it's often put under "funny" or "weird" error messages, but you have to admit that it's more than a little daunting, almost ominous:

Values of β will give rise to dom!

link|flag
vote up 20 vote down

alt text

link|flag
3  
Really? Because I'm pretty sure I saw it on a joke site.. and those buttons are too small for it to be native windows box - maybe you had a virus :P – Blorgbeard Apr 23 at 7:16
4  
It's just an old joke, probably made up by a linux fan to poke fun at how often it is required to reboot windows. – BoltBait Jun 24 at 4:55
show 5 more comments
vote up 4 vote down

alt text

This is the error you get when the preproduction version of Windows Defender expired.

Couldn't they have just said that the expiration date had passed?

link|flag
vote up 9 vote down

lp0 on fire

link|flag
3  
This one really needs the backstory: en.wikipedia.org/wiki/Lp0_on_fire – Jason Mar 9 at 15:10
vote up 6 vote down

Error: General Error
or
Error: Unknown Error
or
Error: An Error Has Occurred

link|flag
vote up 10 vote down
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in Command line code on line 1

http://en.wikipedia.org/wiki/Paamayim_Nekudotayim

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

"Error rolling back transaction."

Sure enough, half of the transaction was committed.

link|flag
1  
Name and shame! Name and Shame! – Adriano Varoli Piazza Oct 27 at 17:18
vote up 12 vote down

This one is not caused my by programming, but I'm sure you ge the point :)

alt text

link|flag
4  
It may look daunting, but more often than not, I've found the Windows blue screen to provide more than enough information to solve a problem. Analyze the crash dump with WinDbg and you can easily track down the issue. – David Brown Mar 7 at 3:53
show 3 more comments
vote up 14 vote down

From Tortoise SVN: "Reached unreachable code." Ah, to dream the impossible dream....

link|flag
vote up 3 vote down

When there's an error in the structure of your modification of the DOM in Internet Explorer using JavaScript:

Undefined Runtime Error
link|flag
vote up 24 vote down

In Visual C++ 6.0 when you assign a const iterator to a non-const iterator, and get something like this:

C:\batch\apps\test\test.cpp(15) : error C2440: 'initializing' : cannot convert from 'class std::_Tree<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::pair<class std::basic_string<char,struct std::c
har_traits<char>,class std::allocator<char> > const ,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std:
:allocator<char> > > > >,struct std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::all
ocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::vector<clas
s std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > >::_Kfn,struct std::less<class std::basic_string<c
har,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > > > > >::const_iterator' to 'class std::_Tree<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::pair<class std::basic_string<char,struct std::char_
traits<char>,class std::allocator<char> > const ,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::all
ocator<char> > > > >,struct std::map<class std::basic_st
ring<char,struct std::char_traits<char>,class std::allocator<char> >,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<
char>,class std::allocator<char> > > >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::vector<class std::basic_string<char,struct std::char_traits<char>,class
 std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > >::_Kfn,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>
 > >,class std::allocator<class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > >:
:iterator'
        No constructor could take the source type, or constructor overload resolution was ambiguous
link|flag
show 4 more comments
vote up 1 vote down

Strictly speaking, this is neither an error, nor "daunting", but I've wanted to share it for a while.

When your laptop battery hits a certain point, Windows XP will give a message box saying something like "Your battery is low. Please shut down or switch to outlet power to avoid losing any unsaved data."

The crazy thing about this message is that it interrupts the shutdown process, even if the lid is closed. Many times, I've opened my laptop to find this message smugly floating over the blue "Windows is shutting down..." screen. (Not an easy screenshot to take, alas.)

Having said that... I'd take that bug over Vista any day!

link|flag
vote up 5 vote down

JavaScript error in Internet Explorer < 8:

Error: Object expected

  • A totally useless error message for developers, because this is reported for almost every situation, and doesn't contain any real information.
  • Even more useless for website visitors. What are they supposed to do with this?
link|flag
vote up 1 vote down

I do (not) like WCF client error NotFound when anything goes wrong on the server.

link|flag
vote up 16 vote down

IHate Windows

http://www.petersblog.org/node/2052

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

PHP knows how to communicate errors effectively:

Unknown: failed to open stream: Permission denied in Unknown on line 0

Great!

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

In our own application, when you typed a wrong login name or password, you got something like this:

"Login failed or database not connected. Check your user name and password or reinstall the server"

They fixed it later. Now it is:

"The password is wrong or was not typed correctly."

Still funny, but quite better, isn't it?

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

From HPJmeter (never did get it to work):

alt text

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

Maybe there is no hope for me but I still think this is funny...

Quoted from the classic Ed, man! !man ed :

("Ed is the standard text editor.")

Let's look at a typical novice's session with the mighty ed:

golem$ ed

?
help
?
?
?
quit
?
exit
?
bye
?
hello? 
?
eat flaming death
?
^C
?
^C
?
^D
?

Note the consistent user interface and error reportage.  

Ed is generous enough to flag errors, yet prudent enough
not to overwhelm the novice with verbosity.
link|flag
vote up 0 vote down

I included this one on a program of mine during college:

"ERROR: Something bad happened, but I won´t tell you what."

link|flag
vote up 0 vote down
(0x8000FFFF) Catastrophic failure
link|flag
vote up 1 vote down

When you mixed VB6 and COM+, sometimes you got:

Method '~' of object '~' failed.

Always fun.

link|flag
vote up 0 vote down
Mens. 8152, Nivel 16, Estado 9, Línea 1
String or binary data would be truncated.
The statement has been terminated.

I hate this as it doesn't state what table.column is failing

link|flag
vote up -1 vote down

Along with all the funny stuff, heres some good reading over at Coding Horror. Check that article out, as it fits this question perfectly.

link|flag
vote up 0 vote down

MY favorite one is still: While programming some GUI in Java, after a half-screen stacktrace:

Code too complicated.

Or something to the effect...

link|flag
vote up 0 vote down

Not exactly an error message, but my personal favorite so far is a confirmation dialog with "Yes" and "No" buttons and text:

Please select 'No'.

If you pressed yes, you got a NullPointerException.

link|flag
1  
What on earth was this from? – SLaks Oct 28 at 20:49
vote up 0 vote down

Daunting SML compiler error: Expected signature Int * Int->Int but got Int * Int->Int.

link|flag
vote up 0 vote down

FogBugz gives the following error when something goes wrong that is unhandled. I ran into it a bunch of times due to us having a very odd web environment that we were attempting to install into.

An internal error occurred in FogBugz. If you are unsure of how to fix this error, and you have made no changes to the source code of FogBugz, please report this error to Fog Creek Software by clicking "Submit."

The problem with the message is the part that says,

If you are unsure of how to fix this error...

It gives no information of what the error is so how could I ever be sure how to fix the error :) It really should give some indication of what is going on or not even bother with that line in the error message.

link|flag
vote up 0 vote down

{cringes}

link|flag
vote up 0 vote down

Message from Hibernate when there is a query error usually ends with

Call getNextException to see the cause

Of course, by the time you see that in the log, the exception is long gone. It usually means there's a long debugging session ahead.

link|flag

Your Answer

Get an OpenID
or

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