Extracting a single file from a 7zip compressed with bz2 fails
A free file archiver for extremely high compression
Brought to you by:
ipavlov
To reproduce:
1. Create an archive. It should consist of at least 2 files.
2. Try to extract a single file (e.g. via GUI). You'll get an "unknown error", except for the last file, which will work.
3. Extracting the complete archive still works.
On a technical level the problem seems to be the k_My_HRESULT_WritingWasCut result that's produced at some point when extracting a single file: this result is, at some point, converted into a generic E_FAIL, even if k_My_HRESULT_WritingWasCut is not really an error here.
Forgot to mention: when creating the archive, keep format 7z, but set compression to bz2.
Yes, it was reported in forum already.
It will be fixed in next version.