Code:
BugCheck D1, {3, 2, 8, 3}
This bugcheck indicates a driver attempted to access pageable memory at an IRQL too high.
The address being referenced (The first parameter) is invalid because the first usable address is in user mode (0x010000 I believe), it's also a null pointer as it's referencing the same address that the instruction is being sent from.
Code:
X64_0xD1_CODE_AV_NULL_IP_nt!KiPageFault+260
Right, there's not much in the callstack that identifies the exact cause.
Lets dump the raw stack.
Code:
Unable to load image \SystemRoot\system32\DRIVERS\iusb3hub.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for iusb3hub.sys
*** ERROR: Module load completed but symbols could not be loaded for iusb3hub.sys
iusb3hub+0x32bd0
Code:
0: kd> lmvm iusb3xhc
start end module name
fffff880`086a1000 fffff880`08766000 iusb3xhc T (no symbols)
Loaded symbol image file: iusb3xhc.sys
Image path: \SystemRoot\system32\DRIVERS\iusb3xhc.sys
Image name: iusb3xhc.sys
Timestamp: Mon May 21 08:21:40 2012 (4FB9ED04)
CheckSum: 000CA061
ImageSize: 000C5000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Your Intel USB 3.0 Extensible driver is causing issues, as you can see it's out of date.
Update it via this link.
https://downloadcenter.intel.com/Default.aspx
Code:
Unable to load image \SystemRoot\system32\DRIVERS\nvlddmkm.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
nvlddmkm+0x21274e
Code:
0: kd> lmvm nvlddmkm
start end module name
fffff880`0f60d000 fffff880`10271000 nvlddmkm T (no symbols)
Loaded symbol image file: nvlddmkm.sys
Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
Image name: nvlddmkm.sys
Timestamp: Tue May 20 00:08:44 2014 (537A8EFC)
CheckSum: 00C1EA41
ImageSize: 00C64000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
It's the most up to date version, the most stable version is 314.22 which you should install.
NVIDIA Driver Downloads - Advanced Search
Code:
Unable to load image \SystemRoot\system32\DRIVERS\vrtaucbl.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for vrtaucbl.sys
*** ERROR: Module load completed but symbols could not be loaded for vrtaucbl.sys
vrtaucbl+0x6860
Code:
0: kd> lmvm vrtaucbl
start end module name
fffff880`087e3000 fffff880`087f1a00 vrtaucbl T (no symbols)
Loaded symbol image file: vrtaucbl.sys
Image path: \SystemRoot\system32\DRIVERS\vrtaucbl.sys
Image name: vrtaucbl.sys
Timestamp: Mon Feb 15 17:07:10 2010 (4B797F3E)
CheckSum: 0001BBDF
ImageSize: 0000EA00
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Update your virtual audio cable here:
Ventrilo - Download
Code:
DAEMON Tools Lite "c:\program files (x86)\daemon tools lite\dtlite.exe" -autorun EPIC-PC\Kevin HKU\S-1-5-21-1936686269-2169149737-2983894690-1000\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Daemon Tools/Alcohol is known cause of BSODs, you will have to find an alternative as there is no way around this.
Registry and SPTD problems | DAEMON Pro Help
How to remove sptd.sys from system
1. Uninstall Daemon Tools.
2. Download the SPTD standalone installer and follow these steps:
3. Double click the executable to open it
4. Click the button shown below

If the button it is grayed out, as shown in the image, there is no more SPTD installation on your system, and you can just close the window.