Page 1 of 1

[fixed]LZMA zip compression

Posted: Wed Jun 15, 2011 9:22 pm
by Reiko
I'm having trouble with LZMA zip compression. Zip and Bzip2 work fine.

But with LZMA I'm getting an error
"Error decompressing thm1_xl"

This isnt the name of a file in the archve, just a random junk name.

This is the archive I'm trying to open:
http://www.mediafire.com/?ob68677cn9878dj

These are the settings I used in 7zip:
Image

I also tried using both system and non-system zlib, same result.

Are there special settings I'm meant to use?

Posted: Wed Jun 15, 2011 10:45 pm
by hybrid
I'll test it on my own, and meanwhile move this to the bug forum for further inspection. IIRC there's nothing to take care of parameter-wise.

Re: LZMA zip compression

Posted: Sat Sep 10, 2011 9:53 am
by hybrid
Ok, got it fixed now. Was an only partially implemented decompression call. I seem to have missed a few lines in the zip specification. The error message is also fixed, was a mix-up of wchar and char calls.