application exception

0xC000000D INVALID_PARAMETER

A Windows API was called with arguments it rejected. Usually a program bug or a version skew between the app and a DLL it loaded.

What to do about it

  1. Reinstall the program so its DLLs match.
  2. Install missing Visual C++ / .NET runtimes.
  3. Update the program after Windows feature updates.

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 →