adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.22k stars 476 forks source link

Unable to open a certain rar file #844

Closed marcussacana closed 2 weeks ago

marcussacana commented 1 month ago

After debug a bit I noticied a exception in the shaprcompress with the message Invalid StreamingMode,
after that the RarArchive.Open returns normally but it says that there are no entries in the compressed file.

I'm using sharpcompress 0.37.2, sample.rar

adamhathcock commented 2 weeks ago

Thanks for the fix @Erior