What does NTSTATUS 0xC01E0107 (STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE) mean?

 
Previous Next
STATUS_GRAPHICS_ALLOCATION_INVALID STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED

STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE

A specialised CPU-access path is exhausted

Some WDDM allocations are swizzled and need special video-memory-manager support when they are locked for CPU access. This status says the required unswizzling aperture is currently unavailable; it is not a generic out-of-memory result and does not imply that the allocation handle is invalid.

Inspect aperture ownership and contention

Record the allocation flags, aperture segment, current mappings, CPU-access request, and the operations holding comparable ranges. Check whether the allocation can use a supported staging or copy path. Retrying without releasing aperture pressure is unlikely to change the result.

References


Looking for a different code? Search another status or error code.