[fixed]LZMA zip compression

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Reiko
Posts: 105
Joined: Sun Aug 16, 2009 7:06 am
Location: Australia

[fixed]LZMA zip compression

Post 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?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post 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.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: LZMA zip compression

Post 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.
Post Reply