Bug Check Codes


Windows Driver Kit: Driver Development Tools
Bug Check 0x10E: VIDEO_MEMORY_MANAGEMENT_INTERNAL

The VIDEO_MEMORY_MANAGEMENT_INTERNAL bug check has a value of 0x0000010E. This indicates that the video memory manager has encountered a condition that it is unable to recover from.

Parameters

The following parameters are displayed on the blue screen. Parameter 1 is the only parameter of interest; this identifies the exact violation. Values for Parameter 1 that do not appear in this table must be individually examined.

Parameter 1Cause of Error
0x1An attempt was made to rotate a non-rotate range.
0x2An attempt was made to destroy a non-empty process heap.
0x3An attempt to unmap from an aperture segment failed.
0x4A rotation in a must-succeed path failed.
0x5A deferred command failed.
0x6An attempt was made to reallocate resources for an allocation that was having its eviction canceled.
0x7An invalid attempt was made to defer free usage.
0x8The split direct memory access (DMA) buffer contains an invalid reference.
0x9An attempt to evict an allocation failed.
0xAAn invalid attempt to use a pinned allocation was made.
0xBA driver returned an invalid error code from BuildPagingBuffer.
0xCA resource leak was detected in a segment.
0xDA segment is being used improperly.
0xEAn attempt to map an allocation into an aperture segment failed.
0xFA driver returned an invalid error code from AcquireSwizzlingRange.
0x10A driver returned an invalid error code from ReleaseSwizzlingRange.
0x11An invalid attempt to use an aperture segment was made.
0x12A driver overflowed the provided DMA buffer.
0x13A driver overflowed the provided private data buffer.
0x14An attempt to purge all segments failed.
0x15An attempt was made to free a virtual address descriptor (VAD) that was still in the rotated state
0x16A driver broke the guaranteed DMA buffer model contract.
0x17An unexpected system command failure occurred.
0x18An attempt to release a pinned allocation's resource failed.
0x19A driver failed to patch a DMA buffer.
0x1AThe owner of a shared allocation was freed.
0x1BAn attempt was made to release an aperture range that is still in use.

Cause

This bug check is usually caused by a video driver behaving improperly.

Resolving the Problem

If the problem persists, check Windows Update for an updated video driver.


Send feedback on this topic
Built on October 01, 2009
Page view tracker