Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compressing with zip (arclite) #842

Open
Virgondio opened this issue May 13, 2024 · 3 comments
Open

Error when compressing with zip (arclite) #842

Virgondio opened this issue May 13, 2024 · 3 comments
Labels

Comments

@Virgondio
Copy link

Far Manager version

3.0.6333.0

OS version

10.0.19045.4355

Other software

ZIP

Steps to reproduce

trying to compress to zip

Expected behavior

compress to zip

Actual behavior

Hello, the version "v3.0 build 6300 x64" when trying to compress to zip shows the error "ArcLite
Not implemented (0x80004001)
update.cpp:1141 "
With 7zip it works.

Greetings!

@Virgondio Virgondio added the bug label May 13, 2024
@alabuzhev
Copy link
Contributor

Make sure a supported compression method is selected in the dialog (e.g. "Deflate").

@Virgondio
Copy link
Author

Hello, I tried changing the LZMA2 method to LZMA and it worked.
In build 6226 x64 and earlier, this change was not necessary for it to work.
Greetings!

@yegor-mialyk
Copy link
Contributor

6226 did not allow you to select a custom compression method for the zip format, but the current version does. Whether a certain compression can be applied for zip depends on a codec. In your case LZMA2 is not supported for zip, while LZMA is.

But be careful here, as a zip file with LZMA compression (or any compressions besides deflate) may not be unpacked by some other zip archivers (e.g. Windows Explorer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants