Thread: The Sims 4
View Single Post
  #115  
Old 04-02-2021, 15:52
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
My second test also failed.
I decided to post the information so that you can better report the failure when it happens to you.


Despite saying that errors occurred the files were created.
Actually there was an error in DiskSpa_GUI when reading the text "All OK" from the memo to use as a reference to determine whether there were errors or not.

You could manually create the folders and Autorun.ini / Records.ini and use the conversion.
I just put the Setup.exe of the light Installer and I'm doing the installation.
Installation 100% in 39 minutes.
this proves that the ARC files were created without errors.


Always click on the "Summary" button when the conversion fails, and see if it has "All OK" on the last line and inform this when informing the failure

P.S: I tested with Setup.exe from the first post and displayed the same error.
I'll check later and share the corrected CIU script.
See you later!

Edit:
@KaktoR, I found out the reason for the error messages in your conversion.
You used the [CMDCommands] section of Setup.ini.
Previously I passed some script functions into the CIULib.dll library.
This function to create a cmd window does not work inside the library (only in the script it works).
Replace attached script in your CIU sorce code and recompile your setup.exe.
If you are going to keep the cmd command lines, I recommend you check if the folder exists.
Code:
[CMDCommands]
if exist "{app}\Game\Bin\Core" copy /Y "{src}\Game\Bin\Core\QtWebKit4.dll" "{app}\Game\Bin\Core"
if exist "{app}\Game\Bin_LE\Core" copy /Y "{src}\Game\Bin_LE\Core\QtWebKit4.dll" "{app}\Game\Bin_LE\Core"
Attached Files
File Type: 7z InstallerScript_3.0.0.1.b8_[2021.01.30] HF1.7z (125.7 KB, 3 views)

Last edited by Cesar82; 04-02-2021 at 19:24.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
KaktoR (04-02-2021), mausschieber (05-02-2021)