What does NTSTATUS 0xC01E0100 (STATUS_GRAPHICS_NO_VIDEO_MEMORY) mean?

 
Previous Next
STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED STATUS_GRAPHICS_CANT_LOCK_MEMORY

STATUS_GRAPHICS_NO_VIDEO_MEMORY

Capacity is governed by residency, not a single VRAM number

In WDDM, allocations can be placed in different memory segments and may be subject to changing residency budgets. This status therefore needs the allocation size, segment choice, residency requirement, and current local/non-local pressure; a nominal amount of installed VRAM is not enough to explain it.

Diagnose the specific pressure

Record the requested allocation or residency operation, resource dimensions and format, active process budget, segment budget, and allocations that cannot be evicted. For application code, reduce peak live resources and stage streaming. For a driver, verify segment and residency requirements instead of silently retrying an allocation with the same inputs.

References


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