FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   PZlib (Alternative to Precomp) (https://fileforums.com/showthread.php?t=97888)

Prince4 04-06-2016 22:40

Can we integrate this with ISDone?

felice2011 25-06-2016 10:42

Hi Razor, news of some stable update. I was willing to use it but I always problems on decompression.

Razor12911 05-07-2016 10:44

Quote:

Originally Posted by felice2011 (Post 449708)
Hi Razor, news of some stable update. I was willing to use it but I always problems on decompression.

What problems?

Carldric Clement 05-07-2016 11:34

Quote:

Originally Posted by felice2011 (Post 449708)
Hi Razor, news of some stable update. I was willing to use it but I always problems on decompression.

If you problem about your Compressor GUI, like my Mini Compressor, use this if helpful:
Code:

[External compressor:pzlib]
header = 0
unpackcmd = pzlib d $$arcpackedfile$$.tmp -o $$arcdatafile$$.tmp


felice2011 05-07-2016 15:16

Quote:

Originally Posted by Carldric Clement (Post 449871)
If you problem about your Compressor GUI, like my Mini Compressor, use this if helpful:
Code:

[External compressor:pzlib]
header = 0
unpackcmd = pzlib d $$arcpackedfile$$.tmp -o $$arcdatafile$$.tmp


I do not think that's what the problem was too obvious, already I tried to decompress with both lines:
Code:

unpackcmd = pzlib d $$ arcpackedfile $$. tmp -o $$ arcdatafile $$. tmp
&
Code:

unpackcmd = pzlib -d - -o - <stdin> <stdout>
In fact out of curiosity I wanted to try your utility, the same error.

http://i68.tinypic.com/sdzrqc.png
Quote:

Originally Posted by Razor12911 (Post 449867)
What problems?

The problem is always the same, already posted ...

http://www.fileforums.com/showthread...7888&page=3#45

Using the line "unpackcmd = pzlib -d - -o - <stdin> <stdout>"

&

http://i67.tinypic.com/9hszlz.png

Using the line "unpackcmd = pzlib d $$arcpackedfile$$.tmp -o $$arcdatafile$$.tmp"

Personally I think this is one of the best compression projects developed. On my part I have much interest in the excellent level of compression, with a high speed of execution of the packing, compared to the classic precompressor.
My intention was also to integrate the MSK in the latest version, but if errors are generated during decompression of the archive created, I cannot guarantee the complete functionality.
I examine of more to see if there any file or type of files that can generate the error during decompression.

Razor12911 05-07-2016 16:01

add -v option during comprssion if you have CRC errors during decompression

[External compressor:pzlib]
header = 0
packcmd = pzlib e - -o - <stdin> <stdout>
unpackcmd = pzlib d - -o - <stdin> <stdout>

felice2011 06-07-2016 03:11

OK I solved used PZlib v1100 (24/05/16), with this line everything works perfectly in Compr & Decomp..;)

Code:

[External compressor:pzlib]
header = 0
packcmd = pzlib e -v - -o - <stdin> <stdout>
unpackcmd = pzlib d - -o - <stdin> <stdout>

:p

LuzhinE 06-07-2016 17:35

He tried in PES 2016, is good PZlib

Razor12911 07-07-2016 04:11

Quote:

Originally Posted by felice2011 (Post 449878)
OK I solved used PZlib v1100 (24/05/16), with this line everything works perfectly in Compr & Decomp..;)

Code:

[External compressor:pzlib]
header = 0
packcmd = pzlib e -v - -o - <stdin> <stdout>
unpackcmd = pzlib d - -o - <stdin> <stdout>

:p

I even mentioned beginning of topic, if you encounter CRC errors or just to make sure CRC stays the same, add -v

Code:

Options:
-t#: Number of threads to use (maximum = 8)
-t#p: (default = 50) Percentage of threads to use
-v: Verification so that restoration keeps CRC the same
-ai: Prints out additional information


LuzhinE 07-07-2016 23:02

.arc not compress files

felice2011 07-07-2016 23:32

Quote:

Originally Posted by LuzhinE (Post 449905)
.arc not compress files

:confused:

felice2011 08-07-2016 05:05

Sorry Razor but two out of three times I get crash of the arc.exe at the beginning of compression ...

https://goo.gl/ylQXJL

I don't understand what the problem...:o

Razor12911 08-07-2016 05:31

It happens, freearc bug.

felice2011 08-07-2016 06:02

Quote:

Originally Posted by Razor12911 (Post 449918)
It happens, freearc bug.

:eek:

Tests performed on 33 different compressors, combined with various methods and masks, never any crashes with arc.exe, the thing is quite strange.:confused:

EDIT:

Probably I solved the problem lies in the line of options, run other tests of safety and I post the right configuration.

Final Test PZlib V1100 recommended options if you are experiencing app-crash in arc.exe

Comp;

Code:

[External compressor:pzlib]
header = 0
packcmd = pzlib e -v $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp


Decomp;


Code:

[External compressor:pzlib]
header = 0
unpackcmd = pzlib d - -o - <stdin> <stdout>


Razor12911 09-07-2016 04:09

It's now an ordinary bug on my side, compressors with stdin and stdout during compression, and if you're compressing a large number of files, this happens. Pretty much annoying.


All times are GMT -7. The time now is 23:04.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com