How to fix ntdll dll faulting module, the module ntdll.dll was loaded but the entry-point DLLUnregisterServer was not found.

Ankit Bharti 60 Reputation points
2025-04-28T18:28:19.9933333+00:00

In previous version of windows 11 v22h2 the .exe file was working. Unfortunately, after updating it to the v24h2 the .exe file crashes automatically and it won't open.

In EventViewer, it says

Faulting module name: ntdll.dll, v 10.0.26100

And "ntdll.dll" was loaded but the entry-point DLLUnregisterServer was not found.

Also says make sure that "ntdll.dll" is a valid DLL or OCX file.

please help me solve this ASAP.

URGENT!!!

Important:

Please do not provide the below given answer as it won't work.

Run System File Checker (SFC) and DISM Tool to check and repair system files:

sfc /scannow

DISM /Online /Cleanup-Image /CheckHealth

DISM /Online /Cleanup-Image /ScanHealth

DISM /Online /Cleanup-Image /RestoreHealth

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Henry Mai 1,590 Reputation points Independent Advisor
    2025-05-11T16:09:40.45+00:00

    Hi, I am Henry and I'd like to help.

    It sounds like you're dealing with a faulting module issue related to ntdll.dll after updating to Windows 11 v24H2. Since the usual SFC and DISM solutions aren't working, here are some alternative troubleshooting steps:

    1. Check Compatibility Mode

    • Right-click the .exe file → Properties → Compatibility tab.
    • Enable Run this program in compatibility mode for an earlier Windows version.

    2. Reinstall the Application

    • If the .exe worked in v22H2, try uninstalling and reinstalling the application.
    • Look for an updated version from the developer.

    3. Verify DLL Integrity

    • Open Command Prompt (Admin) and run: dir C:\Windows\System32\ntdll.dll
    • Ensure the file exists and matches the expected version.

    4. Check Event Viewer for More Details

    • Open Event Viewer → Windows Logs → Application.
    • Look for additional error messages related to the crash.

    Let me know if any of these solutions work for you.

    0 comments No comments

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.