Possible Duplicates:
The funniest/weirdest error message you’ve got from a development environment/application
Most daunting error message?
Just for laughs: who's seen the most spectacularly unhelpful error/exception/debugging message? As an example, the Microsoft ASP.NET/GDI exception message always really helps me get to the root of the problem:
"A generic error has occurred in GDI+."
Translated:
"Something's wrong. Somewhere. It could be to do with your image manipulation routine. Or it could be a permissions issue. Or a file may not exist, somewhere. It may be a memory issue. Or, the moon may be entering it's third phase, throwing the universe (and your server) slightly out of alignment. Anyway, good luck with that."
I also just saw a JavaScript error telling me there was a syntax error on a line number that didn't exist (I know this is fairly common, but still makes me chuckle - or throw things, depending on my mood).
Anyone got any good ones?
