application exception

0xC0000006 IN_PAGE_ERROR

The program's memory couldn't be read back from disk — the disk under it failed a read. This one is about your storage, not the program. Treat it like a failing drive warning until the disk proves healthy.

What to do about it

  1. Check the disk's health with the maker's tool and back up your files.
  2. Run: chkdsk /f on the affected drive.
  3. If the program lives on an external drive or network share, check that connection.

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 →