up vote 31 down vote favorite
13
share [g+] share [fb]

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.

link|improve this question
show 5 more comments
feedback

closed as not constructive by bmargulies, Tim Post Aug 17 '11 at 0:01

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

65 Answers

1 2 3
up vote 89 down vote accepted

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

Also, this Adobe Flash or Flex error message:

TypeError: Error #1009: Cannot access a property or method of a null object reference.

link|improve this answer
4  
I hate that error. – Anders Apr 28 '09 at 18:35
1  
That MySQL error message has to be one of the most useless of all time. It's consistently 90% redundant crap; the part you care about is always scrolled off to the right of the screen. Signal to noise, anyone?!? – Ben M Sep 3 '11 at 20:47
show 2 more comments
feedback

Good ol' Vista

http://www.userkind.com/blog/wp-content/uploads/2008/01/error2.jpg

link|improve this answer
5  
Actually... I had that happen in every single operating system and the easiest way to replicate it is to print a document using Adobe PDF Printer and cancel the save as dialog... – Andrew Moore Mar 1 '09 at 15:19
show 3 more comments
feedback

ORA-12154: TNS: could not resolve service name

What they should have said is:

ORA-12154: Could not connect to the Oracle database. Depending on your specific environment, any one of 14,325 possible things could be wrong. Try Google for a confusing morass of disinformation

link|improve this answer
show 2 more comments
feedback

PC LOAD LETTER anyone?

link|improve this answer
14  
What the fuck does that mean?? – sli Mar 6 '09 at 22:47
2  
We're going to federal POUND ME IN THE ASS prison! – Gary Willoughby Apr 18 '09 at 1:02
2  
It means that the printer is out of "Letter" sized paper (which is subtly different from A4). The printing application has requested "Letter" but: the paper tray is empty, or the paper tray has a different sized paper in it (e.g., A4). Often, I believe, the result of misconfiguration of the printing application. – Jason Musgrove Apr 28 '09 at 14:39
3  
It's also one of the funniest lines from the film, Office Space . Please go and watch it now. – Gary Willoughby May 26 '09 at 17:02
show 3 more comments
feedback

And the most famous of all:

"Keyboard not found, press F1 to continue."

link|improve this answer
6  
It's not so bad, actually. If you manage to press F1, the problem is corrected :) – erikkallen Mar 7 '09 at 12:41
3  
Doesn't that require you to become one with the machine? – John Baughman Mar 7 '09 at 14:55
10  
No, only to plug in a keyboard. – Adriano Varoli Piazza Oct 27 '09 at 17:15
1  
@John - You mean you aren't already one with your machine? – JasCav Oct 27 '09 at 17:39
feedback

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|improve this answer
show 4 more comments
feedback

I was once working on an archaic FORTRAN (IV) program which at one point produced an error message in Portuguese. After spending a day tracking down what it translated to, I found it meant "It is better to be a live donkey than a dead doctor."

link|improve this answer
feedback

alt text

link|improve this answer
4  
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 '09 at 7:16
3  
@Blorgbeard Windows IS a joke. – Adam Jaskiewicz Apr 28 '09 at 19:31
6  
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 '09 at 4:55
show 4 more comments
feedback

Segmentation fault

when you're working in a higher-level/scripting language that's supposed to be crash-proof. Because debugging your basic toolset is so what you wanted to be doing today, right?

link|improve this answer
show 3 more comments
feedback

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

link|improve this answer
feedback

ASP Classic

Server: "Error 500", something is wrong, have a nice day

Me: Can I get the slightest clue?

Server: No.

link|improve this answer
2  
Easy fix: turn off friendly errors. support.microsoft.com/kb/294807 – Juliet Nov 20 '09 at 17:47
feedback
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in Command line code on line 1

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

link|improve this answer
4  
I knew I could find it here. That's the most f* ridiculous error message ever produced. What's the point in that? just confuse the hell out of your users, like we don't have enough trouble. PHP really pissed me off when I saw and found out the meaning of that error message. Not only you have an error and have to understand why, but you also have to understand what the freaking error message means. absurd. – Stefano Borini Aug 2 '09 at 22:36
feedback

"Error rolling back transaction."

Sure enough, half of the transaction was committed.

link|improve this answer
3  
Name and shame! Name and Shame! – Adriano Varoli Piazza Oct 27 '09 at 17:18
feedback

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

alt text

link|improve this answer
6  
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 '09 at 3:53
show 3 more comments
feedback

lp0 on fire

link|improve this answer
6  
This one really needs the backstory: en.wikipedia.org/wiki/Lp0_on_fire – Jason Mar 9 '09 at 15:10
feedback

One of my favs:

ORA-06502: PL/SQL: numeric or value error

So is my issue the numbers? Or the characters? Talk about helpful...

In my case it should usually read:

ORA-06502: PL/SQL: you forgot a semi-colon at line XXXX
link|improve this answer
1  
Really, I find it impossible to work an hour with Oracle without getting a worthy candidate. "No such column/table" when a stored proc bails on a 10+ line SELECT that's crossing 4+ tables. – Inerdial Apr 28 '09 at 19:27
feedback

How about the old Access error message when a repair/compact operation failed:

"Operation failed, Some data may be lost."

The horribleness of this message is that it says that something really scary MIGHT have happened to some of your data, but doesn't give you any way to figure out whether it happened or what specific data has gone missing. The only purpose it serves is to invoke doubt and fear.

link|improve this answer
show 1 more comment
feedback
General Failure reading Drive A
Abort? Retry? Ignore? _
link|improve this answer
1  
Wasn't Abort, Retry, Fail? – Eduardo Molteni Apr 28 '09 at 19:02
6  
Who is General Failure and why is he always reading my computer? :) – Markus Lux Apr 28 '09 at 19:22
2  
Much more daunting when applied to Drive C – BoltBait Jun 24 '09 at 5:00
show 1 more comment
feedback

"Catastrophic failure" in SQL Server. The very definition of daunting.

link|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

Object reference not set to an instance of an object.

Now, years later, I know that this means exactly what it says, but it caused me nothing but grief for the first few years of .NET development.

link|improve this answer
1  
I wish it could tell me what object reference... – Greg Apr 28 '09 at 18:46
show 2 more comments
feedback

Not worthy of an upvote, but I HATE INFORMIX!

It only ever says "Syntax error" or something equally useless. It's like it's laughting at me. Obviously I know what it means, but it's so un-helpful.

I wrote a stored procedure today and spent half an hour with "Syntax Error" until I noticed I missed a ; from a statement.

Like I said. Im not looking for an upvote. I just HATE INFORMIX and wanted to vent that before going to bed. Ahh... I feel better now.

link|improve this answer
feedback

The most cryptic I had were TRS-80 Level 1 BASIC: WHAT? (syntax error), HOW? (runtime error), or SORRY (out of memory, meaning that you used too high a subscript on the array (yes, the array, there was only one, and it was called A (is my fondness for Lisp showing up here?))). Since it was a fully interpreted language, syntax errors would only be detected when executing that line of code.

Of late, it's been the error message about incorrect configuration, maybe re-installing will work. It may be fine for an end user dealing with a shrinkwrap application, but as a developer for in-house software it was no help at all.

link|improve this answer
1  
What? = I don't understand what's written here – Loren Pechtel Mar 7 '09 at 2:54
1  
How? = I understand what I'm supposed to do but I don't know how to do actually do it. (Ex: divide by zero) – Loren Pechtel Mar 7 '09 at 2:55
1  
Sorry = I understand what I'm supposed to do, it makes sense but I can't do it. – Loren Pechtel Mar 7 '09 at 2:56
feedback

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|improve this answer
feedback

From HPJmeter (never did get it to work):

alt text

link|improve this answer
show 1 more comment
feedback

Daunting? How about 25 years ago, using the Aztec C compiler on multi-user CPM machines, a seg fault promoted you to user level 0 status?

link|improve this answer
feedback

When ruby says: testprog.rb:517: syntax error, unexpected $end, expecting kEND

because it tells me that somewhere in the previous 500 lines I'm missing an end. It really can't narrow it down better than that?

link|improve this answer
feedback

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

Undefined Runtime Error
link|improve this answer
feedback

The old BBC Micro when faced with something it didn't understand would often come up with:

Bad program error
link|improve this answer
show 4 more comments
feedback
1 2 3

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