Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #76  
Old 18-09-2016, 18:40
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by chum View Post
Hey bro, you said to use -v for CRC problems, but using -v just blocked any compressing gains, the compressed file just become out same size of input file. Without -v decompressing is just failing with CRC Always.
That isn't the case most of the time.

Quote:
I like Pzlib for compresisng since it is much faster than Precomp and give nearly same final size but decompressing problem is just avoiding to it be a standard usage for me.

If you just remove the multithreading for decompressing dont it fix the problem since decompressing is known to work properly in single-thread..
I don't understand this part here.
Reply With Quote
Sponsored Links
  #77  
Old 18-09-2016, 22:01
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
I have a problem
CRC failed in "data\corecharacter.arch05". File is broken.

it happened with any file type :\
I also turned off threads but still this error / tried -v option but it didn't even make an output file

Last edited by aswadd; 18-09-2016 at 22:08.
Reply With Quote
  #78  
Old 18-09-2016, 22:16
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
That isn't the case most of the time.


I don't understand this part here.
the problem goes with -v parameter , the way you add it in arc.ini
I finally got it work comp/decomp was success

Just add -v at the end of the line & not after pzlib ex:
packcmd = pzlib e - -o - <stdin> <stdout> -v

don't put it like this or even in the middle ... etc
packcmd = pzlib -v e - -o - <stdin> <stdout>

same problem happens with antiz Just add -r at the end

in the end thnx razor & Panker for this great work
Reply With Quote
The Following User Says Thank You to aswadd For This Useful Post:
SAM2712 (19-09-2016)
  #79  
Old 19-09-2016, 14:25
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Guys, I said this in the beginning of the thread, you must add -v if you're getting CRC errors.

-v is just verification, it just makes sure that the streams that were found match CRC when being restored, it permutes some streams which is why you get a better size without verification than when it's turned on.
Reply With Quote
  #80  
Old 19-09-2016, 15:47
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
I got another problem Arc crash when trying pzlib on
Need for speed MW 2012 while other pre-compressors didn't make arc crash
Reply With Quote
  #81  
Old 19-09-2016, 16:42
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
Wink

Quote:
Originally Posted by aswadd View Post
I got another problem Arc crash when trying pzlib on
Need for speed MW 2012 while other pre-compressors didn't make arc crash
this are the things which are already discussed in the forum

use
Code:
[External compressor:pzlib]
header = 0
packcmd = pzlib e -v $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pzlib d - -o - <stdin> <stdout>
Reply With Quote
The Following User Says Thank You to Gupta For This Useful Post:
aswadd (20-09-2016)
  #82  
Old 19-09-2016, 18:55
chum chum is offline
Registered User
 
Join Date: Jan 2015
Location: South America
Posts: 64
Thanks: 61
Thanked 10 Times in 8 Posts
chum is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Guys, I said this in the beginning of the thread, you must add -v if you're getting CRC errors.

-v is just verification, it just makes sure that the streams that were found match CRC when being restored, it permutes some streams which is why you get a better size without verification than when it's turned on.
The problem Razor is than using -v for Shadow of mordor cause the output data1.arc come same size of input folder files. Input folder files size=16.5Gb, data1.arc=16.5GB with -v added. Without -v data1.arc compress fine to 5GB but then unpack just give CRC error.
Reply With Quote
  #83  
Old 20-09-2016, 16:16
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
yea, it means the data could be recompressed but CRC could not be maintained.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
chum (22-09-2016)
  #84  
Old 20-09-2016, 19:53
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
yea, it means the data could be recompressed but CRC could not be maintained.
Then is it possible that you make 2 version of pzlib, first one is your this already released one, and second one will have this idea if possible while compression and decompression there should not be any CRC checks and later we could patch that file with xdelta to make it md5 perfect
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."
Reply With Quote
  #85  
Old 20-09-2016, 20:16
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Haha, that will not work. The difference is too much, it isn't just a few bytes that differ but the whole thing. Tried xdelta, it isn't going to help, instead it will make diff files almost the same size as original sometimes even more than which cannot be compressed further then end up with negative ratio, end up with ratio more than 100% even after compression.
Reply With Quote
  #86  
Old 20-09-2016, 20:23
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Haha, that will not work. The difference is too much, it isn't just a few bytes that differ but the whole thing. Tried xdelta, it isn't going to help, instead it will make diff files almost the same size as original sometimes even more than which cannot be compressed further then end up with negative ratio, end up with ratio more than 100% even after compression.
hahaha, I already expected that :P . Anyways Nice to meet you
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."
Reply With Quote
  #87  
Old 20-09-2016, 20:24
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Nice to meet you too.
Reply With Quote
  #88  
Old 06-10-2016, 09:04
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
Testing pzlib pipe downloaded from encode.ru.
7z tar pzlib e - - srep 7z lzma
compression good
decompression fail stuck in 39% i need to add -v option?
Reply With Quote
The Following User Says Thank You to ChronoCross For This Useful Post:
Razor12911 (06-10-2016)
  #89  
Old 06-10-2016, 09:32
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
-v doesn't exist, it's a new program I'm creating, somehow it gets stuck. really frustrating.
Reply With Quote
  #90  
Old 16-12-2016, 06:31
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Source uploaded
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
Simorq (17-12-2016), unarc 125 (16-12-2016)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Tutorial of Compressing GTAV Razor12911 Conversion Tutorials 26 29-01-2019 01:31
Precomp Vs Precomp Test felice2011 Conversion Tutorials 18 28-02-2016 04:10
Precomp 0.44 and NEW packjpg.exe (self optimized) panker1992 Conversion Tutorials 7 14-01-2016 09:23
Information about Precomp Razor12911 Conversion Tutorials 6 02-09-2015 16:10
Commands use in Srep and Precomp red01 PC Games 2 18-06-2013 05:55



All times are GMT -7. The time now is 09:14.


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