application exception

0xC0000374 HEAP_CORRUPTION

The program's memory bookkeeping was corrupted — a program bug (often in a plugin), or bad RAM showing through. Games and browsers hit this when an extension writes outside its sandbox.

What to do about it

  1. Update the program and its plugins/mods.
  2. If several programs crash this way, run Windows Memory Diagnostic.
  3. Report to the developer if 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 →