What does NTSTATUS 0xC01E0009 (STATUS_GRAPHICS_DRIVER_MISMATCH) mean?

 
Previous Next
STATUS_GRAPHICS_CANNOTCOLORCONVERT STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED

STATUS_GRAPHICS_DRIVER_MISMATCH

The UMD and KMD are not a compatible pair

This status is more specific than a generic adapter error: the kernel display driver detected a version mismatch with its user-mode counterpart. It can occur after a partial driver update, a copied UMD, an incomplete rollback, or a component loaded from a different package than the kernel driver.

Collect the actual pair

Compare the loaded user-mode and kernel-mode driver binaries, package identity, timestamps, architecture, and WDDM/DDI versions. Reinstalling an application runtime will not repair a mismatched display-driver pair; the useful correction is a coherent supported driver package for the adapter and Windows build.

References


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