Windows error 0x000000B5, 181

Detailed Error Information

HRESULT analysis[1]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code181 (0x00b5)

Questions

10votes
1answer

is a jpeg with a bogus huffman table recoverable?

I have a JPEG that is un-openable in any program: Opening in Ubuntu Image Viewer yields: could not load image. bogus huffman table definition [https://i.stack.imgur.com/goymc.png] Passing the photo through convert yields similar results: $ convert corrupt.jpg out.jpg convert.im6: Bogus Huffman table definition `corrupt.jpg' @ error/jpeg.c/JPEGErrorHandler/316. convert.im6: no images defined `out.jpg' [...] read more
jpeg

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0