application exception
0xC0000025 NONCONTINUABLE_EXCEPTION
An exception was raised that Windows will not let the program continue past — the process is finished. Read the nested exception code in the WER signatures if present; that inner code is the real cause.
What to do about it
- Scroll the WER signatures for a nested exception code and look that up.
- Update the program and faulting module.
- Send the copyable summary to the vendor if it is reproducible.
Where you will see this
Windows Error Reporting writes this code into Report.wer files and app-crash minidumps when a program dies but Windows itself stays up. It is not a blue-screen stop code — for those see the stop-code library.
See which module threw this exception
Drop the program's .wer report or crash dump into the app-crash reader — the faulting module is usually the real story. Parsed locally.
Open the app-crash reader →