application exception

0xE06D7363 C++_EXCEPTION

A C++ program threw an error it never caught — a program bug. The faulting module still tells you which DLL threw; the code alone is just 'unhandled C++ throw'.

What to do about it

  1. Update the program.
  2. Report to the developer if it's reproducible.
  3. Disable plugins that load into the same process.

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 →