Hi,
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high. This bug check is usually caused by drivers that have used improper addresses.
If we take a look at the call stack:
Code:
7: kd> kb
RetAddr : Args to Child : Call Site
fffff800`0307c169 : 00000000`0000000a fffff880`0a919638 00000000`00000002 00000000`00000008 : nt!KeBugCheckEx
fffff800`0307ade0 : 00000001`00000001 fffff880`00000001 fffff880`032dd200 fffffa80`08129480 : nt!KiBugCheckDispatch+0x69
fffff880`0a919638 : fffff880`00ea3c36 fffffa80`08129480 fffffa80`08129480 fffff880`035b8c80 : nt!KiPageFault+0x260
fffff880`00ea3c36 : fffffa80`08129480 fffffa80`08129480 fffff880`035b8c80 fffff800`031b0d0e : MijXfilt+0x1b638
00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : Wdf01000!FxIoQueue::DispatchRequestToDriver+0x542
FAILURE_BUCKET_ID: X64_0xD1_VRF_CODE_AV_BAD_IP_
MijXfilt+1b638
^^ MotioninJoy simulate Xbox 360 controller (virtual Xinput device). This is a notorious driver for causing BSOD's, remove the software for it ASAP and use the official Xbox 360 drivers instead -
Software Downloads: Xbox 360 Controller for Windows
IRQL_NOT_LESS_OR_EQUAL (a)
This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.
This bug check is issued if paged memory (or invalid memory) is accessed when the IRQL is too high. The error that generates this bug check usually occurs after the installation of a faulty device driver, system service, or BIOS.
Code:
STACK_TEXT:
fffff800`00ba2238 fffff800`030cc169 : 00000000`0000000a fffff820`03304100 00000000`00000002 00000000`00000000 : nt!KeBugCheckEx
fffff800`00ba2240 fffff800`030cade0 : 3c800000`3d000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
fffff800`00ba2380 fffff800`0318f56e : 00000000`0002fd48 00000000`00000000 fffff800`00ba2630 00000000`00137133 : nt!KiPageFault+0x260
fffff800`00ba2510 fffff800`0318f743 : fffffa80`0727ecf0 fffff800`00000009 fffffa80`00000000 fffff800`00000004 : nt!RtlpWalkFrameChain+0x14de
fffff800`00ba2bb0 fffff800`031905cb : 00000000`00000003 fffffa80`0727ecf0 00000000`00000000 fffffa80`0727ecb8 : nt!RtlWalkFrameChain+0x63
fffff800`00ba2be0 fffff800`035704a5 : fffffa80`0bab7602 fffff880`0f591ec1 fffffa80`0727ece0 00000000`00000000 : nt!RtlCaptureStackBackTrace+0x4b
fffff800`00ba2c10 fffff800`0357096c : fffffa80`0bab76e8 00000000`000000e0 00000000`00000500 00000000`00000000 : nt!ViKeRaiseIrqlSanityChecks+0xa5
fffff800`00ba2c50 fffff880`0f591ec1 : 00000000`00000000 00000000`00000000 fffffa80`0cd1f000 fffffa80`0cd1f000 : nt!VerifierKeAcquireInStackQueuedSpinLock+0xac
fffff800`00ba2c90 00000000`00000000 : 00000000`00000000 fffffa80`0cd1f000 fffffa80`0cd1f000 00000000`00000000 : nvlddmkm+0xf8ec1
FAILURE_BUCKET_ID: X64_0xA_VRF_
nvlddmkm+f8ec1
^^ nVidia video driver.
Ensure you have the latest video card drivers. If you are already on the latest video card drivers, uninstall and install a version or a few versions behind the latest to ensure it's not a latest driver only issue. If you have already experimented with the latest video card driver and many previous versions, please give the beta driver for your card a try.
-----------------------------
If you're still crashing after the above:
1. Remove and replace avast! with Microsoft Security Essentials for temporary troubleshooting purposes:
avast! removal tool - avast! Uninstall Utility | Download aswClear for avast! Removal
MSE - Microsoft Security Essentials - Microsoft Windows
2. In your loaded drivers list, dtsoftbus01.sys is listed which is the Daemon Tools driver. Daemon Tools is a very popular cause of BSOD's in 7/8 based systems. Please uninstall Daemon Tools. Alternative imaging programs are: MagicISO, Power ISO, etc.
Regards,
Patrick