Windows 10: BSOD while idle/gaming/re-installing windows, mostly 0x000000d1

Discus and support BSOD while idle/gaming/re-installing windows, mostly 0x000000d1 in Windows 10 BSOD Crashes and Debugging to solve the problem; Since there isnt much u can do besides trying another driver version or replacing the GPU for testing. Last thing u can try is to switch the second TFT... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Raphaeloper, May 22, 2017.

  1. BSOD while idle/gaming/re-installing windows, mostly 0x000000d1


    Since there isnt much u can do besides trying another driver version or replacing the GPU for testing. Last thing u can try is to switch the second TFT to 60 hz. Maybe this changes something. ATM its running on 75 Hz but the native mode is 60 Hz:

    Code: Current Mode: 1440 x 900 (32 bit) (75Hz) Monitor Name: Generic PnP Monitor Monitor Model: unknown Native Mode: 1440 x 900(p) (59.887Hz) Output Type: HDMI[/quote]
    U can unplug the TFT which connected via HDMI completely to check if this is the problem.
     
    BSODHunter, Jun 6, 2017
    #16

  2. I tried unplugging the second monitor, and I still got the BSoD. I switched both of the monitors to 60 Hz just in case.
    Also I have updated some drivers via DriverEasy. I will keep you updated.
     
    Raphaeloper, Jun 6, 2017
    #17
  3. Nope... I just had a BSoD again... So replacing the GPU is the only option that I have?
     
    Raphaeloper, Jun 10, 2017
    #18
  4. Ztruker Win User

    BSOD while idle/gaming/re-installing windows, mostly 0x000000d1

    Before you replace the GPU, try running with Driver Verifier enabled to see if something else is possibly causing a problem.

    ===================================================
    Driver Verifier
    is a diagnostic tool built into Windows 10, it is designed to verify both native Microsoft drivers and third party drivers. Driver Verifier's verification process involves putting heavy stress on drivers with the intention of making bad, outdated, incompatible or misbehaving drivers fail. The required result is a BSOD (Blue Screen of Death) which will generate a crash dump for debugging purposes.
    Machines exposed to Driver Verifier may run very sluggishly due to the stress being applied to the drivers.

    Driver Verifier - Enable and Disable in Windows 10

    Pay close attention to
    BSOD while idle/gaming/re-installing windows, mostly 0x000000d1 [​IMG]
    PART TWO
    BSOD while idle/gaming/re-installing windows, mostly 0x000000d1 [​IMG]
    and make sure the correct boxes are checked.

    Warning:
    It is not advised to run Driver Verifier for more than 48 hours at a time. Disable Driver Verifier after 48 hours or after receiving a BSOD, whichever happens soonest.

    Always create a Restore Point prior to enabling Driver Verifier.

    What we're looking for is a verifier generated BSOD with a mini dump that will tell us what driver caused it. If you get a BSOD, rerun dm_log_collector and upload the resulting zip file.
     
    Ztruker, Jun 10, 2017
    #19
  5. Is there any news or did you fix the problem?
     
    BSODHunter, Jun 28, 2017
    #20
  6. I wanted to post a few days after I check the stability of the PC but since you wrote here, I'll explain:
    So... after doing all the stuff mentioned in this thread, my PC was still getting a lot of BSoDs. So I sent my PC to a computer lab (just to give you a clue of the low hopes I had, my computer was 5 or more times sent to a lab, and they haven't found anything), and after a week of testing and checking, my computer returned to me with the result: no issues found. So at this point, I'm about to lose it. I turn on my computer, and something like 30-40 minutes passes, and I get a BSoD. Each time I turn it on again, the time between each crash is getting shorter and shorter, to the point that I can't access Windows nor it's automatic repair. I try to reinstall Windows, it crashes with the Driver_IRQL_Not_Less_Or_Equal error. I try using Linux Ubuntu, it freezes. Long story short, nothing works, the computer is a brick, I can only access the BIOS. The next day, I decided to plug my computer with different cables at a different place. Guess what? It worked like magic... So I bought new cables for the displays, an uninterpretable power supply, and connected the displays and the computer to it. It seems to work for now. If the problem is gone, I will mark this post as solved. So to summarize, the problem was either with the display cables, or the power supply cables.
     
    Raphaeloper, Jun 28, 2017
    #21
  7. This is Strange, but everything is possible. I say, if the problem doesnt occur again, something was strange with the monitor cables. As I wrote before, something was odd when I saw those 75 Hz. This probably caused the graphics card driver crash. Actually logical or? I would not have come to such a simple thing. Well done
     
    BSODHunter, Jun 29, 2017
    #22
  8. zbook New Member

    BSOD while idle/gaming/re-installing windows, mostly 0x000000d1

    Debugging of the memory.dmp displayed
    nvlddmkm
    storport
    storachi
    tcpip
    netio
    Intelppm


    Code: ffffc181`0b2fc458 fffff80e`f8361043 intelppm!PerfReadWrappingCounter+0x33[/quote] intelppm.sys Intel Processor driver Drivers & Software also at
    See if uninstalling the Intel driver using the control panel and reinstalling from Drivers & Software
    has a favorable impact on the bsod.
     
    zbook, Jun 29, 2017
    #23
  9. when using dps like this:

    dps ffffc1810b2f6000 ffffc1810b2fd000

    You should just have a look at those line beginning with this string: ERROR: Module load completed but symbols could not be loaded for

    Code: ffffc181`0b2fa288 fffff80e`f89d2ad7*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys[/quote]
    Since the MEMORY.DMP has more information, and an bigger stack, you will find more lines like this (those u posted):

    Code: ffffc181`0b2fbe38 fffff80e`f4fd64bd storport!RaidAdapterAcquireInterruptLock+0x31 ffffc181`0b2fbf08 fffff80e`f4fa6092 storahci!AhciFormIo+0x2d2 ffffc181`0b2f9bd8 fffff80e`f545a71d tcpip!AlepFillEdgeInterfaceRelatedFields+0x3cd ffffc181`0b2f97a8 fffff80e`f534e87d NETIO!MatchValues+0x16d ffffc181`0b2fc458 fffff80e`f8361043 intelppm!PerfReadWrappingCounter+0x33[/quote]
    but U can ignore those at first. Just have a look at those with

    Module load completed but symbols could not be loaded for xxx.sys

    When using !irp look at the lines begginning with:

    \driver\xxx

    And line beginning with "Probably caused by":

    Probably caused by : xxx.sys


    Those three strings u have to look for!
     
    BSODHunter, Apr 5, 2018
    #24
Thema:

BSOD while idle/gaming/re-installing windows, mostly 0x000000d1

Loading...
  1. BSOD while idle/gaming/re-installing windows, mostly 0x000000d1 - Similar Threads - BSOD while idle

  2. BSOD while Idling/Gaming HYPERVISOR ERROR

    in Windows 10 Gaming
    BSOD while Idling/Gaming HYPERVISOR ERROR: Hello Therei get frequent BSOD either playing games or idling most of the time is HYPERVISOR ERRORmy pc spec:AMD R5 3600RTX 2060BIOSTAR A520HM Ver6.1Samsung 31D7DF2F 16GB DDR4Netac NVMe SSD 500GBMAG A650BN psui cleaned my pc and re did the thermal past fresh install...
  3. BSOD while Idling/Gaming HYPERVISOR ERROR

    in Windows 10 Software and Apps
    BSOD while Idling/Gaming HYPERVISOR ERROR: Hello Therei get frequent BSOD either playing games or idling most of the time is HYPERVISOR ERRORmy pc spec:AMD R5 3600RTX 2060BIOSTAR A520HM Ver6.1Samsung 31D7DF2F 16GB DDR4Netac NVMe SSD 500GBMAG A650BN psui cleaned my pc and re did the thermal past fresh install...
  4. Inconsistent BSODs mostly while playing games.

    in Windows 10 Software and Apps
    Inconsistent BSODs mostly while playing games.: I've been having BSODs seemingly at random for months and I'm unable to diagnose the cause. I've reinstalled every driver I can think of, ran memtest86 on my ram with 0 errors and reseated it. The BSOD error is different each time. Link is for 2 most recent BSOD dmp files...
  5. Inconsistent BSODs mostly while playing games.

    in Windows 10 BSOD Crashes and Debugging
    Inconsistent BSODs mostly while playing games.: I've been having BSODs seemingly at random for months and I'm unable to diagnose the cause. I've reinstalled every driver I can think of, ran memtest86 on my ram with 0 errors and reseated it. The BSOD error is different each time. Link is for 2 most recent BSOD dmp files...
  6. Random BSOD's mostly while gaming

    in Windows 10 Gaming
    Random BSOD's mostly while gaming: I got a new kit of ram and bsod's did start. First of all i checked my ram with memtest x86 and the ram was fine. Then i thought it might be gpu, but stress test didnt prove it. I also noticed when I stress test cpu and fpu in aida i got bsod's after a few minutes, but...
  7. Random BSOD's mostly while gaming

    in Windows 10 Software and Apps
    Random BSOD's mostly while gaming: I got a new kit of ram and bsod's did start. First of all i checked my ram with memtest x86 and the ram was fine. Then i thought it might be gpu, but stress test didnt prove it. I also noticed when I stress test cpu and fpu in aida i got bsod's after a few minutes, but...
  8. 0x000000D1 & 0X1000007f, Freezes or restarts "randomly" gaming mostly

    in Windows 10 BSOD Crashes and Debugging
    0x000000D1 & 0X1000007f, Freezes or restarts "randomly" gaming mostly: I have seen so many of these threads and dislike to create another, suppose it's time for my own dump though. The following is a copy of my notes that I've tried to clean up a bit for this thread. Checked for windows updates due to RQL_NOT_LESS_OR_EQUAL error....
  9. BSOD Randomly (but mostly while playing games)

    in Windows 10 BSOD Crashes and Debugging
    BSOD Randomly (but mostly while playing games): Hey guys. After installing a new graphics card (msi gtx 1050 ti oc ) on my pc my pc started to make bleeping noises then freezing for a moment. I noticed during this the hard drive was not doing anything (the led of in pc case). This started to get more and more frequent and...
  10. BSOD's while Playing games and Idling

    in Windows 10 BSOD Crashes and Debugging
    BSOD's while Playing games and Idling: Hi everyone! I recently built a new computer and I was very very excited since I haven't started from scratch for several years. Sadly its been plagued with game crashes and BSODs. Initially I assumed that I had installed the drivers incorrectly and that was the source of...
Tags: