DotNetZip.Semverd icon indicating copy to clipboard operation
DotNetZip.Semverd copied to clipboard

Bad state (too many length or distance symbols)

Open jupagose opened this issue 7 years ago • 1 comments

Bad state (too many length or distance symbols)

When try to unzip using ZipEntry.Extraxt Method

en Ionic.Zlib.InflateManager.Inflate(FlushType flush) en Ionic.Zlib.ZlibCodec.Inflate(FlushType flush) en Ionic.Zlib.ZlibBaseStream.Read(Byte[] buffer, Int32 offset, Int32 count) en Ionic.Zlib.DeflateStream.Read(Byte[] buffer, Int32 offset, Int32 count) en Ionic.Crc.CrcCalculatorStream.Read(Byte[] buffer, Int32 offset, Int32 count) en Ionic.Zip.ZipEntry.ExtractAndCrc(Stream archiveStream, Stream targetOutput, Int16 compressionMethod, Int64 compressedFileDataSize, Int64 uncompressedSize) en Ionic.Zip.ZipEntry.ExtractToStream(Stream archiveStream, Stream output, EncryptionAlgorithm encryptionAlgorithm, Int32 expectedCrc32) en Ionic.Zip.ZipEntry.InternalExtractToBaseDir(String baseDir, String password, ZipContainer zipContainer, ZipEntrySource zipEntrySource, String fileName) en Ionic.Zip.ZipEntry.Extract(String baseDirectory

If Try to extract the same file manually at windows explorer it extracts with no problem.

jupagose avatar Nov 16 '18 18:11 jupagose

Thanks for reporting this bug/problem, and sorry about the delay in getting back to you. This is a self-service repository, where I merge PRs and where the merging of PRs causes nugets to be pushed automatically (if you bump the version number in your PR). I'll leave this issue open until someone (or yourself) fixes it.

haf avatar Sep 11 '19 08:09 haf