Thread: Systems reboots on startup of OS

  1. #1
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587

    Systems reboots on startup of OS

    Hi all,
    Recently I am having this problem of my system rebooting on the starting up of the Operating System(Window XP sp2).

    I get the following error report:
    Windows has recovered from a serious error.

    Error Signature:
    BCCode : 10000050 BCP1 : F79C8000 BCP2 : 00000000 BCP3 : F792C0A6
    BCP4 : 00000000 OSVer : 5_1_2600 SP : 2_0 Product : 256_1

    The following files have been included in the error log:
    C:\DOCUME~1\Steve\LOCALS~1\Temp\WER0676.dir00\Mini 100608-01.dmp
    C:\DOCUME~1\Steve\LOCALS~1\Temp\WER0676.dir00\sysd ata.xml
    But the path specified in the message doesn't seem to exist(I can't find the
    WER0676.dir00 directory which is also not in the hidden files)

    I get this problem only during my first boot to the windows.
    Also Welcome screen blinks for 10 times or more.I updated my display driver(ATI Radeon XPress 200 chipset) sensing some problem there but still the problem exists.

    I am using ZoneAlarm Firewall and Avast antivirus plus spybot search & destroy.

    Can somebody tell me what's going on?
    Thanks in advance.
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Found this, which might help http://www.techspot.com/vb/topic30262.html

  3. #3
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    Thanks for the link C_ntua.
    Hmm, the problem could be with the Firewall then.
    I'll have to uninstall it and see what happens.
    [I think RAM could not be a problem as only recently i checked it with memtest86.But who knows no software can be counted upon these days.]


    Thanks C_ntua for your time and help.
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  4. #4
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Zonealarm sometimes causes weird problems keep that in mind. I switched to COMODO.
    You can also try system restore and as a last resort format

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    You should get a minidump in \Windows\Minidump.
    Acquire WinDbg (debugging tools for windows) from Microsoft's homepage and then open the minidump using windbg.
    Click on the !analyze -v command that shows up and it should tell you more about where the error came from (what nodule, file). Google the file you find and see what application it belongs to.
    It also suggests what you should do to track the error. Some things give you all the info you need, but some other things require you to enable debugging functions in Windows.

    Give it a go. It's very simple, and yet oh so powerful.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  6. #6
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    I switched to Comodo Pro from ZoneAlarm.
    Unexpected restarts have stopped for now.
    Still having the blinking screen problem though.
    Thanks all for your help and time.
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Detecting if OS is Windows???
    By Ktulu in forum Windows Programming
    Replies: 2
    Last Post: 11-19-2006, 02:49 AM
  2. Startup using STARTUP folder method for winXP & win98
    By hanhao in forum Windows Programming
    Replies: 2
    Last Post: 05-26-2005, 04:59 AM
  3. Questions on ASM with C++ and Operating Systems and such
    By Blizzarddog in forum Linux Programming
    Replies: 5
    Last Post: 07-25-2004, 12:44 PM
  4. a simple OS
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 06-06-2004, 10:47 PM