Hi, iam compressing my game with -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
using Freearc 0.67 alpha, i have included the arc.ini in the script and theres only one file called Data-1.bin
The decompressionj line is
Code:
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Data-1.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
all seems to be normal but when it starts the extraction i got the following errors
when i press ok i get
i am kinda stuck, any help will be much appreciated.