App crash

Everything else that doesn't fall into one of the other PB categories.
BarryG
Addict
Addict
Posts: 4340
Joined: Thu Apr 18, 2019 8:17 am

App crash

Post by BarryG »

Hi, a user sent me this report about my app:

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
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.
User avatar
Bisonte
Addict
Addict
Posts: 1335
Joined: Tue Oct 09, 2007 2:15 am

Re: App crash

Post by Bisonte »

It's a corrupt filesystem on disk. it's possible to repair it with dism, but if dism cant repair it, he have to reinstall windows.
PureBasic 6.21 (Windows x64) | Windows 11 Pro | AsRock B850 Steel Legend Wifi | R7 9800x3D | 64GB RAM | RTX 5080 | ThermaltakeView 270 TG ARGB | build by vannicom​​
English is not my native language... (I often use DeepL.)
Post Reply