Menu

#1635 Extracting a single file from a 7zip compressed with bz2 fails

None
open-accepted
nobody
None
5
2016-02-24
2016-02-24
F Richter
No

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.

Discussion

  • F Richter

    F Richter - 2016-02-24

    Forgot to mention: when creating the archive, keep format 7z, but set compression to bz2.

     
  • Igor Pavlov

    Igor Pavlov - 2016-02-24
    • status: open --> open-accepted
    • Group: -->
     
  • Igor Pavlov

    Igor Pavlov - 2016-02-24

    Yes, it was reported in forum already.
    It will be fixed in next version.

     

Log in to post a comment.