View Single Post
  #11  
Old 21-04-2020, 08:09
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Mainly adding some registry keys depending the component selected (mainly language), and selecting crc file from the {app} folder instead of {tmp} folder. And some graphical changes, nothing more.


So to be clear, I've tested the installer without modifications of any sort clear 7.1.3 and 7.1.6 version and they do the same. The install just dissapear the moment that comes to unpacking DataPC.forge file, when I move the file and recompress the game without it, it stops on another file and so on.


I used afr19, because of error -1073741571 I much appreciate if someone can help me with this if the version 20a7 is required.



As for h letter there was one like this:
Code:
[External compressor:xLZ4]
header    = 0
;packcmd   = _PE\XTool e:precomp:t75p:lz4 Input <stdout>
packcmd   = XTOOL\XTool e:precomp:t75p:lz4 - - <stdin> <stdout>
unpackcmd = XTOOL\XTool d:precomp:t100p - - <stdin> <stdout>
datafile  = Input

h

[External compressor:xZSTD]
header    = 0
;packcmd   = _PE\XTool e:precomp:t75p:zstd Input <stdout>
packcmd   = XTOOL\XTool e:precomp:t75p:zstd - - <stdin> <stdout>
unpackcmd = XTOOL\XTool d:precomp:t100p - - <stdin> <stdout>
datafile  = Input

and it caused the "Bad Section" error.

Last edited by Schabik; 21-04-2020 at 08:58.
Reply With Quote