mcmilk / 7-Zip-zstd

7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard
https://mcmilk.de/projects/7-Zip-zstd/
Other
5.06k stars 300 forks source link

Fails with incomplete error message #252

Closed johnknoop closed 1 year ago

johnknoop commented 2 years ago

I'm running it this way

./7z a "C:\temp\illustration.svg.br" -m0=bcj -m1=brotli -mxN  "C:\temp\illustration.svg"

Which yields this result:

7-Zip 19.00 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21

Scanning the drive: 1 file, 73661 bytes (72 KiB)

Creating archive: C:\temp\illustration.svg.br

Add new data to archive: 1 file, 73661 bytes (72 KiB)

System ERROR: The parameter is incorrect.

I tried changing the file extension of the output file to ".svg.7z" but that didn't help.

Is there a way to know which parameter is incorrect?

mcmilk commented 2 years ago

7-Zip 19.00 looks a bit old ? Did you try it without -m0=bcj ?

mcmilk commented 1 year ago

No new response here.