Bug Check 0x105: AGP_GART_CORRUPTION

The AGP_GART_CORRUPTION bug check has a value of 0x00000105. This indicates that the Graphics Aperture Remapping Table (GART) is corrupt.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

AGP_GART_CORRUPTION Parameters

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

Cause

This bug check is typically caused by improper direct memory access (DMA) by a driver.

Resolution

Enable Driver Verifier for any unsigned drivers. Remove them or disable them one by one until the erring driver is identified.