| Previous | Next |
| UCEERR_RENDERTHREADFAILURE | UCEERR_CONNECTIONIDLOOKUPFAILED |
UCEERR_CTXSTACKFRSTTARGETNULL
UCEERR_CTXSTACKFRSTTARGETNULL is a Windows User Composition Engine (UCE) HRESULT. It indicates that the composition engine expected an initial target in its context stack but found no usable target.
What to check for UCEERR_CTXSTACKFRSTTARGETNULL
- Check window creation, display-target availability, and shutdown timing around the rendering operation.
- Avoid invoking rendering-related work after the target window has been closed or disconnected.
- Look for earlier composition or device failures that could have invalidated the target.
Microsoft guidance for WPF render-thread failures
Diagnostic interpretation
This result has the HRESULT value 0x88980407. AllStat records the condition as “it”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the uceerr / ctxstackfrsttargetnull operation.
- Reproduce this result with the smallest valid input and note whether the result changes with identity, architecture, service state, or target object.
Retry and recovery
Retry this result only when the owning API documents a transient state or after the condition described as “it” has changed.
Looking for a different code? Search another status or error code.
