Hello irv,
Thank you for posting in Q&A forum.
Exception code: 0xc0000374 Faulting module name: ntdll.dll, version: 10.0.26100.2454, time stamp: 0x7cb6b6a8
The error code 0xc0000374 indicates a heap corruption issue, which is often related to memory management problems. Here are some steps you can try:
- Run System File Checker and DISM tool:
sfc /scannow
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /RestoreHealth
- Ensure all your drivers are up to date, especially graphics and chipset drivers.
- Perform a Clean Boot
This helps determine if background programs are causing the issue.
- Check for Hardware Issues
Run a memory diagnostic tool like Windows Memory Diagnostic to check for issues.
References:
ntdll.dll application error (0xc0000374) - Microsoft Q&A
App Crash - Faulting module name: ntdll.dll - Microsoft Q&A
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.