mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Entry.WriteToDirectory crashes on a particular entry of a particular 7Zip archive #134
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 @Tyrrrz on GitHub (Sep 27, 2016).
Archive in question: http://www.tyrrrz.me/dl/test.7z
The following code:
...raises "Method not supported" exception on all entries in the following folder: "sound\weapons" (the rest unpack fine).
I have tried the code above, using a reader, instead of iterating over entries, all to the same result.
@adamhathcock commented on GitHub (Sep 28, 2016):
Hah! Those entries are compressed with Deflate and for some reason it just wasn't implemented. Easy to do.