Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Ambiguous error messages...

Ambiguous error messages...

Scheduled Pinned Locked Moved The Lounge
helpquestion
44 Posts 29 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Ennis Ray Lynch Jr

    I blame managers. Personally, I like displaying the raw message from Exceptions. But I usually get overruled and have to output, An Error has occurred. Of course, I do also write to the event log the real error message.

    Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

    H Offline
    H Offline
    hammerstein05
    wrote on last edited by
    #23

    A previous version of our application would popup "Error" and then close the program. When I got to rewriting parts, I managed to put a stack trace with a friendly error at the top as we couldn't rely on the users sending us the error files (mobile devices). Now, whenever there's an error, we'll get "user did this and it popped up.... " [copy and paste of error in its entirety]

    modified on Thursday, August 5, 2010 3:08 PM

    1 Reply Last reply
    0
    • I Ian Shlasko

      Hey, genius idea for a movie plot... Lunatic hooks up a bomb to a Windows 95 machine... The bomb control software is written in VB6. You have to go through a configuration screen to disarm, but if your computer BSODs, it explodes :)

      Proud to have finally moved to the A-Ark. Which one are you in?
      Author of the Guardians Saga (Sci-Fi/Fantasy novels)

      R Offline
      R Offline
      rastaVnuce
      wrote on last edited by
      #24

      This is more suitable for CSI... The guys there already have experience with VB :)

      We are using Linux daily to UP our productivity - so UP yours!

      1 Reply Last reply
      0
      • T The Digital Worm

        And on top of it they ask "Send the error report to Microsoft.", as if they are just waiting to get the error report and providing you quick fix of so called "Unknown Error"

        WJFK (Write Just for Kicks)

        T Offline
        T Offline
        Tom Delany
        wrote on last edited by
        #25

        The Digital Worm wrote:

        And on top of it they ask "Send the error report to Microsoft."

        I like it when I'm coding and a make a stupid mistake in my code that makes that error message come up. "Oh yeah. I'm sure Microsoft is just dying to get the crash report from my bug." X|

        WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.

        1 Reply Last reply
        0
        • S Steven J Jowett

          ...don't you just love them? They add challenges to your life.

          Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

          F Offline
          F Offline
          fjdiewornncalwe
          wrote on last edited by
          #26

          I actually created a classic. I did it in my first job right out of school. It was one of those... "I'll remember to delete it again" ones, but I forgot :sigh: . The message read "Oops!"

          1 Reply Last reply
          0
          • S Steven J Jowett

            ...don't you just love them? They add challenges to your life.

            Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

            S Offline
            S Offline
            SIRVACodeGuy
            wrote on last edited by
            #27

            I can't believe no one mentioned "Object reference not set to an instance of an object"...which NEVER indicates WHICH object it is referring to! That can drive ya nuts in a really complex web app!

            1 Reply Last reply
            0
            • S Steven J Jowett

              ...don't you just love them? They add challenges to your life.

              Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

              S Offline
              S Offline
              Steve Naidamast
              wrote on last edited by
              #28

              I love the ones you get in IE such as... "Windows cannot display the web page" You go to the diagnostics button and it basically tells you to contact your system administrator... :(

              Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@ix.netcom.com

              N 1 Reply Last reply
              0
              • S Steven J Jowett

                ...don't you just love them? They add challenges to your life.

                Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

                B Offline
                B Offline
                bwestrick
                wrote on last edited by
                #29

                My favorite that I've seen recently is "The operation completed successfully." Apparently Windows now considers this an "exception".

                N 1 Reply Last reply
                0
                • S Steven J Jowett

                  ...don't you just love them? They add challenges to your life.

                  Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

                  R Offline
                  R Offline
                  RickRoc
                  wrote on last edited by
                  #30

                  I once received an error that said "Hmmmmm.... that should not have happened". Wow! That was helpful! :laugh:

                  -------------------------------------------- Give me ambiguity or give me something else!

                  1 Reply Last reply
                  0
                  • S Steven J Jowett

                    ...don't you just love them? They add challenges to your life.

                    Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

                    B Offline
                    B Offline
                    BrainiacV
                    wrote on last edited by
                    #31

                    Part of the problem is that users can't read. Their eyeballs just slide off the glass. Even at places I've worked that had separate QA departments we'd get back (literally!) "I was doing something and it crashed". "What about the error message we displayed?" "I don't remember what it said." "It had a number before the message, did you at least write that down?" "No, I didn't understand it." So why bother? Now what really annoys me are misleading development error messages. Oracle used to drive me batty with "Bad END statement." The real problem was "Label not found.", but I guess it found the END statement before finding the label it was looking for and therefore that was the problem. I used to write better parsers in high school. The core DB engine may have been written by the A Team, but I always thought the user interface was written by the F Troop. Don't get me started on Microsoft error messages...

                    Psychosis at 10 Film at 11

                    U 1 Reply Last reply
                    0
                    • B BrainiacV

                      Part of the problem is that users can't read. Their eyeballs just slide off the glass. Even at places I've worked that had separate QA departments we'd get back (literally!) "I was doing something and it crashed". "What about the error message we displayed?" "I don't remember what it said." "It had a number before the message, did you at least write that down?" "No, I didn't understand it." So why bother? Now what really annoys me are misleading development error messages. Oracle used to drive me batty with "Bad END statement." The real problem was "Label not found.", but I guess it found the END statement before finding the label it was looking for and therefore that was the problem. I used to write better parsers in high school. The core DB engine may have been written by the A Team, but I always thought the user interface was written by the F Troop. Don't get me started on Microsoft error messages...

                      Psychosis at 10 Film at 11

                      U Offline
                      U Offline
                      User 2558377
                      wrote on last edited by
                      #32

                      What gets me is any error message with an exclamation mark at the end. "Date format is invalid!", "An unknown error has occurred!". Whenever I get one I automatically imagine the words "you idiot" added to the end. An equally annoying variant is a success message with an exclamation mark: e.g. testing an ODBC data sources gives "TESTS COMPLETED SUCCESSFULLY!" - what, so that's such a big surprise that you have to shout at me?

                      1 Reply Last reply
                      0
                      • S Steven J Jowett

                        ...don't you just love them? They add challenges to your life.

                        Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #33

                        How about this one here : Could not load file or assembly 'Microsoft.Xna.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d' or one of its dependencies. An attempt was made to load a program with an incorrect format. What is a program with an incorrect format? Especially if you just compiled it? Took me a while to find out since the error did not happen on my machine.

                        A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                        1 Reply Last reply
                        0
                        • S Steven J Jowett

                          ...don't you just love them? They add challenges to your life.

                          Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

                          F Offline
                          F Offline
                          Figmo2
                          wrote on last edited by
                          #34

                          "Keyboard error. Press any key to continue..."

                          S 1 Reply Last reply
                          0
                          • T The Digital Worm

                            If its a computer virus then please make sure the manufacturer is not Microsoft, else we will be having buggy zombies everywhere.

                            WJFK (Write Just for Kicks)

                            P Offline
                            P Offline
                            patbob
                            wrote on last edited by
                            #35

                            The Digital Worm wrote:

                            buggy zombies everywhere

                            Now that's worthy of a movie :D Imagine the fun you could have with that as a writer. Zombies crashing left and right, sometimes spectacularly ("foom!"). Script kiddies writing all sorts of malware to control them to do crazy things (who wants to see 'em dance like an egyptian?). And of course, don't forget the sinister zombienets (Get your very own 1000 strong , er 999 strong zombie army today!).

                            patbob

                            1 Reply Last reply
                            0
                            • T The Digital Worm

                              If its a computer virus then please make sure the manufacturer is not Microsoft, else we will be having buggy zombies everywhere.

                              WJFK (Write Just for Kicks)

                              M Offline
                              M Offline
                              mrchief_2000
                              wrote on last edited by
                              #36

                              not apple either... otherwise we'll need iTunes, Mac to even get started!

                              1 Reply Last reply
                              0
                              • S Steven J Jowett

                                ...don't you just love them? They add challenges to your life.

                                Steve Jowett ------------------------- Real Programmers don't need comments -- the code is obvious.

                                R Offline
                                R Offline
                                Richard Jones
                                wrote on last edited by
                                #37

                                The "sad Mac" X| 0x00000002 - from Mac Classic, where only Apple technicians had the reference book with the codes. I also hated the completely blank error window (at least I think it was an error window, since even the title was blank) in some apps. :doh:

                                I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer

                                K 1 Reply Last reply
                                0
                                • R Richard Jones

                                  The "sad Mac" X| 0x00000002 - from Mac Classic, where only Apple technicians had the reference book with the codes. I also hated the completely blank error window (at least I think it was an error window, since even the title was blank) in some apps. :doh:

                                  I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer

                                  K Offline
                                  K Offline
                                  kmoorevs
                                  wrote on last edited by
                                  #38

                                  Boy does that bring back bad memories! I was given a PowerMac 6100 many years ago. It had 7.5 on it which was terrible. I especially hated the bomb message. I must have rebuilt that system a dozen times. My next machine was a Win98 which by comparison was awesome, though it had it's share of stupid error messages.

                                  1 Reply Last reply
                                  0
                                  • OriginalGriffO OriginalGriff

                                    Microsoft early IDEs used to crack me up: "An unknown error has occurred" - if it's that unknown, how do you know it's an error? No, please, don't crash out and trash all my work. Oh, you did.:mad:

                                    Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

                                    B Offline
                                    B Offline
                                    Brady Kelly
                                    wrote on last edited by
                                    #39

                                    I understand that. You first have catch blocks for known exception types, and then one last catch block, or global exception handler, for those that are not known.

                                    OriginalGriffO 1 Reply Last reply
                                    0
                                    • B Brady Kelly

                                      I understand that. You first have catch blocks for known exception types, and then one last catch block, or global exception handler, for those that are not known.

                                      OriginalGriffO Offline
                                      OriginalGriffO Offline
                                      OriginalGriff
                                      wrote on last edited by
                                      #40

                                      This was from the days well before exceptions - C, not even C++ if you were lucky. Assembler if you weren't. You had two choices - check for problems that what you are about to do might cause cause before you tried it, or just say "F that" and do it anyway - it might not fall over too badly. MS (and to be fair a lot of companies) did the later more often than the former.

                                      Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

                                      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                      1 Reply Last reply
                                      0
                                      • S Steve Naidamast

                                        I love the ones you get in IE such as... "Windows cannot display the web page" You go to the diagnostics button and it basically tells you to contact your system administrator... :(

                                        Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@ix.netcom.com

                                        N Offline
                                        N Offline
                                        nalorin
                                        wrote on last edited by
                                        #41

                                        Steve Naidamast wrote:

                                        You go to the diagnostics button and it basically tells you to contact your system administrator...

                                        It gets even more fun when you are your own system admin :P

                                        "Silently laughing at silly people is much more satisfying in the long run than rolling around with them in a dusty street, trying to knock out all their teeth. If nothing else, it's better on the clothes." - Belgarath (David Eddings)

                                        1 Reply Last reply
                                        0
                                        • B bwestrick

                                          My favorite that I've seen recently is "The operation completed successfully." Apparently Windows now considers this an "exception".

                                          N Offline
                                          N Offline
                                          nalorin
                                          wrote on last edited by
                                          #42

                                          My favourite message (that wasn't an error) came from a Microsoft Game: MTM (Monster Truck Madness). When I was updating the game via my dial-up connection, 10 or so years ago, it was keeping track of the update in a fashion like: "Downloading update... 14378 KB of 400 KB completed." Oh, Microsoft, how wonderful 'tis to see thy glorious programming talent!

                                          "Silently laughing at silly people is much more satisfying in the long run than rolling around with them in a dusty street, trying to knock out all their teeth. If nothing else, it's better on the clothes." - Belgarath (David Eddings)

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups