Game Crashing Inexplicably

ljmack20

New member
My game has been inexplicably crashing after like 2-3 minutes in game and I can't really pin down the issue, I verified my files, reinstalled the game, updated my drivers and it still is happening, I thought it had to do something with taking damage under certain conditions, but it's happened even when I'm just moving around not fighting anyone. Haven't had any performance issues either, I have a i7-9700K, 32 GB of RAM, and RTX 2070.

Is there a crash report of some sort I can look at, I couldn't really find one in the game's directory, had to just abandon 2 matches already cause of it since it would just happen seemingly randomly either in the middle of fights, traversing the map, etc. Would really appreciate any help.

Faulting application name: deadlock.exe, version: 0.0.0.0, time stamp: 0x681ce8e2
Faulting module name: ntdll.dll, version: 10.0.19041.6093, time stamp: 0xd1cd3808
Exception code: 0xc0000374
Fault offset: 0x00000000000ff3c9
Faulting process id: 0x2e18
Faulting application start time: 0x01dc04b7197b153c
Faulting application path: D:\SteamLibrary\steamapps\common\Deadlock\game\bin\win64\deadlock.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: b4a97661-bbd4-451f-bd0a-7a3a7f6a244f
Faulting package full name:

I've noticed the Faulting process id is different each time, though I'm not knowledgeable enough to know if that is just because it's a different instance of the same issue or something else entirely.
 
Your windows may be corrupt. Is the faulting module name always ntdll.dll?

Do "sfc /scannow" in an admin cmd to find/fix any stuff. Also try "DISM /Online /Cleanup-Image /RestoreHealth"
 
Your windows may be corrupt. Is the faulting module name always ntdll.dll?

Do "sfc /scannow" in an admin cmd to find/fix any stuff. Also try "DISM /Online /Cleanup-Image /RestoreHealth"
I went back and looked through the viewer again and checked, yes the faulting module is always ntdll.dll. I'll give those commands a try, I'm assume those would restore my windows if it is corrupted?
 
I went back and looked through the viewer again and checked, yes the faulting module is always ntdll.dll. I'll give those commands a try, I'm assume those would restore my windows if it is corrupted?
Yeah, worst case scenario you may have to reinstall windows. If you search ntldll.dll with google AI or similar chat bot it gives pretty useful info on what you can do about it.
 
Back
Top