Results 1 to 33 of 33

Thread: Helpful

  1. #1

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Helpful

    Name:  yayflex.png
Views: 390
Size:  21.9 KB

  2. #2
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Helpful

    This programmer was inspired by the error message art of microsoft.
    My monkey wearing the fedora points and laughs at you.

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Helpful

    My favourite was always:

    Error: Error message not found
    Not only wrong, but paradoxical too.
    I don't live here any more.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Helpful

    Quote Originally Posted by wossname View Post
    My favourite was always:



    Not only wrong, but paradoxical too.
    This actually happens with the Windows Mobile SDK.

  5. #5
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627

    Re: Helpful

    The dialog title is nice, too - "Problem Occurred". Well no ****.
    Almost as good as my old stand by - "Error"
    Here's to us!
    Who's like us?
    Darned few, and they're all dead!

  6. #6
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Helpful

    My favourite is "This should not happen".
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  7. #7
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Helpful

    I still admire one of the classic's "An error that cannot occur has occurred"
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  8. #8
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Helpful

    I don't remember seeing that but it's funny. I can't imagine writing a program where you would ever want that statement to come up unless the application was actually generating sentences based on what was happening.
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  9. #9
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Helpful

    I like how Google's error messages begin with "Oops."
    My monkey wearing the fedora points and laughs at you.

  10. #10
    Addicted Member
    Join Date
    Apr 2009
    Location
    Toronto, Ontario
    Posts
    242

    Re: Helpful

    The most annoying messages I have EVER dealt with (in no real order because they were each THE most annoying at the time they occurred! ):
    1. "General Protection Fault" (Windows 95 (and up?) )
    2. "coredump" (*NIX)
    3. "A Data exception has occurred" (running PASCAL on an IBM System 370)

    The last one happened to me with frightening regularity when I was in my first year of university. The first time it happened I went to the REALLY LARGE number of books provided as documentation by IBM (they took up an entire rectangular table that could have sat at least 12 people comfortably!). I looked up the error message and found this 1 line, really helpful, description of what the error means (there were no other entries for that message):
    "A data exception occurred."

    Wonderful, eh?

    -EM
    ---
    REMEMBER: If your issue is resolved, use the Thread Tools menu to set it as such, and be sure to rate the posts that help you the most!


    Just because I was jealous of g4hsean!

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Helpful

    Coredumps are very descriptive. If you have a coredump then you basically have all the info you need to diagnose and report a bug/crash/error. I use coredumps all the time to debug our large multi-process *nix server software.

    You can debug coredump files to get the line number of the error (in certain circumstances, often in development, occasionally in production cases if you're very lucky).

    So coredumps are the best. I fear you misunderstood this when posting just now.
    I don't live here any more.

  12. #12
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Helpful

    Segmentation fault.
    My monkey wearing the fedora points and laughs at you.

  13. #13

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Helpful

    My favourite isn't a message but the classic recursive Dr. Watson on Windows.

    I forget how this was triggered, but the gist of it was: The system would become corrupt in some way; One program (often Explorer) would crash; Dr. Watson would attach itself to perform an autopsy; Dr. Watson would crash...

  14. #14
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Helpful

    Nice!

  15. #15
    Addicted Member
    Join Date
    Apr 2009
    Location
    Toronto, Ontario
    Posts
    242

    Re: Helpful

    I'm not saying that coredumps don't contain the info you need, but when all you get for an error message is "coredump", it's not really illuminating, if you know what I mean.

    The same could possibly be said of good old Dr. Watson. The file(s) it created supposedly would give you all you needed to debug the issue, but the message you received normally didn't give much help at all.
    ---
    REMEMBER: If your issue is resolved, use the Thread Tools menu to set it as such, and be sure to rate the posts that help you the most!


    Just because I was jealous of g4hsean!

  16. #16
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Helpful

    Error 405: Error connecting to database. Minitech's message not found.

  17. #17
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Helpful

    This error is erroneous.

    Note: I just made that one up but I wouldn't be surprised if I ever saw it.
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  18. #18
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Helpful

    Error 303: We put 405 where it should have been 404.

  19. #19
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Helpful

    HTTP 1.2 Response Codes:
    • HTTP/1.2 423 Internet Explorer Not Supported
    • HTTP/1.2 498 Never Gonna Give you Up, Never Gonna Let you down
    • HTTP/1.2 555 This server is not responding
    • HTTP/1.2 233 Virus Delivered
    • HTTP/1.2 399 Page sent to someone else
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  20. #20
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Helpful

    Do not turn off or unplug your machine. Viruses are being installed.
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  21. #21
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Helpful

    I've seen that screen at least five times.

  22. #22
    Addicted Member
    Join Date
    Dec 2006
    Location
    Between Try & Catch
    Posts
    249

    Re: Helpful

    How about showing the user an error message that says you wrote something to a log, and when they call you about the problem, you can't find the log because you forgot to change the path from your local machine to the log server before deployment?

    Support...nightmare.
    If my post helped you, please rate it!

    Languages: VB/ASP.NET 2005, C# 2008,VB6
    Databases: Oracle (knowledge not currently in use), DB2

    FROM Customers
    WHERE We_Know_What_We_Want <> DB.Null
    SELECT *
    0 rows returned

  23. #23
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Helpful

    The Interbase SQL database system was obviously written by someone with a sense of humour - when it crashes you get a message in the log that goes something like Error ocurred, packing up, going home. Sorry it didnt work out.

    I also remember seeing one on a Windows server that said something along the lines of "the server did not want to cooperate" - it wasnt those words exactly but that was basically what it said
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  24. #24
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Helpful

    Not as impressive as the ones above, but here's one of mine from a few years ago (for people who were in the same office as me):
    Sorry, Excel is being awkward - please see Si to get him to tell it off.
    The problem was that Excel couldn't do certain things if no printer was set up, but there was always a printer set up - but due to network issues, Excel just needed to be reminded sometimes.

  25. #25
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Helpful

    Quote Originally Posted by JuggaloBrotha View Post
    I still admire one of the classic's "An error that cannot occur has occurred"
    I use lines like that in most of my programs. I never knew it was a classic. Now I'll have to change them.
    My usual boring signature: Nothing

  26. #26

  27. #27
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: Helpful

    that would be almost equivalent to "F1 key inoperative. Press <F1> key to remedy"
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  28. #28

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Helpful

    Quote Originally Posted by BillGeek View Post
    Anyone remember: "Keyboard error. Press <F1> to resume"?
    It makes perfect sense, but isn't helpful in the slightest.

  29. #29
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Helpful

    I actually just got something similar to that, something along the lines of "a mouse driver stopped working. Click OK to continue shutdown."


    (The keyboard wasn't working, either.)

  30. #30
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: Helpful

    I love error messages that say one thing, but mean another.

    I was installing Microsoft Streets & Trips 2007 on an XP machine with media player 11. During the install, it said something like, "Windows Media Player 10 is not compatible with this version of windows."
    So there are a couple problems with this error message. First of all, it shouldn't have come up at all. The streets and trips should have detected I have a newer version than 10 and not tried to install 10. Second of all, it should have said that a newer version was installed, not that the OS was incompatible.

    Fail.
    My monkey wearing the fedora points and laughs at you.

  31. #31
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Helpful

    Oh dont get me started on error messages with hidden meanings!

    One of my favourites is when you try to run the client email program Lotus Notes and get an error saying something like "The program cannot be started in domino server mode". What this actually means is that you do not have permission to write to the folder where Notes is installed... yet another reason to use Outlook instead
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  32. #32
    Hyperactive Member
    Join Date
    Oct 2007
    Location
    Godzone, oops Oz
    Posts
    355

    Re: Helpful

    We went through a period of inserting "This error should never happen, but we're anal" till they started appearing on user screens ... oops!!!!

  33. #33
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Helpful

    Anything that results in the word anal being shown on your customers screens is always funny </tenyearold>
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width