You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The format is guesses as expected as Formats.BZip2 and the number of containing entries are also correct.
However, in the method entry.Extract(entry.FileName);, the enclosed files cannot be extracted.
The problem occurs in the line 104 of ArchiveFile.cs.
The entries do not contain any valid values:
dates are displayed as '01.01.0001 00:00:00'
CRC is 0
FileName is null
PackedSize is 0
... and so on.
The files can be extracted in 7Zip, though.
See attached example files as reference exampleArchives.zip
Thank you in advance.
The text was updated successfully, but these errors were encountered:
It looks like bizp2 archives (.bz2) cannot be extracted at all.
I tested the extraction, using the example program:
The format is guesses as expected as
Formats.BZip2
and the number of containing entries are also correct.However, in the method
entry.Extract(entry.FileName);
, the enclosed files cannot be extracted.The problem occurs in the line 104 of ArchiveFile.cs.
The entries do not contain any valid values:
... and so on.
The files can be extracted in 7Zip, though.
See attached example files as reference
exampleArchives.zip
Thank you in advance.
The text was updated successfully, but these errors were encountered: