Site icon EfmSoft

What does HRESULT 0x88990001 (D2DERR_WRONG_STATE) mean?

 
Previous Next
DWRITE_E_TOOMANYDOWNLOADS D2DERR_NOT_INITIALIZED

D2DERR_WRONG_STATE

D2DERR_WRONG_STATE means that a Direct2D object is valid, but the requested method is not allowed in its current lifecycle or drawing state. It often appears when a resource is used before setup is complete, after it has been invalidated, or outside the required rendering sequence.

What to check

This result is about object state, not an invalid HRESULT conversion or a missing DLL.

Microsoft: Direct2D error codes


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

Exit mobile version