What does HRESULT 0x8898009D (MILERR_DXGI_ENUMERATION_OUT_OF_SYNC) mean?

 
Previous Next
MILERR_QPC_TIME_WENT_BACKWARD MILERR_ADAPTER_NOT_FOUND

MILERR_DXGI_ENUMERATION_OUT_OF_SYNC

MILERR_DXGI_ENUMERATION_OUT_OF_SYNC is a Windows Media Integration Layer (MIL) HRESULT. It indicates that MIL received inconsistent information while enumerating the primary display device or its refresh configuration.

What to check for MILERR_DXGI_ENUMERATION_OUT_OF_SYNC

  • Re-enumerate adapters and outputs after display hot-plug, docking, driver reset, or mode changes.
  • Check display-driver logs and update the driver if the active adapter reports invalid configuration data.
  • Recreate cached adapter or output references instead of reusing stale enumeration results.

Microsoft documentation about WPF hardware-accelerated rendering

Diagnostic interpretation

This result has the HRESULT value 0x8898009D. AllStat records the condition as “Primary Display device returned an invalid refresh rate.”.

Evidence to capture

  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the milerr / dxgi / enumeration / out / of operation.
  • check the documented return contract of the specific API because the same HRESULT can require different recovery in different interfaces.

Retry and recovery

” has changed.


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