Thread: BSOD :: Blue Screen of Death

  1. #1
    back? dbaryl's Avatar
    Join Date
    Oct 2001
    Posts
    597

    BSOD :: Blue Screen of Death

    Hey, I was just thinking, does anyone know how if it's possible to get a snapshot [Print Screen or something...] of the BSOD? I saw that ober5861 had one for the avatar on the Flasddadee's... ::oh, no, he brings up Flashddadee's!::

    I've been getting a lot of those lately with the new release of the DevC++ 5... the beta version. Don't mean to say anything against them, just stating the fact. Plus, that IS a BETA release... I was just wondering it it's possible to get a snapshot of the Blues Screen of Death at all, probably not though, huh? I guess the system won't really allow you to do that, 'xcept let you "press any key to continue" or something... or maybe I'm wrong as usual (I hope =)

    ober5861: How did you do that?
    This is my signature. Remind me to change it.

  2. #2
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    I think the PrintScrn key will capture the image and you could save it as a .bmp

    never tried to do it though.
    -

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    digital camera?

    haha digital camera would work?
    or just code one that's what i did in a pascal class a while back while i was reealllllly bored...
    set up the PC next to you and run some code like this:

    for(;
    ZeroMemory(sizeof(long),null);


    then on your pc just copy the screen that shows up (easier than doing it from memory)
    Last edited by cozman; 04-01-2002 at 01:32 AM.

  4. #4
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    Don't think it's possible, since windows is not functioning anymore, and all processes would pause during BSOD. And most of the time if u encountered BSOD, you won't be able to get back to windows, how u gonna save the img?

  5. #5
    Registered User compjinx's Avatar
    Join Date
    Aug 2001
    Posts
    214
    >most of the time if u encountered BSOD, you won't be able to get back to windows,
    actually, most of the time I encountered the BSOD I am able to get back to windows.
    I think it's a bug or something, I am not sure why it does this but if I start up:
    Winamp
    RedAlert2
    other misc programs, usually having to do with graphics(directX)

    it only happens once each time after I start the computer.
    hmmm.. that sounds strange, let me try again.
    this hapens every time:
    I start the computer.
    I startup one of the above programs.
    it gives me the BSOD, then I "hit a key" return to windows, then I run the program again and it runs fine.
    the above happens only sometimes.

    it acts like there is a big barrier there, after I run some app that conflicts with it, it breaks; then every program works fine.

    I would call compaq and get it fixed but they "can't find any copy of my purchase of two extra years of tech support", so until I get done with my trip and get back home where I can send them a copy of the reciept they won't give me an ounce of support.
    only 4 more months till I get back home... hope i don't run into any big-bad problems with the computer till then...
    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
    Eric Porterfield.

  6. #6
    back? dbaryl's Avatar
    Join Date
    Oct 2001
    Posts
    597
    What happens for me with the DevC++ is that I get the BSOD half the time when i hit the 'compile + run' key. The program gives me the BSOD, then I hit any key, get bacl to windows, and my compiled program is run. The DevC++ is killed though...

    I'll try the Print Screen again, didn't seem to work the last time I tried.
    This is my signature. Remind me to change it.

  7. #7
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    Why do you need print screen? Get out a pen and paper and write downt the error.. that's what I do.
    Then go to google and type it in, should turn up some results.

  8. #8
    back? dbaryl's Avatar
    Join Date
    Oct 2001
    Posts
    597
    Well, the point is I wanted to see if I could get an actual snapshot of the BSOD... I saw that someone on Flashddadee's had one as their avatar, so got me interested. BTW, how useful is the info you find on Google search for the error? What can you do with it, a way to fix the problem?
    This is my signature. Remind me to change it.

  9. #9
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    this reminds me:

    http://zem.squidly.org/bsod/


    edited?
    the best things in life are simple.

  10. #10
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    This util allows you to save the output of a NT BSOD to a text file.......it doent give a screenshot though - here

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. windows XP blue screen of death =-o!
    By MisterSako in forum Tech Board
    Replies: 14
    Last Post: 05-08-2006, 08:22 PM
  2. Feedback: Functional Specification Wording
    By Ragsdale85 in forum C++ Programming
    Replies: 0
    Last Post: 01-18-2006, 04:56 PM
  3. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  4. The Blue Screen of Death
    By Yoshi in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 11-29-2001, 04:49 PM