Share via

ntdll.dll application error (0xc0000374)

Георгій 46 Reputation points
10 Sept 2022, 4:18 pm

Faulting application name: eurotrucks2.exe, version: 1.45.2.9, timestamp: 0x6307bd05
Faulting module name: ntdll.dll, version: 10.0.19041.1288, timestamp: 0xa280d1d6
Exception code: 0xc0000374
Error offset: 0x00000000000ff199
Faulting process ID: 0x5c8
Faulting application start time: 0x01d8c52ef725b68f
Faulting application path: C:\Program Files (x86)\Steam\steamapps\common\Euro Truck Simulator 2\bin\win_x64\eurotrucks2.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report ID: f275a33a-6434-4f76-88d5-b305f8aac65d

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
488 questions
0 comments No comments
{count} votes

Accepted answer
  1. RLWA32 47,411 Reputation points
    11 Sept 2022, 3:00 pm

    Code 0xC0000374 is STATUS_HEAP_CORRUPTION (A heap has been corrupted.)

    Assuming that your Windows system is up to date and none of the usual checks for corruption has indicated a problem ( system file checker, dism ) then this is an issue that should be addressed by the author of the application.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Георгій 46 Reputation points
    11 Sept 2022, 10:26 pm

    Error has been fixed. aticfx64.dll was corrupted and i replaced it from the internet. After replacing it i was getting aticfx64.dll error instead of ntdll.dll error. To fix it i had to change launch settings in Steam application properties.

    Solving steps: In Steam, go to your Library.
    Right Click on the game title.
    Select Properties.
    Click Set Launch Options...
    Paste the following line into the provided text box. -force-glcore.
    Click OK, then Close.

    Thanks everyone.

    2 people found this answer helpful.

  2. S.Sengupta 22,351 Reputation points MVP
    11 Sept 2022, 12:27 pm

    Boot into Safe mode.

    Open Command Prompt and type the following command followed by hitting the Enter key:

    regsvr32 ntdll.dll

    Once done, reboot.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.