mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-07 05:34:35 +00:00
Block header corrupt on correct XZ file #236
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 @claunia on GitHub (Sep 12, 2017).
Unhandled Exception: System.IO.InvalidDataException: Block header corrupt at SharpCompress.Compressors.Xz.XZBlock.CacheHeader () [0x00060] in <57fade50bf4b4b0aa2c9652265c0bd24>:0 at SharpCompress.Compressors.Xz.XZBlock.LoadHeader () [0x00006] in <57fade50bf4b4b0aa2c9652265c0bd24>:0 at SharpCompress.Compressors.Xz.XZBlock.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0000a] in <57fade50bf4b4b0aa2c9652265c0bd24>:0 at SharpCompress.Compressors.Xz.XZStream.ReadBlocks (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0001f] in <57fade50bf4b4b0aa2c9652265c0bd24>:0 at SharpCompress.Compressors.Xz.XZStream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0001a] in <57fade50bf4b4b0aa2c9652265c0bd24>:0File is https://download.freenas.org/9.2.1/RELEASE/x86/FreeNAS-9.2.1-RELEASE-x86.vmdk.xz
@claunia commented on GitHub (Sep 25, 2017):
Thanks!