I was starting an Unreal Engine 4 project and encountered a BSOD with the message "ntoskrnl.exe+3fdaf0".
I was starting an Unreal Engine 4 project and encountered a BSOD with the message "ntoskrnl.exe+3fdaf0".
Welcome to the forums.
Access Open C:\Windows\minidump and compress the minidumps. Share them on a file-sharing platform such as Google Drive or OneDrive, and provide the public link here. Make sure the link is accessible to everyone.
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.