![]() |
What about 256 instead? Will it crash?
|
Quote:
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% |
[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; |
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 |
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 ? |
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... |
is AFR going to include other lzo game engines like Dunia, Unreal engine etc.
|
Quote:
For an Unreal recompressor use: http://fileforums.com/showthread.php?t=99953 |
does anyone encounter error when using afr in decompression ?
seems to be memory issues... |
i encountered archieve data correpted in assassins creed 1
|
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 |
There is no progress bar when using arf_x64.exe to unpack?
|
Quote:
|
So there is no way to use afr with progress bar for ACO now?
|
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