mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
partial rar file is uncompressed failure #299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bnmu on GitHub (May 8, 2018).
Exception is Invalid Rar Header: 216
at SharpCompress.Common.Rar.Headers.RarHeaderFactory.ReadNextHeader(Stream stream)
at SharpCompress.Common.Rar.Headers.RarHeaderFactory.d__0.MoveNext()
at SharpCompress.Common.Rar.RarVolume.d__0.MoveNext()
at SharpCompress.Reader.Rar.RarReader.d__0.MoveNext()
at SharpCompress.Reader.AbstractReader
2.LoadStreamForReading(Stream stream) at SharpCompress.Reader.AbstractReader2.MoveToNextEntry()at SharpCompress.Reader.IReaderExtensions.WriteAllToDirectory(IReader reader, String destinationDirectory, ExtractOptions options)
@adamhathcock commented on GitHub (May 8, 2018):
More detail on what you’re trying to do and possibly the files.
If you’re trying to decompress a parti
@Nanook commented on GitHub (Feb 6, 2025):
Possibly the same issue as #890 . Either way, I'm closing this as no further information was provided.