|
#166
|
|||
|
|||
|
yes, stdio-to-stdout mode in freearc has bugs and i don't know how to implement it correct
|
| Sponsored Links |
|
#167
|
||||
|
||||
|
@Bulat..Why not open a new thread with the beta version 0.20 of FANext compiled.
So you can discuss, test it, and test pros and cons. Honestly I tested the 0.11 release, but I have had various difficulties in its operation, continuing to love only FreeArc.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche) ![]() ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
|
|
#168
|
|||
|
|||
|
i will do that when it will be released
here i answered on the question about old arc.exe |
|
#169
|
||||
|
||||
|
Oh Yepp the context I had understood of the old FA ....
, more or less when is estimated the FANext release with a new update?
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche) ![]() ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
|
|
#170
|
||||
|
||||
|
Stupid question: What`s the difference between 32 and 64bit version?
|
|
#171
|
|||
|
|||
|
Conversion speed, x64 is more faster.
|
|
#172
|
||||
|
||||
|
Thanks for this razor.
First i was dumb, i got everytime errors in compression, then - after some hours of try&error - i checked arc.ini... there was no packcmd for pzlib... Now i got it ![]() I think my first conversion using pzlib is just behind the mountain. PS: Is there any pzlib checker? Can't find it on INDEX.
__________________
Haters gonna hate
Last edited by KaktoR; 22-04-2017 at 08:23. |
|
#173
|
||||
|
||||
|
#174
|
|||
|
|||
|
Razor, what would you recommended settings be for a PC equipped with 16 GBs of RAM and four cores/four threads processor when using pZlibV3?
I am getting CRC error during decompression while compressing Witcher 3, BTW. My current settings: Code:
[External compressor:pzlib64] header = 0 packcmd = pzlib64 e -m2 -x -r9 -t4 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp unpackcmd = pzlib64 d -t8 - -o - <stdin> <stdout> |
|
#175
|
|||
|
|||
|
I had CRCs too. Define number of threads like this : -t75p and it will be fine (in pack/unpack section)
|
| The Following User Says Thank You to shazzla For This Useful Post: | ||
romulus_ut3 (25-04-2017) | ||
|
#176
|
|||
|
|||
|
Thank you!
|
|
#177
|
||||
|
||||
|
More time for games with the big size pZLib comes problem for extracting
But these settings will fix the problem. [External compressor ZLib]header = 0 packcmd = pZLib e -m2 -t125p - -o - <stdin> <stdout> unpackcmd = pZLib d -t100p - -o - <stdin> <stdout> |
|
#178
|
|||
|
|||
|
What games and errors like what?
|
|
#179
|
||||
|
||||
|
BERSERK And The Band Of The Hawk
crc error Last edited by Simorq; 27-04-2017 at 12:25. |
|
#180
|
|||
|
|||
|
Hello, I'm trying to compress the bf3 multiplayer.
But I'm having problems when it comes to unpacking it. One of the most common problems is CRC error Could you say that I am doing wrong? ![]() ![]() ![]() ![]() ARC.INI [External compressor:msc] header = 0 packcmd = msc c -v -f -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9+ -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp [External compressor:pzlib] header = 0 packcmd = pzlib e -m2 -st75p -t4 -ct8 -c32m -b512k $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp unpackcmd = pzlib d -t4 - -o - <stdin> <stdout> [External compressor:srep64] header = 0 packcmd = srep64 -m5f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep64 -d -s -- <stdin> <stdout> [External compressor:xz,lz77] header = 0 packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d120m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout> unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout> Repack.bat Arc a -ma9 -ds -lc1024 -ld1024 -ep1 -di -i2 -ed -r -s; -w"D:\TMP" "E:\BF4 repack\Setup-1a.bin" -mpzlib+msc+srep64+delta+exe2+lz77 "E:\Program Files (x86)\Split_Kompress_v1.3d\Temp Folders\Battlefield 3_1\*" I am using this version of arc.exe and unarc.dll http://fileforums.com/attachment.php...6&d=1488018486 Last edited by pakrat2k2; 16-05-2017 at 09:24. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anno 1701 won't load, just get a blue screen! | Shadow22 | General Gaming | 5 | 28-08-2012 12:52 |
| CPU jumps up to 100% now, not before | dav6 | Software | 11 | 24-05-2008 03:33 |
| Elder Scrolls IV: Oblivion. WTF FOR ME. | SansMercy | General Gaming | 5 | 07-04-2007 23:05 |
| weird error.... | sheykh | PC Games | 5 | 07-05-2006 20:23 |
| Have someone the german final release of WinNT 5 (2000) SP2 | luckystar | PC Games | 0 | 15-08-2001 12:11 |