The worst error message ever, ever
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
The worst message for me is no message at all: one time i got a error meeeage box with empty text, just error icon and "Error" caption with OK button. I don't remember where i got it, it was a log time ago, but this was the worst "error message i seen:)
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
Oracle 7
Bad END statement
The problem was, "Label not found," I guess since it found the END statement before finding the label, it was the END statement's fault. I used to wallpaper my cube with bad error messages from Oracle and a note saying what they really meant.
Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
A few years ago I was developing a financial app. I asked my boss what the program should do if a particular condition arose. He replied that it couldn't happen so, don't worry about it. I put the following message in the program: "If you get this message, call my bosses name and home phone number". He received middle of the night calls for years.
-
That's cute. Reminds me of one from a cryptic UNIX GUI in the 1990s:
+----------------------+
| Error 0 |
+----------------------+
| |
| No error text for "" |
| |
+----------------------+DEC's RT-11 OS (I'm showing my age) also had a text-based Help system. You typed: 'Help [Command Name]' at the command line, and you got a screen of text, usually with things like command line options. If [Command Name] was not recognised, you got back the single line: 'There is no Help for [Command Name]'. The programmer had a sense of humor. If you typed: 'Help Me', you got back: 'There is no Help for you'!
-
DEC's RT-11 OS (I'm showing my age) also had a text-based Help system. You typed: 'Help [Command Name]' at the command line, and you got a screen of text, usually with things like command line options. If [Command Name] was not recognised, you got back the single line: 'There is no Help for [Command Name]'. The programmer had a sense of humor. If you typed: 'Help Me', you got back: 'There is no Help for you'!
-
GL_Terminator wrote:
depuration
Very odd word to use, since it's meaning refers to being cleansed or purified. :)
Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra] posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]
A bad synonym for the "garbage collection" phase of memory management perhaps?
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
One of my favorite error messages comes from the mainframe world in the Natural environment from Software AG. Natural makes the attempt to not only tell you what's wrong, but what you may be able to do to fix the problem. I don't remember the exact text of the message but it was something along the lines of "an error has occurred". The memorable part is the suggested fix: "Check program and correct".
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
-
I have seen some really bad error messages, but I haven't seen any worse than that one. X|
Just because the code works, it doesn't mean that it is good code.
While a greenie, the following code was (accidentally) released into production: Messagebox: Title "Oops" Message: "Mikel Sucks as a programmer since this should never happen."
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
I put in an error message during a late night debug session: "Oops, the XXX filter is corrupted. You must now sacrifice a black goat over the keyboard at midnight to restore settings". Then I forgot about it thinking it will never happen. This was my first real job as an embedded systems programmer and I was sure this would never hit. Right. Somehow, the code made it to production. We got a call from tech support about 6 months later who did not find it amusing. My boss remembered it to the day I left the company.
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
It may not be the worst i have ever seen but it certainly is amusing. Something must have cocked up the Youtube server and this was the error message I got: "Sorry! Something went wrong. A team of highly trained monkeys has been dispatched to deal with the situation. If you see them, show them this information" and then there were some gibberish alpha-numeric strings about half a page long. I literally laughed out loud and posted it on my Facebook profile as well for my mates to have a laugh at. And guess what?? they did!.... :D
-
My first computer book ever was call "Sad Macs, Bombs, and Other Disasters". I had inherited a powermac 6100 with system 7.5. I really enjoyed all the bomb icons complete with an error number...how informative!
"Go forth into the source" - Neal Morse
kmoorevs wrote:
My first computer book ever was call "Sad Macs, Bombs, and Other Disasters". I had inherited a powermac 6100 with system 7.5. I really enjoyed all the bomb icons complete with an error number...how informative!
My favourite error was a pre-OS X Mac bomb-type message "An unexpected error has occurred because an error has occurred". Genius :)
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
Something bad happened
with a picture of little beasties munching on the innards of some computers :laugh:
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
I remember reading about a program someone was debugging with message boxes, and he made them all tsundere, to ease the tedium. Sadly, he shipped it without removing all of the messages. 2 weeks later, he dealt with a phonecall from a client who quoted: "I-It's not like I wanted to give you data, desuwa~, I just made to much!"
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
I was pushing the limits of an algorithm to find the limit of it's recursive processing. Then I put in a try/catch to gently and safely bring the app down when it failed. This isn't a bad error message, it's a failure in expectations. When it blew, it was supposed to write a formatted message in the catch block. When you get a stack overflow error/message, the app shuts down, no catch processing, no final executions, you're done, you're out. I thought try/catch was supposed to always catch failures.
-
When I was at college i was forced to make a project with lazarus(a free Delphi IDE), Thi IDE is so wrong at so many levels that among other stuff that happened to me i received this error messsage "Oops the IDE has entered in depuration state(the ide freezed down) you only have to close it and wait for the worse"
My personal favorite, encountered only once while trying to open a project file in Borland C++Builder 6, it went something like; "We were unable to process your request. Reason: The window does not have scroll bars." Yup, apparently scroll bars are an essential part of loading the file.
-
MS-DOS also had a "Screen not found" error message, which no one ever saw because it was meant to be displayed on the screen
Yeah, but Windows took that one just one step further... I recall seeing the BSOD on my friend's computer, and I think it was Win95. It just read: "It seems you have not plugged in a monitor. Please plug in a monitor and press a key to continue." In fact, pressing a key wouldn't have done anything, but what has been troubling me for all this years now: HOW did the programmer meant this message - if it's conditions were really met - would be transported to the user? Magic Crystal Ball? Needless to say, _we_ saw the message because there _was_ a monitor plugged in.
That seems to be a PEBKAC problem, Sir. Why don't you go and fetch a coffee while I handle the operation?