Unexpected_kernel_mode_trap error every few minutes

Pyy999

Prominent
Jun 28, 2017
1
0
510
Hi, I am currently pulling out my hair right now trying to fix this problem. I recently assembled a new pc, brand new parts and everything, but I can't use windows for more than 5 minutes without it crashing with either a Unexpected_kernel_mode_trap error or a Irql_not_less_or_equal error. I've tried running memtest (no errors found), driver verifier (which didn't identify a driver) and reinstalling windows multiple times. None of these solutions helped, can anyone tell what's wrong?

Parts List: https://pcpartpicker.com/list/FMrCWX
Windows version: Windows 10 Education, x64

Dump File:
http://www.osronline.com/dump/DA2.cfm
- I have other dump files with the same readings, but the process_name would be something else, like spotify or overwolf

From what I can tell, it's an issue with "win8_driver_fault," which doesn't make any sense to me because I'm running windows 10. I've tried to use the media creation tool, but I can't install any windows 10 updates without it crashing, and I can't install in safe mode either. I've checked all the hardware connections, could it be an issue with the cpu installation itself?

Thanks for the help!
 
Solution
Are you overclocked? remove if you are.

I can't read dump files but this program might help there - See if you can download (onto a USB) and Install/run who crashed - it will give us a glimpse of the errors you getting and might help us solve them - I think you can install it in safe mode

Save the summary as a text file, and then paste summary in here and I see what I can do :)

The UNEXPECTED_KERNEL_MODE_TRAP bug check has a value of 0x0000007F. This bug check indicates that the Intel CPU generated a trap and the kernel failed to catch this trap.
This trap could be a bound trap (a trap the kernel is not permitted to catch) or a double fault (a fault that occurred while processing an earlier fault, which always results in a...

Colif

Win 11 Master
Moderator
Are you overclocked? remove if you are.

I can't read dump files but this program might help there - See if you can download (onto a USB) and Install/run who crashed - it will give us a glimpse of the errors you getting and might help us solve them - I think you can install it in safe mode

Save the summary as a text file, and then paste summary in here and I see what I can do :)

The UNEXPECTED_KERNEL_MODE_TRAP bug check has a value of 0x0000007F. This bug check indicates that the Intel CPU generated a trap and the kernel failed to catch this trap.
This trap could be a bound trap (a trap the kernel is not permitted to catch) or a double fault (a fault that occurred while processing an earlier fault, which always results in a system failure).

this might help someone reading dump: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x7f--unexpected-kernel-mode-trap

You might want to try this and test CPU out: http://www.tcsscreening.com/files/users/IPDT_LiveUSB/index.html

IRQ errors are normally drivers but sometimes caused by ram. That above error also ram related but memtest sees no problems. Its not 100% right all the time but its pretty good.
 
Solution