Windows 10 BSOD sporadic. SSD issue?

JMor90

New Member
Getting BSOD often. Sometimes every few minutes. Complete power removed seems to help.

This is a 5 year old PC.
Upgraded from Win 7 to Win 10. Seemed stable at the time.
Issues started in December 2015.

Getting a host of different errors. Most often: critical process died, unexpected store exception, disk read error.

Windows is on C: (6 month old Samsung SSD) drive with most files on E: (5 yr old SATA HDD).
 

Attachments

  • W7F_11-01-2016.zip
    1.2 MB · Views: 640
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 119, {700, 31e8a, 31e90, 0}

*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
Probably caused by : dxgmms2.sys ( dxgmms2!VidSchiAdvanceContextSubmissionId+797b )

Followup: MachineOwner
Hi,
the above bugcheck 119 means the video scheduler suffered a fatal violation causing the bsod. I can also see in the 'Call Stack' ( a blow by blow account of the last sub routines) that the Nvidia driver was involved.

Looking through your drivers however I see some which are simply too old for Windows 10:

anodlwfx.sys Fri Mar 06 10:10:08 2009: ALPHA Networks Filter Driver Is this something you added as the motherboard carries a Realtek Lan chip? If it's no longer used please remove.

HECIx64.sys Thu Sep 17 20:54:16 2009: Intel engine management driver. A slightly later version is on the motherboard support page. It's in the Windows 7 section so try installing under compatibility mode.
GIGABYTE - Motherboard - Socket 1156 - GA-H57M-USB3 (rev. 2.0)

iaStor.sys Fri Oct 02 20:58:50 2009: Intel rapid storage driver. Same as the above.

MarvinBus64.sys Fri Sep 23 22:17:03 2005: likely a part of Pinnacle Studio's Marvin Bus? Please update if possible:
Pinnacle Systems - Software Updates

nvlddmkm.sys Thu Nov 05 14:35:23 2015: Nvidia display driver. Try re-installing your gpu driver but first remove the original using the Display driver uninstaller which will also remove any old bits of driver left behind by previous installs:
Display Driver Uninstaller (DDU) V15.7.3.0 Released. - Wagnardmobile Forum

Re-install driver:
Drivers - Download NVIDIA Drivers

File scans
Right click on the Start menu icon and from the revealed list choose 'admin command prompt'. Type:
sfc /scannow
press enter and await results

In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).

If the first scan found files it could not repair but the second scan is successful, run the first scan again using the same command prompt box and this time it should repair the files found.

Post any new dump files.
 
Back
Top