icsharpcode/SharpZipLib

CRC mismatch

mcschuetz opened this issue · 0 comments

Hello all,

I always get this error with exactly one specific file:

ICSharpCode.SharpZipLib.Zip.ZipException: CRC mismatch
at ICSharpCode.SharpZipLib.Zip.ZipInputStream.CompleteCloseEntry(Boolean testCrc)
at ICSharpCode.SharpZipLib.Zip.ZipInputStream.BodyRead(Byte[] buffer, Int32 offset, Int32 count)

Maybe an important information, the zip is loaded from the BlobStorage could it be related to that?

I just don't understand why with 600 other zip files in the system everything works.

Unfortunately I can't reveal the zip file for privacy reasons.

Has anyone perhaps struggled with this before and knows a reason/solution?

Thanks a lot

Best regards

Version of SharpZipLib

1.3.3