Question Need Kernel Bug check Assistance

Jun 16, 2025
2
0
10
I have a PC for gaming that consistently kernel 41 restarts and boots back up. Below is the minidump that was analyze with WinDbg. Can anyone help me determine what the issue is and maybe how it can be fixed. If anyone needs the whole file just tell me how to get it to you.

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.

BUGCHECK_CODE: d1

BUGCHECK_P1: 0

BUGCHECK_P2: 2

BUGCHECK_P3: 8

BUGCHECK_P4: 0

FAULTING_THREAD: fffff806c93d1640
 
some driver tried to access a null pointer (memory address zero)
it could be a driver problem, or overclocking problem, or bios memory timing incorrectly set.

you should put the actual minidump file on a public server, share it out for public access and post a link. Someone with a windows debugger can take a quick look at it.
 
some driver tried to access a null pointer (memory address zero)
it could be a driver problem, or overclocking problem, or bios memory timing incorrectly set.

you should put the actual minidump file on a public server, share it out for public access and post a link. Someone with a windows debugger can take a quick look at it.
What site with a public forum would you recommend going to?