LOL Funny REAL error messages

Discussion in 'General' started by jhanlon303, 10 Jul 2009.

Thread Status:
Not open for further replies.
  1. jhanlon303

    jhanlon303 The Keeper of History

    Joined:
    7 Sep 2006
    Posts:
    9,263
    Likes Received:
    302
    Youse people ever encounter an error message in REAL LIFE that just says W. T. F.

    The US internet has been under a cybertech assault since 4 July. Probables point to someone/group in China. Took out the Whitehouse.gov and several more sites. Parts of the Stock Exchange.

    So I'm guessing cars and searching for desktops to impress Mankz and encountered this jewel:

    [​IMG]

    Who actually writes these error messages? If you are going to crash and burn please leave a message that encourages the user to return. This one is neat. I have this software called Snag It that I purchased which allows capturing screens, regions, or a bumper for cars. Handy when you need to "Show me the error screen"

    john
     
  2. bigkingfun

    bigkingfun Tinkering addict

    Joined:
    27 Jul 2008
    Posts:
    988
    Likes Received:
    59
    On my first computer (IBM Aptiva born with virus) I once got this beaty:
    [​IMG]

    In case you cannot make it out, it says "Exception Encountered ??? Unknown Exception".
     
  3. BentAnat

    BentAnat Software Dev

    Joined:
    26 Jun 2008
    Posts:
    7,230
    Likes Received:
    219
    I've done some custom error messages for web pages, and there are some BRILLIANT ones out there (especially 404's). It's a branding exercise that does TONS for the credibility and consistency of the site. It is also (sadly) an oft-overlooked aspect of web development/design
     
  4. Blademrk

    Blademrk Why so serious?

    Joined:
    21 Nov 2003
    Posts:
    3,988
    Likes Received:
    86
    or if you don't have snag it you could just alt+printscreen to copy the window to the clip board and then paste it into a photo-editor to save it ;)
     
  5. Shuriken

    Shuriken same christmas AV for a whole year

    Joined:
    1 Jan 2003
    Posts:
    1,312
    Likes Received:
    22
    On quite a few apps I write I'll have an error handling function, so when that goes wrong I tend to give it a somewhat tongue-in-cheek "This error message has an error..wait, what?" message. And +1 on custom 404 pages, always a HUGE amount of overlooked potential there.
     
  6. DaveVader

    DaveVader Fast Action Response Team

    Joined:
    10 Aug 2007
    Posts:
    2,530
    Likes Received:
    78
  7. BentAnat

    BentAnat Software Dev

    Joined:
    26 Jun 2008
    Posts:
    7,230
    Likes Received:
    219
    I am a great believer in gentle error handling and hard trapping.
    That's to say in most of my apps (work), i pop out informative and gentle error messages. Behind the scenes i log errors to either a DB (if connected to one, not all apps are connected all the time), or to a log file.
    I've even gone as far as using a unified DB for a few apps, escalating errors based on the frequency they occur at, and logging support calls for me automatically. Design like this is INSANELY valuable, as (as a developer in a corporate environment), i get bogged down with support rather than development quite quickly. Most support calls are in my experience caused by bugs. Squish the frequent bugs, and make your own life easier. Users don't understand this, but then - what do they understand ;)

    oh, and i have gone further than 404's on web apps. 403's are also fairly frequently seen in some apps, and it's fun to brand them as well...
    What i like doing is building a friendly 404 that says something like "Oops. We screwed the pooch there somehow, what were you trying to do?" and then giving a bunch of links to common pages/search pages.

    then i like making a harsher 403 (forbidden) page. Saying something like "OI! You not supposed to be here! - go here! or here! or here! or away!"
    :p
     
  8. Ending Credits

    Ending Credits Bunned

    Joined:
    4 Jan 2008
    Posts:
    5,321
    Likes Received:
    244
    FireFTP always gives the the error message "OOPs, a child died"
     
  9. knuck

    knuck Hate your face

    Joined:
    25 Jan 2002
    Posts:
    7,671
    Likes Received:
    310
    ^ lollll

    Cyanide and happiness had the best I saw

    "Sorry , we're fcking with the server"

    And then there is literally one of the characters fcking a server :D
     
  10. Mr.ME

    Mr.ME Minimodder

    Joined:
    22 Jan 2006
    Posts:
    292
    Likes Received:
    86
    [​IMG]

    one from torrentz
     
  11. notatoad

    notatoad pretty fing wonderful

    Joined:
    25 Jun 2004
    Posts:
    3,213
    Likes Received:
    60
    fark: sorry, we spilled beer on the servers again.
     
  12. Zurechial

    Zurechial Elitist

    Joined:
    21 Mar 2007
    Posts:
    2,045
    Likes Received:
    99
     
    C-Sniper likes this.
  13. Ending Credits

    Ending Credits Bunned

    Joined:
    4 Jan 2008
    Posts:
    5,321
    Likes Received:
    244
    Yes, I remember that one.
     
  14. cyrilthefish

    cyrilthefish What's a Dremel?

    Joined:
    15 Apr 2004
    Posts:
    1,363
    Likes Received:
    99
    I just had this one pop up :)

    [​IMG]

    Oh shiii...
     
  15. jhanlon303

    jhanlon303 The Keeper of History

    Joined:
    7 Sep 2006
    Posts:
    9,263
    Likes Received:
    302
    Just got this one from Twitter. Pretty funny.

    [​IMG]

    john
     
  16. jhanlon303

    jhanlon303 The Keeper of History

    Joined:
    7 Sep 2006
    Posts:
    9,263
    Likes Received:
    302
    Another twitter one. Error trying to retrieve error message. Meme?

    [​IMG]
     
  17. CardJoe

    CardJoe Freelance Journalist

    Joined:
    3 Apr 2007
    Posts:
    11,346
    Likes Received:
    312
    My old website used to give the message "You are lost. It is dark here. You are likely to be eaten by a Grue."
     
  18. Sir Digby

    Sir Digby The Supprising Adventures

    Joined:
    18 Jan 2009
    Posts:
    1,333
    Likes Received:
    95
    I always liked the Rock, Paper, Shotgun 404 error message of "Looks like something went wrong. We're going to blame you..."
     
  19. DragunovHUN

    DragunovHUN Modder

    Joined:
    30 Oct 2008
    Posts:
    5,149
    Likes Received:
    181
    I sometimes get the classic "Keyboard error - press f1 to continue" on POST, and once i shut down my last XP install it said it closed down explorer.exe because it was a security threat o_O

    Other than that, some Firefox/Thunderbird error messages are hilarious. At least in the Hungarian localization.
     
  20. quietguy

    quietguy D'orc

    Joined:
    4 Oct 2007
    Posts:
    836
    Likes Received:
    103
Thread Status:
Not open for further replies.

Share This Page