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:
I also tried using both system and non-system zlib, same result.
Are there special settings I'm meant to use?
[fixed]LZMA zip compression
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: LZMA zip compression
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.