-
Notifications
You must be signed in to change notification settings - Fork 166
Lzma2 - Compress Error #7
Comments
@rafko-sc have you figured this out? What kind of exception do you see? |
This code:
I get this error: StackTrace:
|
Ok, problem is solved.
|
My code:
_zipEncode = new SevenZipCompressor(); _zipEncode.TempFolderPath = _workingDir; _zipEncode.ArchiveFormat = OutArchiveFormat.SevenZip; _zipEncode.CompressionMode = CompressionMode.Create; _zipEncode.CompressionMethod = CompressionMethod.**Lzma2**; _zipEncode.CompressionLevel = CompressionLevel.Ultra;
If I set the parameters (Lzma2) SevenZipSharp does not work.
Creates an archive file size 32 Baity and break operation.
Lzma working properly.
The text was updated successfully, but these errors were encountered: