1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Windows just had an error in the error handler...

Discussion in 'Entertainment and Technology' started by gaynerd64, Jun 26, 2014.

  1. gaynerd64

    Full Member

    Joined:
    Jan 19, 2014
    Messages:
    295
    Likes Received:
    0
    Location:
    The absolute worst state in the US
    The computer at the place that I work just locked up and displayed an error message. The error message states "An error has occurred in the error handler". That pretty much defines Windows.
     
  2. Alyssa'sTooCute

    Regular Member

    Joined:
    May 15, 2014
    Messages:
    107
    Likes Received:
    0
    Location:
    CT
    Gender:
    Female (trans*)
    Sexual Orientation:
    Straight
    Out Status:
    Out to everyone
    Haha I work at staples and it seems like everytime windows pushes out an "update" I got customers coming in like a flock of crows
     
  3. WeirdnessMagnet

    Regular Member

    Joined:
    Dec 26, 2011
    Messages:
    479
    Likes Received:
    0
    Location:
    Klein sexuality bottle
    Gender:
    Genderqueer
    Gender Pronoun:
    Other
    Sexual Orientation:
    Bisexual
    Out Status:
    Some people
    It's better than "operation completed successfully" error, which is how Windows handles errors in error handling sometimes...
     
  4. Yosia

    Full Member

    Joined:
    Jan 26, 2014
    Messages:
    1,791
    Likes Received:
    0
    Location:
    England
    I once tried to shut down my PC and it said Error. So i pressed the actual button and it didnt turn on ever again >.<
     
  5. Brandiac

    Regular Member

    Joined:
    Apr 24, 2014
    Messages:
    462
    Likes Received:
    0
    Location:
    Central Europe
    Gender:
    Male
    Gender Pronoun:
    He
    Sexual Orientation:
    Bisexual
    Out Status:
    Some people
    That's why I always give it a bit of time before getting the updates. But I suppose it's Win 8 we're talking about, in which case I have no idea. 7 does everything I want it to do so I'm not changing any time soon (though I might give the different Linux versions a try)
     
  6. BlueLines

    Full Member

    Joined:
    Jun 18, 2013
    Messages:
    136
    Likes Received:
    0
    Location:
    The Capital Wasteland
    Not all that happy with windows 8 updates either, they all seem to either crash my computer, or corrupt my installation of office. So its annoying having to fix what Microsoft thinks are "improvements..."
     
  7. MaynardSantos

    Regular Member

    Joined:
    May 24, 2014
    Messages:
    21
    Likes Received:
    0
    Gender:
    Male
    Sexual Orientation:
    Gay
    Out Status:
    Not out at all
    I'm running Elementary OS Luna (a linux distro), I completely forgot all the everyday quirks of Windows that people just tend to ignore nowadays.
     
  8. Nikky DoUrden

    Full Member

    Joined:
    Aug 25, 2013
    Messages:
    1,305
    Likes Received:
    0
    Location:
    Mediterranean Sea
    That surprising.
    Because I thought the whole code of windows is surrounded by try {..} catch {..}
     
  9. Fugs

    Full Member

    Joined:
    Sep 5, 2011
    Messages:
    1,614
    Likes Received:
    0
    Location:
    United States
    Gender:
    Female (trans*)
    Gender Pronoun:
    She
    Sexual Orientation:
    Bisexual
    Out Status:
    Out to everyone
    windows 7 doesn't have any of those problems for me :/
     
  10. WeirdnessMagnet

    Regular Member

    Joined:
    Dec 26, 2011
    Messages:
    479
    Likes Received:
    0
    Location:
    Klein sexuality bottle
    Gender:
    Genderqueer
    Gender Pronoun:
    Other
    Sexual Orientation:
    Bisexual
    Out Status:
    Some people
    At the risk of ruining the joke...
    Exceptions are actually a rather high-level abstraction WinAPI (or POSIX) knows nothing about, and CPU itself knows even less. The ways to deal with errors used at those levels aren't really as robust as try/catch/finally framework of modern programming languages and when they themselves break down, weird stuff happens sometimes. (Not that try/catch is all that foolproof either.)