FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   AFR (Anvil Forge Recompressor) (https://fileforums.com/showthread.php?t=99628)

KaktoR 25-12-2017 11:23

What about 256 instead? Will it crash?

doofoo24 27-12-2017 10:13

Quote:

Originally Posted by doofoo24 (Post 465188)
* note if i use 4x4:lzma the setup always crash while if i use ztool with

the problem is in cls-afr it work well if i use 1 or 2 thread for afr
SaveStringToFile(ExpandConstant('{tmp}\cls.ini'), '[afr]'+#13#10+'Threads=1', True);

otherwise if i use more threads witch 4x4:lzma it crash...
*if i use lzma without 4x4 and remove the threads count it work will the setup(afr) cpu usage almost 100%

Mini 27-12-2017 14:22

[Setup]
AppName=My Program
AppVerName=My Program v 1.7
DefaultDirName={pf}\My Program
OutputBaseFilename=example
OutputDir=.

[Languages]
Name: russian; MessagesFile: compiler:Languages\Russian.isl

[Code]
type
TSystemInfo = record
wProcessorArchitecture: Word;
wReserved: Word;
dwPageSize: DWORD;
lpMinimumApplicationAddress: Integer;
lpMaximumApplicationAddress: Integer;
dwActiveProcessorMask: DWORD;
dwNumberOfProcessors: DWORD;
dwProcessorType: DWORD;
dwAllocationGranularity: DWORD;
wProcessorLevel: Integer;
wProcessorRevision: Word;
end;

procedure GetSystemInfo(var lpSystemInfo: TSystemInfo); external '[email protected] stdcall';

procedure InitializeWizard();
var
SysInfo: TSystemInfo;
Threads: Integer;
begin
GetSystemInfo(SysInfo);
Threads:= SysInfo.dwNumberOfProcessors;

SetIniString('Afr', 'Threads', IntToStr(Threads), ExpandConstant('{tmp}\cls.ini'));
end;

doofoo24 27-12-2017 22:34

so it work cls afr the same number of threads as the system but sometime i get setup has stop working in the beginning ?
* it's seems to be from isdone if i put afr data first i get this error but if i put different data that did't use afr first and put afr data second seems to fix the problem...

ISArcExtract ( 0, 1, ExpandConstant('{src}\Setup-2.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; (here i compress game file like exe/bik)
ISArcExtract ( 0, 99, ExpandConstant('{src}\Setup-1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; (here only forge file)

seems to fix the problem that i have...
AFR work GREAT
other test i done ON FORGE FILE only
ac 1 i get 1.10 gb
ac liberation 820mb

doofoo24 04-01-2018 13:08

does anyone try to install the new security update for windows for intel processor ?
because i am getting this error when i try to decompress is it srep or afr or inno ?

doofoo24 04-01-2018 14:29

so the problem trun to be from the old cls-srep...
using the new srep from ProFrager (cls_srep_v0.03b) seem to fix the problem now no temp file super fast...
BIG BIG THANK TO ProFrager...

ZakirAhmad 04-01-2018 19:09

is AFR going to include other lzo game engines like Dunia, Unreal engine etc.

Andu21 05-01-2018 04:47

Quote:

Originally Posted by ZakirAhmad (Post 465540)
is AFR going to include other lzo game engines like Dunia, Unreal engine etc.

I don't think so, it's called Anvil Forge Recompressor for a reason.

For an Unreal recompressor use: http://fileforums.com/showthread.php?t=99953

doofoo24 07-01-2018 02:31

does anyone encounter error when using afr in decompression ?
seems to be memory issues...

ZakirAhmad 10-01-2018 09:41

i encountered archieve data correpted in assassins creed 1

oltjon 30-01-2018 13:53

1 Attachment(s)
Another alpha, just added support for containers from the updated R6S (ZSTD-streams). I did not fix any bugs, and CLS did not do it.
I did it for a long time, now I just recompiled, like the odd works.

For the old games, use stable (019 version), this one is only to be pampered
CREDIT
Edison007

danswano 04-02-2018 06:38

There is no progress bar when using arf_x64.exe to unpack?

Simorq 04-02-2018 06:52

Quote:

Originally Posted by danswano (Post 466409)
There is no progress bar when using arf_x64.exe to unpack?

not be support for stdin/out

danswano 04-02-2018 06:59

So there is no way to use afr with progress bar for ACO now?

drsanjula 05-02-2018 05:48

Does this work with ACOrigins?


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

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