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.