constant bsods


  1. Posts : 3
    Windows 10
       #1

    constant bsods


    Windows 10 Pro | Ver. 10.0.18363 Build 18363

    hello all, ive had this pc for about 2 years, and roughly 1 year into its life i started to get bsods that picked up in frequency as time moved forward. it would often get to a stage where i could not boot up anymore, and windows would have to be reinstalled. this has happened three times. the blue screens that i get include:

    - kmode_exception_not_handled
    - kernel_security_check_failure
    - irlq_not_less_or_equal
    - driver_irlq_not_less_or_equal (rarer than the above. havent seen it in a while come to think of it.)
    - page_fault_in_nonpaged_area
    - attempted_write_to_readonly_memory
    - unexpected_store_exception
    - system_service_exception
    - system_service_exception (ntfs.sys)
    - system_service_exception_not_handled

    and in the event of a complete catastrophic failure, aka inability to boot:

    - critical_process_died

    i have tried everything. sfc doesnt give me any errors, and dism doesnt fix anything, and instead gives me this error:

    "Error: 0x800f081f

    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log"


    here is the v2 log collector folder:

    Attachment 304910

    if you need anything else let me know and ill provide it
      My Computer


  2. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #2

    The last two dump were the same:

    Code:
    UNEXPECTED_STORE_EXCEPTION (154)
    The store component caught an unexpected exception.
    Arguments:
    Arg1: ffff810a5bf6e000, Pointer to the store context or data manager
    Arg2: ffffe50292b787e0, Exception information
    Arg3: 0000000000000001, Reserved
    Arg4: 0000000000000000, Reserved
    According to the manual, a single memory module should go in DDR3_1. You have it in DDR3_0 (I think).

    Attachment 305016

    Looks like you also have 800Mhz memory which is the lowest/slowest you can use. You might want to consider upgrading the memory to 2200 or 1333 and install two 4GB or two 8GB so you can run in Dual channel mode which will give the system a boost.

    Support for DDR3 2200/1333/1066/800 MHz memory modules

    Lets start by running Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file. Even though you've already run them, it will run SFC and DISM commands along with some WMIC commands. Make sure you capture the output as instructed.

    After that we'll start testing/stressing the other components of the system: CPU, GPU, RAM, HDD and then run Driver Verifier to check for mis-behaving drivers.
      My Computers


  3. Posts : 3
    Windows 10
    Thread Starter
       #3

    Ztruker said:
    Lets start by running Tuneup.bat - Click here to go to the BSOD batch repository to download and run this batch file. Even though you've already run them, it will run SFC and DISM commands along with some WMIC commands. Make sure you capture the output as instructed.
    heres the output:

    Code:
    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>dism /online /cleanup-image /scanhealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1139
    
    Image Version: 10.0.18363.1139
    
    [==========================100.0%==========================] The component store is repairable.
    The operation completed successfully.
    
    C:\Windows\system32>dism /online /cleanup-image /restorehealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1139
    
    Image Version: 10.0.18363.1139
    
    [==========================100.0%==========================]
    Error: 0x800f081f
    
    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    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 ...
      579328 file records processed.
    File verification completed.
      8218 large file records processed.
      0 bad file records processed.
    
    Stage 2: Examining file name linkage ...
      3854 reparse records processed.
      769870 index entries processed.
    Index verification completed.
      0 unindexed files scanned.
      0 unindexed files recovered to lost and found.
      3854 reparse records processed.
    
    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
      95272 data files processed.
    CHKDSK is verifying Usn Journal...
      34770360 USN bytes processed.
    Usn Journal verification completed.
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
     976166911 KB total disk space.
     360230720 KB in 386416 files.
        261060 KB in 95273 indexes.
             0 KB in bad sectors.
        714103 KB in use by the system.
         65536 KB occupied by the log file.
     614961028 KB available on disk.
    
          4096 bytes in each allocation unit.
     244041727 total allocation units on disk.
     153740257 allocation units available on disk.
    
    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE
    
    
    C:\Windows\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\DESKTOP-CIGRU8J\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk1\\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 '\\DESKTOP-CIGRU8J\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\\Windows|\\Device\\Harddisk1\\Partition2"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7
    
    
    C:\Windows\system32>wmic pagefile list /format:list
    
    
    AllocatedBaseSize=7401
    CurrentUsage=199
    Description=C:\pagefile.sys
    InstallDate=20200326120851.124158+660
    Name=C:\pagefile.sys
    PeakUsage=581
    Status=
    TempPageFile=FALSE
    
    
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-CIGRU8J" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-CIGRU8J" set AutomaticManagedPagefile=True
    Updating property(s) of '\\DESKTOP-CIGRU8J\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-CIGRU8J"'
    Property(s) update successful.
    
    C:\Windows\system32>wmic Computersystem where name="DESKTOP-CIGRU8J" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE
    
    
    C:\Windows\system32>bcdedit /enum {badmemory}
    
    RAM Defects
    -----------
    identifier              {badmemory}
    Press any key to continue . . .
      My Computer


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

    Code:
    restorehealth  Error: 0x800f081f

    Code:
    Windows 10 Pro 64-bit (10.0, Build 18363) (18362.19h1_release.190318-1202)



    Run HD Tune (free version) (all drives)
    HD Tune website
    Post images into the thread for results on these tabs:
    a) Health
    b) Benchmark
    c) Full error scan





    Run Sea Tools for Windows
    long generic test
    Post an image of the test result into the thread
    SeaTools for Windows |
    Seagate

    How to use SeaTools for Windows | Seagate Support US





    Open administrative command prompt and type or copy and paste:
    chkdsk /r /v
    This may take hours to run so plan to run overnight.
    Run on all drives using the syntax: chkdsk /r /v C: or chkdsk /r /v D: changing the drive letter to the applicable drive.

    C:\Windows\system32>chkdsk /r /v
    The type of the file system is NTFS.
    Cannot lock current drive.

    Chkdsk cannot run because the volume is in use by another
    process. Would you like to schedule this volume to be
    checked the next time the system restarts? (Y/N)

    Type: Y
    reboot


    Use the information in this link to find the chkdsk report in the event viewer.
    Copy and paste into notepad > save to desktop > post into the thread using a one drive, drop box, or google drive share link:
    Read Chkdsk Log in Event Viewer in Windows 10 Windows 10 Performance Maintenance Tutorials
    Read Chkdsk Log in Event Viewer in Windows 10




    These steps can be performed overnight:
    a) HD Tune Full error scan
    b) Sea Tools for Windows long generic test
    c) Chkdsk /r /v




    Code:
          Drive: C:
     Free Space: 600.3 GB
    Total Space: 953.3 GB
    File System: NTFS
          Model: ST1000DM010-2EP102 ATA Device
    
          Drive: D:
     Free Space: 99.2 GB
    Total Space: 953.9 GB
    File System: NTFS
          Model: WDC WD1002FAEX-00Y9A0 ATA Device


    Code:
    Event[3913]:
      Log Name: System
      Source: Ntfs
      Date: 2020-10-24T08:05:24.176
      Event ID: 55
      Task: N/A
      Level: Error
      Opcode: Info
      Keyword: N/A
      User: S-1-5-18
      User Name: NT AUTHORITY\SYSTEM
      Computer: DESKTOP-CIGRU8J
      Description: 
    A corruption was discovered in the file system structure on volume C:.
    
    The exact nature of the corruption is unknown.  The file system structures need to be scanned online.


    Code:
    Event[3636]:
      Log Name: System
      Source: Ntfs
      Date: 2020-10-23T15:48:01.991
      Event ID: 55
      Task: N/A
      Level: Error
      Opcode: Info
      Keyword: N/A
      User: S-1-5-18
      User Name: NT AUTHORITY\SYSTEM
      Computer: DESKTOP-CIGRU8J
      Description: 
    A corruption was discovered in the file system structure on volume D:.
    
    The exact nature of the corruption is unknown.  The file system structures need to be scanned online.
    Last edited by zbook; 06 Nov 2020 at 02:42.
      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 15:02.
Find Us




Windows 10 Forums