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-03-04T18:29:35.9633333+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!!!

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,152 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Daisy Zhou 31,291 Reputation points Microsoft External Staff
    2025-03-06T03:46:59.99+00:00

    Hello Ankit Bharti,

    Thank you for posting in Q&A forum.

    According to the error message, it could be due to compatibility issues or corruption of the ntdll.dll file. Here are some steps you can take to troubleshoot:

    1. 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

    1. Ensure that your system is fully updated, as Microsoft may have released patches to address this issue.
    2. If the issue persists, try uninstalling and reinstalling the application that is causing the crash.
    3. Look for additional details in the Event Viewer that might provide more insight into the cause of the crash.
    4. Try running the .exe file in compatibility mode for an earlier version of Windows.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


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.