application exception

0xC0000094 INTEGER_DIVIDE_BY_ZERO

The program divided a number by zero — a straightforward bug in the program. Almost never hardware; almost always fixed by updating the app or avoiding one broken document/action.

What to do about it

  1. Update the program; report the crash to its developer if it persists.
  2. Check for known issues with the exact action that triggers it.

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 →