App crash
Posted: Sat Feb 28, 2026 12:39 am
Hi, a user sent me this report about my app:
Would this be caused by my app, or a system fault with the "NTDLL.dll" file? My app doesn't open that DLL at all.
I've checked all instances of AllocateMemory() and there's no buffer overruns or anything. A Google search for "0xc0000374" seems to say it could be faulty drivers, etc.
Code: Select all
Faulting application name: [Redacted].exe, version: 7.0.0.5, time stamp: 0x69915780
Faulting module name: ntdll.dll, version: 10.0.26100.7920, time stamp: 0x5ffc11eb
Exception code: 0xc0000374
Fault offset: 0x00000000001176e5
Faulting process id: 0x5E58
Faulting application start time: 0x1DCA7E3E283E315
Faulting application path: [Redacted].exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 769f8f44-7210-45a9-a64c-309fccfaa9ed
I've checked all instances of AllocateMemory() and there's no buffer overruns or anything. A Google search for "0xc0000374" seems to say it could be faulty drivers, etc.