Frequent BSOD Win 10

Page 1 of 3 123 LastLast

  1. Posts : 14
    Windows 10 Home
       #1

    Frequent BSOD Win 10


    Hey everyone, I get frequent BSOD crashes, all with the same error message. The BSOD appear seemingly random, sometimes when idle, sometimes when playing a game or browsing firefox.
    I did a clean Win10 install but the problem remained. I did not change a component of the PC in the last 2 years.

    Win: Version 2004(Build 19041.572)
    sfc scannow gives no errors
    windows memory test gives no errors

    V2 log collector:
    Attachment 303685

    Thank you very much in advance!
    Josh
      My Computer


  2. Posts : 1,538
    Windows 8.1 Enterprise x64
       #2

    Update BIOS - ASRock > B75 Pro3
      My Computer


  3. Posts : 14
    Windows 10 Home
    Thread Starter
       #3

    Thanks, i updated it, but it still crashed.
    This is the newest v2 log:

    Attachment 303736

    Do you have another idea what might be causing it?
      My Computer


  4. Posts : 41,475
    windows 10 professional version 1607 build 14393.969 64 bit
       #4

    The logs were in a foreign language and could not be scanned.

    Please change the default language and upload a new V2:


    https://www.tenforums.com/tutorials/...dows-10-a.html
    Change Display Language in Windows 10

    BSOD - Posting Instructions


    Run: Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file.
      My Computer


  5. Posts : 14
    Windows 10 Home
    Thread Starter
       #5

    whoops, my bad, changed it to english.

    I run the tuneup:
    at the sfc scan it´s still in german for some reason but it says it didn´t found any integrity violations.

    Code:
    ###########################################################
    # The following commands will be run in sequence.         #
    # The first 5 will take quite a while to run, be patient. #
    ###########################################################
    
    sfc /scannow
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    
    chkdsk /scan
    
    wmic recoveros get autoreboot
    wmic recoveros set autoreboot = false
    wmic recoveros get autoreboot
    wmic recoveros get DebugInfoType
    wmic recoveros set DebugInfoType = 7
    wmic recoveros get DebugInfoType
    
    wmic pagefile list /format:list
    wmic Computersystem where name="JOSHIPC" get AutomaticManagedPagefile
    wmic Computersystem where name="JOSHIPC" set AutomaticManagedPagefile=True
    wmic Computersystem where name="JOSHIPC" get AutomaticManagedPagefile
    
    bcdedit /enum {badmemory}
    
    
    C:\Windows\system32>sfc /scannow
    
    Systemsuche wird gestartet. Dieser Vorgang kann einige Zeit dauern.
    
    Überprüfungsphase der Systemsuche wird gestartet.
    Überprüfung 100 % abgeschlossen.
    
    Der Windows-Ressourcenschutz hat keine Integritätsverletzungen gefunden.
    
    C:\Windows\system32>dism /online /cleanup-image /scanhealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.572
    
    Image Version: 10.0.19041.572
    
    [==========================100.0%==========================] No component store corruption detected.
    The operation completed successfully.
    
    C:\Windows\system32>dism /online /cleanup-image /restorehealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.572
    
    Image Version: 10.0.19041.572
    
    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.
    
    C:\Windows\system32>sfc /scannow
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection did not find any integrity violations.
    
    C:\Windows\system32>chkdsk /scan
    The type of the file system is NTFS.
    
    Stage 1: Examining basic file system structure ...
      241408 file records processed.
    File verification completed.
     Phase duration (File record verification): 4.27 seconds.
      7058 large file records processed.
     Phase duration (Orphan file record recovery): 0.00 milliseconds.
      0 bad file records processed.
     Phase duration (Bad file record checking): 0.83 milliseconds.
    
    Stage 2: Examining file name linkage ...
      12140 reparse records processed.
      342454 index entries processed.
    Index verification completed.
     Phase duration (Index verification): 10.88 seconds.
      0 unindexed files scanned.
     Phase duration (Orphan reconnection): 218.17 milliseconds.
      0 unindexed files recovered to lost and found.
     Phase duration (Orphan recovery to lost and found): 0.29 milliseconds.
      12140 reparse records processed.
     Phase duration (Reparse point and Object ID verification): 27.63 milliseconds.
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
     Phase duration (Security descriptor verification): 56.48 milliseconds.
      50524 data files processed.
     Phase duration (Data attribute verification): 0.79 milliseconds.
    CHKDSK is verifying Usn Journal...
      37540960 USN bytes processed.
    Usn Journal verification completed.
     Phase duration (USN journal verification): 628.24 milliseconds.
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
     468272775 KB total disk space.
      35114108 KB in 174841 files.
        115688 KB in 50525 indexes.
             0 KB in bad sectors.
        361639 KB in use by the system.
         65536 KB occupied by the log file.
     432681340 KB available on disk.
    
          4096 bytes in each allocation unit.
     117068193 total allocation units on disk.
     108170335 allocation units available on disk.
    Total duration: 16.09 seconds (16096 ms).
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    TRUE
    
    
    C:\Windows\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\JOSHIPC\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\Windows|\\Device\\Harddisk0\\Partition2"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic recoveros set DebugInfoType = 7
    Updating property(s) of '\\JOSHIPC\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\Windows|\\Device\\Harddisk0\\Partition2"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic pagefile list /format:list
    
    
    AllocatedBaseSize=4864
    CurrentUsage=0
    Description=C:\pagefile.sys
    InstallDate=20200730234653.554415+120
    Name=C:\pagefile.sys
    PeakUsage=1
    Status=
    TempPageFile=FALSE
    
    
    
    
    C:\Windows\system32>wmic Computersystem where name="JOSHIPC" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>wmic Computersystem where name="JOSHIPC" set AutomaticManagedPagefile=True
    Updating property(s) of '\\JOSHIPC\ROOT\CIMV2:Win32_ComputerSystem.Name="JOSHIPC"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic Computersystem where name="JOSHIPC" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>bcdedit /enum {badmemory}
    
    RAM Defects
    -----------
    identifier              {badmemory}
    Press any key to continue . . .
    And i run the v2 this time it should be english. I did not encounter another crash since my last post in this thread.

    Attachment 303745

    Thank you both very much!
      My Computer


  6. Posts : 41,475
    windows 10 professional version 1607 build 14393.969 64 bit
       #6

    Find a replacement driver for: rtwlanu.sys
    TP-Link Wireless USB Adapter

    https://answers.microsoft.com/en-us/...0-8d22254aa1c1

    Code:
    rtlwlanu	Realtek Wireless LAN 802.11n USB 2.0 Network Adapter	c:\windows\system32\drivers\rtwlanu.sys	Kernel Driver	Yes	Manual	Running	OK	Normal	No	Yes
    Code:
    Name	[00000001] TP-Link Wireless USB Adapter
    Adapter Type	Ethernet 802.3
    Product Type	TP-Link Wireless USB Adapter
    Installed	Yes
    PNP Device ID	USB\VID_2357&PID_0109\00E04C000001
    Last Reset	27/10/2020 17:22
    Index	1
    Service Name	RtlWlanu
    IP Address	192.168.0.185, fe80::141d:d5da:a031:a4c1, 2a02:8109:ec0:7680:8c7c:8bef:d168:146b, 2a02:8109:ec0:7680:141d:d5da:a031:a4c1, 2a02:8109:ec0:7680::9e2c
    IP Subnet	255.255.255.0, 64, 128, 64, 128
    Default IP Gateway	192.168.0.1, fe80::10:18ff:fe2b:1514
    DHCP Enabled	Yes
    DHCP Server	192.168.0.1
    DHCP Lease Expires	03/11/2020 17:24
    DHCP Lease Obtained	27/10/2020 17:24
    MAC Address	‪7C:8B:CA:1D:61:2B‬
    Driver	C:\WINDOWS\SYSTEM32\DRIVERS\RTWLANU.SYS (1030.38.712.2019, 9.44 MB (9,893,888 bytes), 07/12/2019 10:07)

    Code:
    rtwlanu.sys  Mon Jul 29 03:43:57 2019 (5D3EB1CD)



    For any BSOD:

    a) run the V2 log collector to collect new log files

    b) open file explorer> this PC > C: > in the right upper corner search for: C:\Windows\memory.dmp
    > if the file size is < 1.5 GB then zip > post a separate share link into the thread using one drive, drop box, or google drive
      My Computer


  7. Posts : 14
    Windows 10 Home
    Thread Starter
       #7
      My Computer


  8. Posts : 41,475
    windows 10 professional version 1607 build 14393.969 64 bit
       #8

    Create a new restore point:

    Create System Restore Point in Windows 10




    Read these links on Windows driver verifier:

    a) learn how to use the Windows Recovery Environment (RE) commands: reset and bootmode to turn off the tool

    b) do not use the tool until it is communicated in the thread


    Enable and Disable Driver Verifier in Windows 10
    https://answers.microsoft.com/en-us/...3-c48669e4c983
      My Computer


  9. Posts : 14
    Windows 10 Home
    Thread Starter
       #9

    ok, i did read all of it, do you want me to start this tool now?
      My Computer


  10. Posts : 41,475
    windows 10 professional version 1607 build 14393.969 64 bit
       #10

    Read these links on Windows driver verifier:

    Learn how to use the Windows Recovery Environment (RE) commands: reset and bootmode to turn off the tool


    Enable and Disable Driver Verifier in Windows 10
    https://answers.microsoft.com/en-us/...3-c48669e4c983

    Windows driver verifier is designed to stress test drivers.

    If there are misbehaving drivers the computer will crash.

    If dump files are created they can be debugged.

    Misbehaving drivers are then uninstalled or uninstalled and reinstalled.

    The tool is run for approximately 48 hours and then an additional 36 hours after the last BSOD.

    If there are no further BSOD this concludes the use of the tool.

    After each BSOD you must turn off the tool in order to return to the desktop.

    Learn the Windows RE commands reset and bootmode.

    These are ran in safe mode or safe mode with command prompt.

    In case these fail the next option is system restore.

    If system restore fails you can restore a backup image or use registry commands.

    Start the tool with the 3 customized test settings in the Ten Forums link.

    Increase the simultaneous customized test settings by 3 - 5 / hour up to the 19 customized test settings in the Microsoft link.

    There can be performance problems and / or slow boot while using the tool.

    If necessary the customized test settings can be modified.

    Summary:
    a) make a new restore point
    b) test all non-Microsoft drivers
    c) test no Microsoft drivers
    d) after each BSOD use the reset command to turn off the tool
    e) if the reset command does not work then use the bootmode command
    f) only if both reset and bootmode command fail to turn off the tool then use restore
    g) start with the 3 customized test settings in the Ten Forums link
    h) increase the customized test settings up to the 19 customized test settings in the Microsoft link
    i) report any performance problems or very slow boot so that the customized settings can be modified


    Once you have made a new restore point and understand how to turn off the tool you can start it.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:38.
Find Us




Windows 10 Forums