This started happening today while playing God of War Ragnarok on the PC. The machine is very stable otherwise and plays other games just fine. I've reported it, but in the meantime I thought I'd ask on here.
I analyzed the dump file with WinDbg and here's the basic output. I can post the full output, but it's very long.
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: 00000000b49676dc, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000008, value 0 = read operation, 1 = write operation
Arg4: 00000000b49676dc, address which referenced memory
EDIT: Looking further into the analysis of the dump file, it says this:
BUGCHECK_CODE: d1
BUGCHECK_P1: b49676dc
BUGCHECK_P2: 2
BUGCHECK_P3: 8
BUGCHECK_P4: b49676dc
FILE_IN_CAB: 092224-22968-01.dmp
FAULTING_THREAD: ffffbe021cf1d240
READ_ADDRESS: fffff804550fb390: Unable to get MiVisibleState
Unable to get NonPagedPoolStart
Unable to get NonPagedPoolEnd
Unable to get PagedPoolStart
Unable to get PagedPoolEnd
unable to get nt!MmSpecialPagesInUse
00000000b49676dc
PROCESS_NAME: Skype.exe
Would this mean freaking Skype caused this?! I'm going to kill it and see if that makes any difference.
Any ideas are welcome.
Thanks all!
I analyzed the dump file with WinDbg and here's the basic output. I can post the full output, but it's very long.
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: 00000000b49676dc, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000008, value 0 = read operation, 1 = write operation
Arg4: 00000000b49676dc, address which referenced memory
EDIT: Looking further into the analysis of the dump file, it says this:
BUGCHECK_CODE: d1
BUGCHECK_P1: b49676dc
BUGCHECK_P2: 2
BUGCHECK_P3: 8
BUGCHECK_P4: b49676dc
FILE_IN_CAB: 092224-22968-01.dmp
FAULTING_THREAD: ffffbe021cf1d240
READ_ADDRESS: fffff804550fb390: Unable to get MiVisibleState
Unable to get NonPagedPoolStart
Unable to get NonPagedPoolEnd
Unable to get PagedPoolStart
Unable to get PagedPoolEnd
unable to get nt!MmSpecialPagesInUse
00000000b49676dc
PROCESS_NAME: Skype.exe
Would this mean freaking Skype caused this?! I'm going to kill it and see if that makes any difference.
Any ideas are welcome.
Thanks all!