Debugging Tools for Windows |
The AGP_GART_CORRUPTION bug check has a value of 0x00000105. This indicates that the Graphics Aperture Remapping Table (GART) is corrupt.
The following parameters are displayed on the blue screen.
Parameter | Description |
---|---|
1 | The base address (virtual) of the GART |
2 | The offset into the GART where the corruption occurred |
3 | The base address (virtual) of the GART cache (a copy of the GART) |
4 | 0 |
This bug check is typically caused by improper direct memory access (DMA) by a driver.
Enable Driver Verifier for any unsigned drivers. Remove them or disable them one by one until the erring driver is identified.