Windows error 0x88982F62, -2003292318

Detailed Error Information

WINCODEC_ERR_FRAMEMISSING[1]

MessageThe bitmap frame is missing.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2200 (0x898)
NameFACILITY_WINCODEC_DWRITE_DWM[1]
Error Code12130 (0x2f62)

Questions

0votes
0answers

The image is missing a frame. COMException (0x88982F62)

We have the following popup in a WPF application that should display two images returned from the internet, but throws the toys out with 'The image is missing a frame' when it hits EndInit() Never come across this error before and can't find any explanation online that relates to this [...] read more
wpf
image-processing

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0