| Previous | Next |
| AGP_INVALID_ACCESS | AGP_ILLEGALLY_REPROGRAMMED |
AGP_GART_CORRUPTION
AGP GART corruption for AGP_GART_CORRUPTION
AGP_GART_CORRUPTION is bug check code 0x00000105.
The GART maps graphics-aperture addresses to physical memory for AGP devices. This bug check means Windows detected corrupted translation state in that mapping path.
How to read it in a dump
- The display miniport, chipset/AGP driver, firmware settings, or memory corruption can be involved.
- The crash should be analyzed as an address-translation corruption, not simply as a rendering failure.
- Modern PCIe GPUs normally use different mechanisms, so this is usually legacy or compatibility hardware.
What to check
- Check system memory, chipset drivers, display drivers, and BIOS AGP settings.
- Look for DMA or driver writes that could corrupt mapping tables.
- Compare with AGP_INVALID_ACCESS and AGP_INTERNAL for neighboring failures.
References
Looking for a different code? Search another status or error code.