Error with this driver AFD.sys


Recommended Posts

The DRIVER_PORTION_MUST_BE_NONPAGED bug check has a value of 0x000000D3. This indicates that the system attempted to access pageable memory at a process IRQL that was too high.

Cause

This bug check is usually caused by drivers that have incorrectly marked their own code or data as pageable.

Resolving the Problem

To begin debugging, use a kernel debugger to get a stack trace.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.