UNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months  

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 14
    Windows 10
    Thread Starter
       #11

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




    Please post results from Sea Tools long generic test.


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




    Run HD Sentinel: (free or trial edition)
    Hard Disk Sentinel - HDD health and temperature monitoring
    Hard Disk Sentinel - HDD health and temperature monitoring
    For each drive post images of these tabs into the thread:
    Overview tab
    Temperature
    SMART
    Disk performance

    Tuneup:
    ###########################################################
    # 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="MEMOX" get AutomaticManagedPagefile
    wmic Computersystem where name="MEMOX" set AutomaticManagedPagefile=True
    wmic Computersystem where name="MEMOX" get AutomaticManagedPagefile

    bcdedit /enum {badmemory}


    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.19041.844

    Image Version: 10.0.19042.928

    [==========================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.844

    Image Version: 10.0.19042.928

    [==========================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 ...
    687872 file records processed.
    File verification completed.
    Phase duration (File record verification): 12.87 seconds.
    11990 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.29 milliseconds.

    Stage 2: Examining file name linkage ...
    2705 reparse records processed.
    932992 index entries processed.
    Index verification completed.
    Phase duration (Index verification): 28.02 seconds.
    0 unindexed files scanned.
    Phase duration (Orphan reconnection): 1.00 seconds.
    0 unindexed files recovered to lost and found.
    Phase duration (Orphan recovery to lost and found): 0.59 milliseconds.
    2705 reparse records processed.
    Phase duration (Reparse point and Object ID verification): 19.06 milliseconds.

    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
    Phase duration (Security descriptor verification): 43.90 milliseconds.
    122561 data files processed.
    Phase duration (Data attribute verification): 0.80 milliseconds.
    CHKDSK is verifying Usn Journal...
    41678832 USN bytes processed.
    Usn Journal verification completed.
    Phase duration (USN journal verification): 383.90 milliseconds.

    Windows has scanned the file system and found no problems.
    No further action is required.

    468220927 KB total disk space.
    296582896 KB in 377228 files.
    279028 KB in 122562 indexes.
    0 KB in bad sectors.
    816175 KB in use by the system.
    65536 KB occupied by the log file.
    170542828 KB available on disk.

    4096 bytes in each allocation unit.
    117055231 total allocation units on disk.
    42635707 allocation units available on disk.
    Total duration: 42.37 seconds (42371 ms).

    C:\WINDOWS\system32>wmic recoveros get autoreboot
    AutoReboot
    TRUE


    C:\WINDOWS\system32>wmic recoveros set autoreboot = false
    Updating property(s) of '\\MEMOX\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
    Property(s) update successful.

    C:\WINDOWS\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE


    C:\WINDOWS\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    2


    C:\WINDOWS\system32>wmic recoveros set DebugInfoType = 7
    Updating property(s) of '\\MEMOX\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
    Property(s) update successful.

    C:\WINDOWS\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7


    C:\WINDOWS\system32>wmic pagefile list /format:list


    AllocatedBaseSize=8192
    CurrentUsage=0
    Description=C:\pagefile.sys
    InstallDate=20191111005827.903105+060
    Name=C:\pagefile.sys
    PeakUsage=1
    Status=
    TempPageFile=FALSE




    C:\WINDOWS\system32>wmic Computersystem where name="MEMOX" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE


    C:\WINDOWS\system32>wmic Computersystem where name="MEMOX" set AutomaticManagedPagefile=True
    Updating property(s) of '\\MEMOX\ROOT\CIMV2:Win32_ComputerSystem.Name="MEMOX"'
    Property(s) update successful.

    C:\WINDOWS\system32>wmic Computersystem where name="MEMOX" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE


    C:\WINDOWS\system32>bcdedit /enum {badmemory}

    RAM Defects
    -----------
    identifier {badmemory}

    C:\WINDOWS\system32>Echo off
    ###################################################################################
    # How to capture batch file data and post in your thread in the BSOD forum #
    # #
    # Batch files and instructions for use in BSOD debugging[Part Two-Four] #
    # #
    # Press [V] to visit the above web page for detailed instructions. #
    # Press [C] to close this window. #
    ###################################################################################



    HD Sentinel:
    UNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-disk-performance-c-d.pngUNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-overview-c-d.pngUNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-smart-c-d.pngUNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-temperature-c-d.png


    Seatools:
    - I tried the Long Generic Test four times already, but being - well - way too long, I get a BSOD before it can even finish. I'll try again tonight.
      My Computer


  2. Posts : 40,847
    windows 10 professional version 1607 build 14393.969 64 bit
       #12

    Please upload a new V2.

    Place the computer in safe mode (shift + restart) > run Sea Tools long generic test
    Boot into Safe Mode on Windows 10
      My Computer


  3. Posts : 14
    Windows 10
    Thread Starter
       #13

    zbook said:
    Please upload a new V2.

    Place the computer in safe mode (shift + restart) > run Sea Tools long generic test
    Boot into Safe Mode on Windows 10
    This is the new V2: MEMOX-(2021-04-16_18-36-44).zip - Google Drive
    Also, I can't get Seatools to start in Safe Mode. I tried both your method and the one where you type msconfig -> boot tab -> click on safe/minimal. Do you have any suggestions? I'm probably doing something wrong.
      My Computer


  4. Posts : 40,847
    windows 10 professional version 1607 build 14393.969 64 bit
       #14

    Find a flash drive that you can format > create a bootable Sea Tools flash drive

    or

    run the Sea Tools for DOS


    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

    SeaTools for DOS - Hard Drive Diagnostic
    SeaTools | Seagate Support US



    Code:
    Event[47544]:
      Log Name: System
      Source: disk
      Date: 2021-04-14T23:31:06.5480000Z
      Event ID: 11
      Task: N/A
      Level: Error
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: Memox
      Description: 
    The driver detected a controller error on \Device\Harddisk2\DR2.


    Code:
    Event[47958]:
      Log Name: System
      Source: Service Control Manager
      Date: 2021-04-16T17:38:11.5360000Z
      Event ID: 7023
      Task: N/A
      Level: Error
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: Memox
      Description: 
    The Gestore connessione rete service terminated with the following error: 
    A device attached to the system is not functioning.
      My Computer


  5. Posts : 14
    Windows 10
    Thread Starter
       #15

    zbook said:
    Find a flash drive that you can format > create a bootable Sea Tools flash drive

    or

    run the Sea Tools for DOS


    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

    SeaTools for DOS - Hard Drive Diagnostic
    SeaTools | Seagate Support US



    Code:
    Event[47544]:
      Log Name: System
      Source: disk
      Date: 2021-04-14T23:31:06.5480000Z
      Event ID: 11
      Task: N/A
      Level: Error
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: Memox
      Description: 
    The driver detected a controller error on \Device\Harddisk2\DR2.


    Code:
    Event[47958]:
      Log Name: System
      Source: Service Control Manager
      Date: 2021-04-16T17:38:11.5360000Z
      Event ID: 7023
      Task: N/A
      Level: Error
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: Memox
      Description: 
    The Gestore connessione rete service terminated with the following error: 
    A device attached to the system is not functioning.
    It says no hard drives found, even though it can read them just fine if it's not in safe mode... every problem seem to lead to a thousand more, this is so frustrating! Sorry for wasting both of our time; please advise me with further indications. Also, what does the description of both codes in your last reply mean? It reminded me that perhaps the issue lies with the wi-fi usb pen (which is new and very well reviewed too, but who knows) or the mouse/keyboard (which are both old and cheap, although they didn't give me any problem back in the day). Maybe I'm reading too much into it, I'll wait for your instructions for that -- and for SeaTools too, of course. Thank you very much for your time.

    EDIT: I'll try running it without safe mode while disconnecting everything attached to the PC, even mouse and kb. Fingers crossed.
    Last edited by Memox; 16 Apr 2021 at 13:15.
      My Computer


  6. Posts : 40,847
    windows 10 professional version 1607 build 14393.969 64 bit
       #16

    The dumps and log files strongly suggest an underlying hardware / drive problem.

    Tests are needed.



    Sea Tool can be run:
    a) windows (normal boot or safe mode)
    b) DOS
    c) bootable flash drive

    An additional test:
    GSmartControl download | SourceForge.net
    Run extended self test > post images


    Run:

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


  7. Posts : 14
    Windows 10
    Thread Starter
       #17

    zbook said:
    The dumps and log files strongly suggest an underlying hardware / drive problem.

    Tests are needed.



    Sea Tool can be run:
    a) windows (normal boot or safe mode)
    b) DOS
    c) bootable flash drive

    An additional test:
    GSmartControl download | SourceForge.net
    Run extended self test > post images


    Run:

    DiskParInfo.bat - Click here to go to the BSOD batch repository to download and run this batch file.
    Seatools:
    UNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-long-generic.png

    GSmart Control:
    Code:
    smartctl 6.6 2017-11-05 r4594 [i686-w64-mingw32-w10(64)-b19042] (sf-6.6-1)
    Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Device Model:     KINGSTON SA400S37480G
    Serial Number:    50026B76830C7ABC
    LU WWN Device Id: 5 0026b7 6830c7abc
    Firmware Version: SBFKB1D1
    User Capacity:    480,103,981,056 bytes [480 GB]
    Sector Size:      512 bytes logical/physical
    Rotation Rate:    Solid State Device
    Form Factor:      2.5 inches
    Device is:        Not in smartctl database [for details use: -P showall]
    ATA Version is:   ACS-4 (minor revision not indicated)
    SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
    Local Time is:    Fri Apr 16 23:49:46 2021 WEDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    AAM feature is:   Unavailable
    APM feature is:   Unavailable
    Rd look-ahead is: Enabled
    Write cache is:   Enabled
    DSN feature is:   Unavailable
    ATA Security is:  Disabled, frozen [SEC2]
    
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    
    General SMART Values:
    Offline data collection status:  (0x00)	Offline data collection activity
    					was never started.
    					Auto Offline Data Collection: Disabled.
    Self-test execution status:      (   0)	The previous self-test routine completed
    					without error or no self-test has ever 
    					been run.
    Total time to complete Offline 
    data collection: 		(65535) seconds.
    Offline data collection
    capabilities: 			 (0x79) SMART execute Offline immediate.
    					No Auto Offline data collection support.
    					Suspend Offline collection upon new
    					command.
    					Offline surface scan supported.
    					Self-test supported.
    					Conveyance Self-test supported.
    					Selective Self-test supported.
    SMART capabilities:            (0x0003)	Saves SMART data before entering
    					power-saving mode.
    					Supports SMART auto save timer.
    Error logging capability:        (0x01)	Error logging supported.
    					General Purpose Logging supported.
    Short self-test routine 
    recommended polling time: 	 (   2) minutes.
    Extended self-test routine
    recommended polling time: 	 (  30) minutes.
    Conveyance self-test routine
    recommended polling time: 	 (   6) minutes.
    
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME          FLAGS    VALUE WORST THRESH FAIL RAW_VALUE
      1 Raw_Read_Error_Rate     -O--CK   000   100   000    -    0
      9 Power_On_Hours          -O--CK   100   100   000    -    5610
     12 Power_Cycle_Count       -O--CK   100   100   000    -    673
    148 Unknown_Attribute       ------   100   100   000    -    0
    149 Unknown_Attribute       ------   100   100   000    -    0
    167 Unknown_Attribute       ------   100   100   000    -    0
    168 Unknown_Attribute       -O--C-   100   100   000    -    0
    169 Unknown_Attribute       ------   100   100   000    -    28
    170 Unknown_Attribute       ------   100   100   010    -    19
    172 Unknown_Attribute       -O--CK   100   100   000    -    0
    173 Unknown_Attribute       ------   100   100   000    -    1966156
    181 Program_Fail_Cnt_Total  -O--CK   100   100   000    -    0
    182 Erase_Fail_Count_Total  ------   100   100   000    -    0
    187 Reported_Uncorrect      -O--CK   100   100   000    -    0
    192 Power-Off_Retract_Count -O--C-   100   100   000    -    31
    194 Temperature_Celsius     -O---K   076   062   000    -    24 (Min/Max 16/38)
    196 Reallocated_Event_Count -O--CK   100   100   000    -    0
    199 UDMA_CRC_Error_Count    -O--CK   100   100   000    -    0
    218 Unknown_Attribute       -O--CK   100   100   000    -    0
    231 Temperature_Celsius     ------   003   003   000    -    97
    233 Media_Wearout_Indicator -O--CK   100   100   000    -    11054
    241 Total_LBAs_Written      -O--CK   100   100   000    -    7010
    242 Total_LBAs_Read         -O--CK   100   100   000    -    8241
    244 Unknown_Attribute       ------   100   100   000    -    30
    245 Unknown_Attribute       ------   100   100   000    -    76
    246 Unknown_Attribute       ------   100   100   000    -    461568
                                ||||||_ K auto-keep
                                |||||__ C event count
                                ||||___ R error rate
                                |||____ S speed/performance
                                ||_____ O updated online
                                |______ P prefailure warning
    
    General Purpose Log Directory Version 1
    SMART           Log Directory Version 1 [multi-sector log support]
    Address    Access  R/W   Size  Description
    0x00       GPL,SL  R/O      1  Log Directory
    0x01           SL  R/O      1  Summary SMART error log
    0x02           SL  R/O     51  Comprehensive SMART error log
    0x03       GPL     R/O     64  Ext. Comprehensive SMART error log
    0x04       GPL,SL  R/O      8  Device Statistics log
    0x06           SL  R/O      1  SMART self-test log
    0x07       GPL     R/O      1  Extended self-test log
    0x09           SL  R/W      1  Selective self-test log
    0x10       GPL     R/O      1  NCQ Command Error log
    0x11       GPL     R/O      1  SATA Phy Event Counters log
    0x30       GPL,SL  R/O      9  IDENTIFY DEVICE data log
    0x80-0x9f  GPL,SL  R/W     16  Host vendor specific log
    
    SMART Extended Comprehensive Error Log Version: 1 (64 sectors)
    No Errors Logged
    
    SMART Extended Self-test Log Version: 1 (1 sectors)
    Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
    # 1  Extended offline    Completed without error       00%      5610         -
    # 2  Short offline       Completed without error       00%      5589         -
    
    SMART Selective self-test log data structure revision number 0
    Note: revision number not 1 implies that no selective self-test has ever been run
     SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
        1        0        0  Not_testing
        2        0        0  Not_testing
        3        0        0  Not_testing
        4        0        0  Not_testing
        5        0        0  Not_testing
    Selective self-test flags (0x0):
      After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    
    SCT Commands not supported
    
    Device Statistics (GP Log 0x04)
    Page  Offset Size        Value Flags Description
    0x01  =====  =               =  ===  == General Statistics (rev 1) ==
    0x01  0x008  4             673  ---  Lifetime Power-On Resets
    0x01  0x010  4            5610  ---  Power-on Hours
    0x01  0x018  6     14701306438  ---  Logical Sectors Written
    0x01  0x028  6     17284557345  ---  Logical Sectors Read
    0x04  =====  =               =  ===  == General Errors Statistics (rev 1) ==
    0x04  0x008  4               0  ---  Number of Reported Uncorrectable Errors
    0x05  =====  =               =  ===  == Temperature Statistics (rev 1) ==
    0x05  0x008  1              24  ---  Current Temperature
    0x05  0x020  1              38  ---  Highest Temperature
    0x05  0x028  1              16  ---  Lowest Temperature
    0x06  =====  =               =  ===  == Transport Statistics (rev 1) ==
    0x06  0x018  4               0  ---  Number of Interface CRC Errors
    0x07  =====  =               =  ===  == Solid State Device Statistics (rev 1) ==
    0x07  0x008  1               3  ---  Percentage Used Endurance Indicator
                                    |||_ C monitored condition met
                                    ||__ D supports DSN
                                    |___ N normalized value
    
    SATA Phy Event Counters (GP Log 0x11)
    ID      Size     Value  Description
    0x0001  2            0  Command failed due to ICRC error
    0x0003  2            0  R_ERR response for device-to-host data FIS
    0x0004  2            0  R_ERR response for host-to-device data FIS
    0x0006  2            0  R_ERR response for device-to-host non-data FIS
    0x0007  2            0  R_ERR response for host-to-device non-data FIS
    0x0008  2            0  Device-to-host non-data FIS retries
    0x0009  4           14  Transition from drive PhyRdy to drive PhyNRdy
    0x000a  4           15  Device-to-host register FISes sent due to a COMRESET
    0x000f  2            0  R_ERR response for host-to-device data FIS, CRC
    0x0010  2            0  R_ERR response for host-to-device data FIS, non-CRC
    0x0012  2            0  R_ERR response for host-to-device non-data FIS, CRC
    0x0013  2            0  R_ERR response for host-to-device non-data FIS, non-CRC
    Code:
    smartctl 6.6 2017-11-05 r4594 [i686-w64-mingw32-w10(64)-b19042] (sf-6.6-1)
    Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
    
    === START OF INFORMATION SECTION ===
    Device Model:     KINGSTON SA400S37480G
    Serial Number:    50026B76830C7AAD
    LU WWN Device Id: 5 0026b7 6830c7aad
    Firmware Version: SBFKB1D1
    User Capacity:    480,103,981,056 bytes [480 GB]
    Sector Size:      512 bytes logical/physical
    Rotation Rate:    Solid State Device
    Form Factor:      2.5 inches
    Device is:        Not in smartctl database [for details use: -P showall]
    ATA Version is:   ACS-4 (minor revision not indicated)
    SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
    Local Time is:    Sat Apr 17 00:27:49 2021 WEDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    AAM feature is:   Unavailable
    APM feature is:   Unavailable
    Rd look-ahead is: Enabled
    Write cache is:   Enabled
    DSN feature is:   Unavailable
    ATA Security is:  Disabled, frozen [SEC2]
    
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    
    General SMART Values:
    Offline data collection status:  (0x00)	Offline data collection activity
    					was never started.
    					Auto Offline Data Collection: Disabled.
    Self-test execution status:      (   0)	The previous self-test routine completed
    					without error or no self-test has ever 
    					been run.
    Total time to complete Offline 
    data collection: 		(65535) seconds.
    Offline data collection
    capabilities: 			 (0x79) SMART execute Offline immediate.
    					No Auto Offline data collection support.
    					Suspend Offline collection upon new
    					command.
    					Offline surface scan supported.
    					Self-test supported.
    					Conveyance Self-test supported.
    					Selective Self-test supported.
    SMART capabilities:            (0x0003)	Saves SMART data before entering
    					power-saving mode.
    					Supports SMART auto save timer.
    Error logging capability:        (0x01)	Error logging supported.
    					General Purpose Logging supported.
    Short self-test routine 
    recommended polling time: 	 (   2) minutes.
    Extended self-test routine
    recommended polling time: 	 (  30) minutes.
    Conveyance self-test routine
    recommended polling time: 	 (   6) minutes.
    
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME          FLAGS    VALUE WORST THRESH FAIL RAW_VALUE
      1 Raw_Read_Error_Rate     -O--CK   000   100   000    -    0
      9 Power_On_Hours          -O--CK   100   100   000    -    5607
     12 Power_Cycle_Count       -O--CK   100   100   000    -    673
    148 Unknown_Attribute       ------   100   100   000    -    0
    149 Unknown_Attribute       ------   100   100   000    -    0
    167 Unknown_Attribute       ------   100   100   000    -    0
    168 Unknown_Attribute       -O--C-   100   100   000    -    0
    169 Unknown_Attribute       ------   100   100   000    -    14
    170 Unknown_Attribute       ------   100   100   010    -    10
    172 Unknown_Attribute       -O--CK   100   100   000    -    0
    173 Unknown_Attribute       ------   100   100   000    -    458767
    181 Program_Fail_Cnt_Total  -O--CK   100   100   000    -    0
    182 Erase_Fail_Count_Total  ------   100   100   000    -    0
    187 Reported_Uncorrect      -O--CK   100   100   000    -    0
    192 Power-Off_Retract_Count -O--C-   100   100   000    -    30
    194 Temperature_Celsius     -O---K   075   063   000    -    25 (Min/Max 17/37)
    196 Reallocated_Event_Count -O--CK   100   100   000    -    0
    199 UDMA_CRC_Error_Count    -O--CK   100   100   000    -    0
    218 Unknown_Attribute       -O--CK   100   100   000    -    0
    231 Temperature_Celsius     ------   001   001   000    -    99
    233 Media_Wearout_Indicator -O--CK   100   100   000    -    3240
    241 Total_LBAs_Written      -O--CK   100   100   000    -    2430
    242 Total_LBAs_Read         -O--CK   100   100   000    -    3730
    244 Unknown_Attribute       ------   100   100   000    -    7
    245 Unknown_Attribute       ------   100   100   000    -    15
    246 Unknown_Attribute       ------   100   100   000    -    119072
                                ||||||_ K auto-keep
                                |||||__ C event count
                                ||||___ R error rate
                                |||____ S speed/performance
                                ||_____ O updated online
                                |______ P prefailure warning
    
    General Purpose Log Directory Version 1
    SMART           Log Directory Version 1 [multi-sector log support]
    Address    Access  R/W   Size  Description
    0x00       GPL,SL  R/O      1  Log Directory
    0x01           SL  R/O      1  Summary SMART error log
    0x02           SL  R/O     51  Comprehensive SMART error log
    0x03       GPL     R/O     64  Ext. Comprehensive SMART error log
    0x04       GPL,SL  R/O      8  Device Statistics log
    0x06           SL  R/O      1  SMART self-test log
    0x07       GPL     R/O      1  Extended self-test log
    0x09           SL  R/W      1  Selective self-test log
    0x10       GPL     R/O      1  NCQ Command Error log
    0x11       GPL     R/O      1  SATA Phy Event Counters log
    0x30       GPL,SL  R/O      9  IDENTIFY DEVICE data log
    0x80-0x9f  GPL,SL  R/W     16  Host vendor specific log
    
    SMART Extended Comprehensive Error Log Version: 1 (64 sectors)
    No Errors Logged
    
    SMART Extended Self-test Log Version: 1 (1 sectors)
    Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
    # 1  Extended offline    Completed without error       00%      5607         -
    # 2  Short offline       Completed without error       00%      5586         -
    
    SMART Selective self-test log data structure revision number 0
    Note: revision number not 1 implies that no selective self-test has ever been run
     SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
        1        0        0  Not_testing
        2        0        0  Not_testing
        3        0        0  Not_testing
        4        0        0  Not_testing
        5        0        0  Not_testing
    Selective self-test flags (0x0):
      After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    
    SCT Commands not supported
    
    Device Statistics (GP Log 0x04)
    Page  Offset Size        Value Flags Description
    0x01  =====  =               =  ===  == General Statistics (rev 1) ==
    0x01  0x008  4             673  ---  Lifetime Power-On Resets
    0x01  0x010  4            5607  ---  Power-on Hours
    0x01  0x018  6      5096745102  ---  Logical Sectors Written
    0x01  0x028  6      7822525969  ---  Logical Sectors Read
    0x04  =====  =               =  ===  == General Errors Statistics (rev 1) ==
    0x04  0x008  4               0  ---  Number of Reported Uncorrectable Errors
    0x05  =====  =               =  ===  == Temperature Statistics (rev 1) ==
    0x05  0x008  1              25  ---  Current Temperature
    0x05  0x020  1              37  ---  Highest Temperature
    0x05  0x028  1              17  ---  Lowest Temperature
    0x06  =====  =               =  ===  == Transport Statistics (rev 1) ==
    0x06  0x018  4               0  ---  Number of Interface CRC Errors
    0x07  =====  =               =  ===  == Solid State Device Statistics (rev 1) ==
    0x07  0x008  1               0  ---  Percentage Used Endurance Indicator
                                    |||_ C monitored condition met
                                    ||__ D supports DSN
                                    |___ N normalized value
    
    SATA Phy Event Counters (GP Log 0x11)
    ID      Size     Value  Description
    0x0001  2            0  Command failed due to ICRC error
    0x0003  2            0  R_ERR response for device-to-host data FIS
    0x0004  2            0  R_ERR response for host-to-device data FIS
    0x0006  2            0  R_ERR response for device-to-host non-data FIS
    0x0007  2            0  R_ERR response for host-to-device non-data FIS
    0x0008  2            0  Device-to-host non-data FIS retries
    0x0009  4           14  Transition from drive PhyRdy to drive PhyNRdy
    0x000a  4           15  Device-to-host register FISes sent due to a COMRESET
    0x000f  2            0  R_ERR response for host-to-device data FIS, CRC
    0x0010  2            0  R_ERR response for host-to-device data FIS, non-CRC
    0x0012  2            0  R_ERR response for host-to-device non-data FIS, CRC
    0x0013  2            0  R_ERR response for host-to-device non-data FIS, non-CRC
    (Images of GSmart):
    UNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-1.pngUNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-2.png

    DiskParInfo.bat:
    Disk 0 : SSD. It has 4 partition(s). Model: KINGSTON SA400S37480G
    Disk 1 : SSD. It has 2 partition(s). Model: KINGSTON SA400S37480G

    The script has found the above 2 storage device(s) in total.
    =======================================================================

    Microsoft DiskPart version 10.0.19041.610

    Copyright (C) Microsoft Corporation.
    On computer: MEMOX

    Disk ### Status Size Free Dyn Gpt
    -------- ------------- ------- ------- --- ---
    Disk 0 Online 447 GB 0 B *
    Disk 1 Online 447 GB 1024 KB *

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    Volume 0 C NTFS Partition 446 GB Healthy Boot
    Volume 1 Ripristino NTFS Partition 499 MB Healthy Hidden
    Volume 2 FAT32 Partition 99 MB Healthy System
    Volume 3 D Volume NTFS Partition 447 GB Healthy

    Disk 0 is now the selected disk.

    KINGSTON SA400S37480G
    Disk ID: {9FC02BC6-CDCD-4078-B4BC-FAA96FECBDE1}
    Type : SATA
    Status : Online
    Path : 1
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1700)#ATA(C01T00L00)
    Current Read-only State : No
    Read-only : No
    Boot Disk : Yes
    Pagefile Disk : Yes
    Hibernation File Disk : No
    Crashdump Disk : Yes
    Clustered Disk : No

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    Volume 0 C NTFS Partition 446 GB Healthy Boot
    Volume 1 Ripristino NTFS Partition 499 MB Healthy Hidden
    Volume 2 FAT32 Partition 99 MB Healthy System

    Partition ### Type Size Offset
    ------------- ---------------- ------- -------
    Partition 1 Recovery 499 MB 1024 KB
    Partition 2 System 99 MB 500 MB
    Partition 3 Reserved 16 MB 599 MB
    Partition 4 Primary 446 GB 615 MB

    Partition 1 is now the selected partition.

    Partition 1
    Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac
    Hidden : Yes
    Required: Yes
    Attrib : 0X8000000000000001
    Offset in Bytes: 1048576

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 1 Ripristino NTFS Partition 499 MB Healthy Hidden

    Partition 2 is now the selected partition.

    Partition 2
    Type : c12a7328-f81f-11d2-ba4b-00a0c93ec93b
    Hidden : Yes
    Required: No
    Attrib : 0X8000000000000000
    Offset in Bytes: 524288000

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 2 FAT32 Partition 99 MB Healthy System

    Partition 3 is now the selected partition.

    Partition 3
    Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
    Hidden : Yes
    Required: No
    Attrib : 0X8000000000000000
    Offset in Bytes: 628097024

    There is no volume associated with this partition.

    Partition 4 is now the selected partition.

    Partition 4
    Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    Hidden : No
    Required: No
    Attrib : 0000000000000000
    Offset in Bytes: 644874240

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 0 C NTFS Partition 446 GB Healthy Boot

    Disk 1 is now the selected disk.

    KINGSTON SA400S37480G
    Disk ID: {9A4DEE1C-5587-4F3C-A255-828669AC9B62}
    Type : SATA
    Status : Online
    Path : 3
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1700)#ATA(C03T00L00)
    Current Read-only State : No
    Read-only : No
    Boot Disk : No
    Pagefile Disk : No
    Hibernation File Disk : No
    Crashdump Disk : No
    Clustered Disk : No

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    Volume 3 D Volume NTFS Partition 447 GB Healthy

    Partition ### Type Size Offset
    ------------- ---------------- ------- -------
    Partition 1 Reserved 15 MB 17 KB
    Partition 2 Primary 447 GB 16 MB

    Partition 1 is now the selected partition.

    Partition 1
    Type : e3c9e316-0b5c-4db8-817d-f92df00215ae
    Hidden : Yes
    Required: No
    Attrib : 0000000000000000
    Offset in Bytes: 17408

    There is no volume associated with this partition.

    Partition 2 is now the selected partition.

    Partition 2
    Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    Hidden : No
    Required: No
    Attrib : 0000000000000000
    Offset in Bytes: 16777216

    Volume ### Ltr Label Fs Type Size Status Info
    ---------- --- ----------- ----- ---------- ------- --------- --------
    * Volume 3 D Volume NTFS Partition 447 GB Healthy

    ===============================================================================

    Windows Recovery Environment (Windows RE) and system reset configuration
    Information:

    Windows RE status: Enabled
    Windows RE location: \\?\GLOBALROOT\device\harddisk0\partition1\Recovery\WindowsRE
    Boot Configuration Data (BCD) identifier: baa72646-ca7c-11ea-a187-d9018a3167e0
    Recovery image location:
    Recovery image index: 0
    Custom image location:
    Custom image index: 0

    REAGENTC.EXE: Operation Successful.

    ===============================================================================

    Firmware Boot Manager
    ---------------------
    identifier {fwbootmgr}
    displayorder {bootmgr}
    {4cc6e6e4-0415-11ea-be2d-b2a744164e97}
    timeout 1

    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    device partition=\Device\HarddiskVolume2
    path \EFI\MICROSOFT\BOOT\BOOTMGFW.EFI
    description Windows Boot Manager
    locale it-IT
    inherit {globalsettings}
    default {current}
    resumeobject {baa72644-ca7c-11ea-a187-d9018a3167e0}
    displayorder {current}
    toolsdisplayorder {memdiag}
    timeout 30

    Firmware Application (101fffff)
    -------------------------------
    identifier {4cc6e6e4-0415-11ea-be2d-b2a744164e97}
    description Hard Drive

    Windows Boot Loader
    -------------------
    identifier {current}
    device partition=C:
    path \WINDOWS\system32\winload.efi
    description Windows 10
    locale it-IT
    inherit {bootloadersettings}
    recoverysequence {baa72646-ca7c-11ea-a187-d9018a3167e0}
    displaymessageoverride Recovery
    recoveryenabled Yes
    isolatedcontext Yes
    allowedinmemorysettings 0x15000075
    osdevice partition=C:
    systemroot \WINDOWS
    resumeobject {baa72644-ca7c-11ea-a187-d9018a3167e0}
    nx OptIn
    bootmenupolicy Standard

    Windows Boot Loader
    -------------------
    identifier {baa72646-ca7c-11ea-a187-d9018a3167e0}
    device ramdisk=[\Device\HarddiskVolume1]\Recovery\WindowsRE\Winre.wim,{baa72647-ca7c-11ea-a187-d9018a3167e0}
    path \windows\system32\winload.efi
    description Windows Recovery Environment
    locale it-IT
    inherit {bootloadersettings}
    displaymessage Recovery
    osdevice ramdisk=[\Device\HarddiskVolume1]\Recovery\WindowsRE\Winre.wim,{baa72647-ca7c-11ea-a187-d9018a3167e0}
    systemroot \windows
    nx OptIn
    bootmenupolicy Standard
    winpe Yes

    Resume from Hibernate
    ---------------------
    identifier {baa72644-ca7c-11ea-a187-d9018a3167e0}
    device partition=C:
    path \WINDOWS\system32\winresume.efi
    description Windows Resume Application
    locale it-IT
    inherit {resumeloadersettings}
    recoverysequence {baa72646-ca7c-11ea-a187-d9018a3167e0}
    recoveryenabled Yes
    isolatedcontext Yes
    allowedinmemorysettings 0x15000075
    filedevice partition=C:
    filepath \hiberfil.sys
    bootmenupolicy Standard
    debugoptionenabled No

    Windows Memory Tester
    ---------------------
    identifier {memdiag}
    device partition=\Device\HarddiskVolume2
    path \EFI\Microsoft\Boot\memtest.efi
    description Diagnostica memoria Windows
    locale it-IT
    inherit {globalsettings}
    badmemoryaccess Yes

    EMS Settings
    ------------
    identifier {emssettings}
    bootems No

    Debugger Settings
    -----------------
    identifier {dbgsettings}
    debugtype Local

    RAM Defects
    -----------
    identifier {badmemory}

    Global Settings
    ---------------
    identifier {globalsettings}
    inherit {dbgsettings}
    {emssettings}
    {badmemory}

    Boot Loader Settings
    --------------------
    identifier {bootloadersettings}
    inherit {globalsettings}
    {hypervisorsettings}

    Hypervisor Settings
    -------------------
    identifier {hypervisorsettings}
    hypervisordebugtype Serial
    hypervisordebugport 1
    hypervisorbaudrate 115200

    Resume Loader Settings
    ----------------------
    identifier {resumeloadersettings}
    inherit {globalsettings}

    Device options
    --------------
    identifier {baa72647-ca7c-11ea-a187-d9018a3167e0}
    description Windows Recovery
    ramdisksdidevice partition=\Device\HarddiskVolume1
    ramdisksdipath \Recovery\WindowsRE\boot.sdi



    Waiting for further instructions.
    Thanks.
      My Computer


  8. Posts : 40,847
    windows 10 professional version 1607 build 14393.969 64 bit
       #18

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

    C:\Windows\system32>chkdsk /b /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


    2) 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



    3) 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 > save to the downloads folder > zip > post a separate share link into the thread using one drive, drop box, or google drive



    4) Please post images HD Tune results for each drive:
    a) Health
    b) Benchmark
    c) Full error scan



    5) Run Memtest86 version 9.0 (or newer version if available) for four passes.
    Repeat the test so that eight passes are performed.

    MemTest86 - Official Site of the x86 and ARM Memory Testing Tool

    Use a camera or smart phone camera to take pictures and post images into the thread.
    In case there are any problems uploading images use share links (one drive, drop box, or google drive)

    Memtest86 has a feature to produce a text report.
    Please post this in addition to the images.





    6) These steps / tests can be performed overnight:
    a) HD Tune full error scan
    b) Chkdsk /b /v
    c) Memtest86
      My Computer


  9. Posts : 14
    Windows 10
    Thread Starter
       #19

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

    C:\Windows\system32>chkdsk /b /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


    2) 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



    3) 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 > save to the downloads folder > zip > post a separate share link into the thread using one drive, drop box, or google drive



    4) Please post images HD Tune results for each drive:
    a) Health
    b) Benchmark
    c) Full error scan



    5) Run Memtest86 version 9.0 (or newer version if available) for four passes.
    Repeat the test so that eight passes are performed.

    MemTest86 - Official Site of the x86 and ARM Memory Testing Tool

    Use a camera or smart phone camera to take pictures and post images into the thread.
    In case there are any problems uploading images use share links (one drive, drop box, or google drive)

    Memtest86 has a feature to produce a text report.
    Please post this in addition to the images.





    6) These steps / tests can be performed overnight:
    a) HD Tune full error scan
    b) Chkdsk /b /v
    c) Memtest86
    chkdsk /b /v:
    Chkdsk was executed in read/write mode.

    Checking file system on D:
    The type of the file system is NTFS.

    Chkdsk cannot run because the volume is in use by another
    process. Chkdsk may run if this volume is dismounted first.
    ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.
    Would you like to force a dismount on this volume? (Y/N) Volume dismounted. All opened handles to this volume are now invalid.
    Volume label is Volume.

    Stage 1: Examining basic file system structure ...
    354304 file records processed. File verification completed.
    Phase duration (File record verification): 2.50 seconds.
    45 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.19 milliseconds.

    Stage 2: Examining file name linkage ...
    865 reparse records processed. 363294 index entries processed. Index verification completed.
    Phase duration (Index verification): 7.89 seconds.
    0 unindexed files scanned. Phase duration (Orphan reconnection): 46.55 milliseconds.
    0 unindexed files recovered to lost and found. Phase duration (Orphan recovery to lost and found): 0.88 milliseconds.
    865 reparse records processed. Phase duration (Reparse point and Object ID verification): 4.11 milliseconds.

    Stage 3: Examining security descriptors ...
    Cleaning up 1051 unused index entries from index $SII of file 9.
    Cleaning up 1051 unused index entries from index $SDH of file 9.
    Cleaning up 1051 unused security descriptors.
    Security descriptor verification completed.
    Phase duration (Security descriptor verification): 20.72 milliseconds.
    4496 data files processed. Phase duration (Data attribute verification): 0.75 milliseconds.
    CHKDSK is verifying Usn Journal...
    33835496 USN bytes processed. Usn Journal verification completed.
    Phase duration (USN journal verification): 244.14 milliseconds.

    Stage 4: Looking for bad clusters in user file data ...
    354288 files processed. File data verification completed.
    Phase duration (User file recovery): 53.64 minutes.

    Stage 5: Looking for bad, free clusters ...
    72274653 free clusters processed. Free space verification is complete.
    Phase duration (Free space recovery): 0.00 milliseconds.

    Windows has scanned the file system and found no problems.
    No further action is required.

    468833279 KB total disk space.
    179216136 KB in 138763 files.
    50276 KB in 4497 indexes.
    0 KB in bad sectors.
    468251 KB in use by the system.
    65536 KB occupied by the log file.
    289098616 KB available on disk.

    4096 bytes in each allocation unit.
    117208319 total allocation units on disk.
    72274654 allocation units available on disk.
    Total duration: 53.82 minutes (3229593 ms).


    Chkdsk was executed in scan mode on a volume snapshot.

    Checking file system on C:
    The type of the file system is NTFS.

    Stage 1: Examining basic file system structure ...
    687872 file records processed. File verification completed.
    Phase duration (File record verification): 12.87 seconds.
    11990 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.29 milliseconds.

    Stage 2: Examining file name linkage ...
    2705 reparse records processed. 932992 index entries processed. Index verification completed.
    Phase duration (Index verification): 28.02 seconds.
    0 unindexed files scanned. Phase duration (Orphan reconnection): 1.00 seconds.
    0 unindexed files recovered to lost and found. Phase duration (Orphan recovery to lost and found): 0.59 milliseconds.
    2705 reparse records processed. Phase duration (Reparse point and Object ID verification): 19.06 milliseconds.

    Stage 3: Examining security descriptors ...
    Security descriptor verification completed.
    Phase duration (Security descriptor verification): 43.90 milliseconds.
    122561 data files processed. Phase duration (Data attribute verification): 0.80 milliseconds.
    CHKDSK is verifying Usn Journal...
    41678832 USN bytes processed. Usn Journal verification completed.
    Phase duration (USN journal verification): 383.90 milliseconds.

    Windows has scanned the file system and found no problems.
    No further action is required.

    468220927 KB total disk space.
    296582896 KB in 377228 files.
    279028 KB in 122562 indexes.
    0 KB in bad sectors.
    816175 KB in use by the system.
    65536 KB occupied by the log file.
    170542828 KB available on disk.

    4096 bytes in each allocation unit.
    117055231 total allocation units on disk.
    42635707 allocation units available on disk.
    Total duration: 42.37 seconds (42371 ms).

    ----------------------------------------------------------------------


    Stage 1: Examining basic file system structure ...

    Stage 2: Examining file name linkage ...

    Stage 3: Examining security descriptors ...



    I also have wininit logs but for some reason they're in Italian even though I set everything in English. I won't post them; tonight I'll try the other steps too. Thanks for your patience. I'll quote your post again when I have everything ready. Have a nice weekend, zbooks.
    Last edited by Memox; 17 Apr 2021 at 07:13.
      My Computer


  10. Posts : 14
    Windows 10
    Thread Starter
       #20

    UNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-1.pngUNEXPECTED_STORE_EXCEPTION at random, everyday, for the past 3 months-2.png

    And this is HD Tune. Sorry for the delay, I have a few busy days ahead so I'll upload the memtest ASAP. However, I have two things I want to mention in the meantime. First of all, I didn't have any BSODs in the past few days and the only thing I've changed was to move the keyboard from a USB port to another. Second of all, there was a technician who mentioned the following errors:

    Code:
    NTSTATUS error values: c0000006 and c000000e. 
    0xC0000006 - STATUS_IN_PAGE_ERROR - The instruction at 0x%08lx referenced memory at 0x%08lx. The required data was not placed into memory because of an I/O error status of 0x%08lx.
    0xC000000E - STATUS_NO_SUCH_DEVICE - A device that does not exist was specified.
    We also see some functions, such as RtlDecompressBufferXpressLz, which has the description of: The RtlDecompressBuffer function decompresses an entire compressed buffer.
    Why would my system reference a device that does not exist? Upon closer inspection, we found out this driver:

    Code:
    Nome modulo:             dtlitescsibus
    Nome visualizzato:       DAEMON Tools Lite Virtual SCSI Bus
    Tipo di driver:          Kernel
    Data collegamento:       13/11/2018 04:11:07
    
    Nome modulo:             dtliteusbbus
    Nome visualizzato:       DAEMON Tools Lite Virtual USB Bus
    Tipo di driver:          Kernel
    Data collegamento:       26/11/2018 11:42:04
    I know that DT can cause BSODs, especially when the system tries to reference a virtual disk when it has been removed... However, I've uninstalled DT way before the BSODs started. Is there a way to remove this driver too?

    Sorry for derailing your suggestions, I'll try to go back on-topic when I have the memtest logs/images. Have a good day.
      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 05:09.
Find Us




Windows 10 Forums