Windows 10 Blue Screen Of Death

mike21

Honorable Member
I get a BSOD almost every session. The computer (Windows 10 Home Creators - not Fall) re-boots almost instantly but I just catch the message "Page fault in non-paged area. stdriverx64.sys
Is there an easy fix that does not involve editing the registry.
 
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 50, {ffffcc001b2df104, 0, fffff8024f654f23, 0}

*** WARNING: Unable to verify timestamp for stdriverx64.sys
*** ERROR: Module load completed but symbols could not be loaded for stdriverx64.sys

Could not read faulting driver name
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by : stdriverx64.sys ( stdriverx64+4f23 )

Looks like it's this Sound Tap driver. I would either remove it and the software or get it updated. The driver is from 2014.

1: kd> lmDvmstdriverx64
Browse full module list
start end module name
fffff802`4f650000 fffff802`4f65b000 stdriverx64 T (no symbols)
Loaded symbol image file: stdriverx64.sys
Image path: \SystemRoot\system32\DRIVERS\stdriverx64.sys
Image name: stdriverx64.sys
Browse all global symbols functions data
Timestamp: Thu Jul 17 00:44:51 2014 (53C770E3)
CheckSum: 0000ED36
ImageSize: 0000B000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
 
stdriverx64.sys appears in C:\windows\system32\drivers and also in C:\program files(x86)\NCH Software\Sound Tap - both 33.7 KB. Do I delete the Sound Tap one?
 
Thanks. I found the program sound tap, which I do not need, and uninstalled it. This automatically removed the driver so hopefully problem solved
 
Back
Top