Question I was launching an unreal engine 4 game and got a BSOD - - - "ntoskrnl.exe+3fdaf0" ?

Jun 11, 2024
2
0
10
I was launching an unreal engine 4 game and my PC BSOD'd, i opened the dump file with BlueScreenView and it told me that "ntoskrnl.exe+3fdaf0" caused the problem.

I can provide further information if any of you need it.

Specs:
Windows 10 Pro 22H2
i5 4590
16 gb ddr3 1666ghz
Asus B85M-C/C/SI mobo
RX 580 8GB XFX
1x 480gb kingston ssd
2x 240gb kingfast ssd
 
Last edited by a moderator:
This is yet another BSOD caused by an anti-cheat tool, this time by EasyAntiCheat...
Code:
2: kd> k
 # Child-SP          RetAddr               Call Site
00 ffffc80b`c6f5d2d8 fffff803`60c123a9     nt!KeBugCheckEx
01 ffffc80b`c6f5d2e0 fffff803`60c12950     nt!KiBugCheckDispatch+0x69
02 ffffc80b`c6f5d420 fffff803`60c107f2     nt!KiFastFailDispatch+0xd0
03 ffffc80b`c6f5d600 fffff805`99bc753b     nt!KiRaiseSecurityCheckFailure+0x332
04 ffffc80b`c6f5d790 00000000`00000000     EasyAntiCheat_EOS+0x2753b
You read this push-down stack from the bottom up. Right at the start you see the call to EasyAntiCheat_EOS+0x2753b, followed immediately by the bugcheck (nt!KiRaiseSecurityCheckFailure+0x332).

Either update EasyAntiCheat, contact the vendor and complain, or dump it altogether.
 
  • Like
Reactions: SupermarketHater