Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: That Damn "Blue Screen Of Death"

  1. #1
    Say wha??? Jale's Avatar
    Join Date
    Nov 2004
    Location
    Santiago, Chile
    Age
    34
    Posts
    6,448

    Angry That Damn "Blue Screen Of Death"

    For now I have the situation under control. I reinstalled Windows using the repair feature of the Windows CD-ROM and it replaced the old files without deleting my old programs.

    I've been in other forums looking for the meaning of the following (only most important bits):

    IRQL_NOT_LESS_OR_EQUAL.

    ...

    ***STOP: 0x0000000A (0x00000000, 0x00000002, 0x00000001, 0x804DC6CC)


    I understand that the first bit (0x0000000A) refers to a driver conflict, but I don't understand the last one (0x804DC6CC).

    Many people say it's a memory problem, but I don't see it's the problem, since I've ran that memtest tool and it told me the memory is OK. I think the problem is related to the IRQ addressing. I've checked the IRQ list and everything seems to be fine.

    Like I said above, I've got the situation under control, but I don't know if this BSoD (Blue Screen of Death) will pop up again while I'm away downloading stuff (yes, it appears randomly).

    Any info about this?

  2. #2
    Road Runner! Crazy!'s Avatar
    Join Date
    Aug 2006
    Location
    United Kindgom, Kent
    Posts
    217

    Talking Re: That Damn "Blue Screen Of Death"

    Hiya yeah I've had that code too, I think it's a driver issue, you may have to look through all of your driver files i.e audio, video etc and make sure first of all that you have the latest versions of them and secondly to make sure they have a reliable compatability signature. I still get these screens, after you reboot you should get a windows error screen come up after you log on, if you do don't get rid of it, connect to the internet and send the error report and you should get a brief explanation as to why your computer crashed down and this internet explorer screen also indicates a certain file/s at times. Hope I've helped a little bit, but I don't know whether I've fixed this myself but I haven't had for ages now so...
    CrAzY!

  3. #3
    Say wha??? Jale's Avatar
    Join Date
    Nov 2004
    Location
    Santiago, Chile
    Age
    34
    Posts
    6,448

    Default Re: That Damn "Blue Screen Of Death"

    Well, I left my PC idle for almost 4 hours and everything is fine. I'm not sure if the problem has gone, but I think the Windows repair feature did the trick. I'll leave my PC on all night to see if I get the BSoD again.

  4. #4
    Crazy Frog
    Join Date
    Sep 2003
    Age
    38
    Posts
    3,065

    Default Re: That Damn "Blue Screen Of Death"

    Historically this shows up for any number of reasons.. Here are all the ones I've experienced..

    System Instability (caused by overclocking)..
    RAM related - BAD RAM / overclocked too far
    Bad driver - gotta find which one by random reinstalls.. Sometimes plain borked up windows install.

    Overheating problem.. Something aint right and your CPU is getting hot as a bitch now..

    These are all possible problems. Can't say which for sure.

  5. #5
    Say wha??? Jale's Avatar
    Join Date
    Nov 2004
    Location
    Santiago, Chile
    Age
    34
    Posts
    6,448

    Default Re: That Damn "Blue Screen Of Death"

    I'm not an overclocking fan, so that can't be the problem. CPU temperature? maybe, since it doesn't have thermal paste, but I've checked on the hardware monitor on the BIOS and the temperature is OK.

    I let my PC on all night and everything went OK. I think the problem is solved now.

  6. #6
    Say wha??? Jale's Avatar
    Join Date
    Nov 2004
    Location
    Santiago, Chile
    Age
    34
    Posts
    6,448

    Default Re: That Damn "Blue Screen Of Death"

    Well, I'm back. I did the memtest thing again and here's the result: It was a bad RAM. And to my surprise, the bad RAM was a generic one, it didn't even have branding. Now I switch from an unbranded DDR 333 memory to a new Markvision DDR 400 one and I can notice it has a slightly better performance.

  7. #7

    Default Re: That Damn "Blue Screen Of Death"

    You're better off installing Windows on an emulated or virtual layer. Usually, pentium II are the emulated chip with an efficiency of 35 to 85% emulated and 85 to 95% virtualized.

  8. #8
    Crazy Frog
    Join Date
    Sep 2003
    Age
    38
    Posts
    3,065

    Default Re: That Damn "Blue Screen Of Death"

    Ok.. I smell a BOT... Or a really daft person....

  9. #9

    Default Re: That Damn "Blue Screen Of Death"

    Neither one.
    There is no such thing as "bad" RAM. I rebuild old computers.
    Windows is prone to exploits and is an unstable system, having it on a virtual or emulated layer allows you to use it without your entire computer being shut down. If the virtual machine does go, you just create a new image or- if you made a copy- boot from the copy and destroy the tainted image.
    Maybe you aren't aware that programs work on a layer and the operating system doesn't know the difference between a system call and a line of code.

    And, by the way, when you use different latencies in a non-Un*X system, it won't work properly.
    If you actually knew something about programming, you would have told the original p[oster this and would have suggested a way such as:
    Use the lower latency for swap and match the upper to the graphics card, overclock at a rate of 1.5 to 2X the set factory speed and add a fan to prevent overheating, limit services and use a simple window manager to give more RAM to the game.

    The original posters of this forum used Linux and UN*X; and, I'm quite sure that some of them built emulators.

    This "draft" person is also able to run his main OS, a virtual OS, a third layer, and have another person accessing the box while running a rendering program and an audio editor- all quite smoothly- on less than a gigabyte of RAM.


    By the way, what happened to all of the coders and developers that used to post on here?

  10. #10
    I am the Stig TchuBacha's Avatar
    Join Date
    May 2005
    Location
    England
    Age
    32
    Posts
    943

    Default Re: That Damn "Blue Screen Of Death"

    Quote Originally Posted by geezerman View Post
    Neither one.
    There is no such thing as "bad" RAM. I rebuild old computers.
    Windows is prone to exploits and is an unstable system, having it on a virtual or emulated layer allows you to use it without your entire computer being shut down. If the virtual machine does go, you just create a new image or- if you made a copy- boot from the copy and destroy the tainted image.
    Maybe you aren't aware that programs work on a layer and the operating system doesn't know the difference between a system call and a line of code.

    And, by the way, when you use different latencies in a non-Un*X system, it won't work properly.
    If you actually knew something about programming, you would have told the original p[oster this and would have suggested a way such as:
    Use the lower latency for swap and match the upper to the graphics card, overclock at a rate of 1.5 to 2X the set factory speed and add a fan to prevent overheating, limit services and use a simple window manager to give more RAM to the game.

    The original posters of this forum used Linux and UN*X; and, I'm quite sure that some of them built emulators.

    This "draft" person is also able to run his main OS, a virtual OS, a third layer, and have another person accessing the box while running a rendering program and an audio editor- all quite smoothly- on less than a gigabyte of RAM.


    By the way, what happened to all of the coders and developers that used to post on here?

    What the F*ck are you on about?

    Butters had a problem, its fixed now. Why do you need to continue this discussion?

    Plus I can't see any connection between Butters' bad Ram and virutal OS'es, Unix (Hes running Windows) and Emulators

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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