What does HRESULT 0x88980411 (UCEERR_MISSINGENDCOMMAND) mean?

 
Previous Next
UCEERR_REMOTINGNOTSUPPORTED UCEERR_MISSINGBEGINCOMMAND

UCEERR_MISSINGENDCOMMAND

UCEERR_MISSINGENDCOMMAND is a Windows User Composition Engine (UCE) HRESULT. It indicates that the engine received an incomplete command sequence without the required closing command.

What to check

  • Treat the result as evidence of an interrupted or malformed composition channel rather than a normal UI error.
  • Check for crashes, cancellation, shutdown, or transport failures that occurred while rendering work was in progress.
  • Capture a dump and the earliest relevant exception if the failure is reproducible.

Microsoft guidance for WPF render-thread failures


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