Jump to content

compile error with runtime


FroVN
 Share

Recommended Posts

I use Autoit to make an install game (10gb, use Fileinstall), when i compile , it have issue like this, but when i compile another script(no game, just Msgbox), it don't have any error, dose every body how to fix?

Untitled.png

Link to comment
Share on other sites

Please post your script. That helps us to help you :)

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

It took ages for the script to get loaded.
I'm sure your script exceeds some limit - but caused by the way your script works it is impossible to debug.

Why don't you install the game in the "official" way?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

You could cut a couple of lines...

take this example:

DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO") 
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N") 
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052")

;could simply be:

DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052")

I18N is created when you create deeper levels.

But anyway this is a mess, 34K lines of basically fileinstall, which wasn't designed to this at this level.

I suggest you find a way to pack all those files in a different way, and instead of thousands of lines, you make a loop.

Edited by careca
Spoiler

Renamer - Rename files and folders, remove portions of text from the filename etc.

GPO Tool - Export/Import Group policy settings.

MirrorDir - Synchronize/Backup/Mirror Folders

BeatsPlayer - Music player.

Params Tool - Right click an exe to see it's parameters or execute them.

String Trigger - Triggers pasting text or applications or internet links on specific strings.

Inconspicuous - Hide files in plain sight, not fully encrypted.

Regedit Control - Registry browsing history, quickly jump into any saved key.

Time4Shutdown - Write the time for shutdown in minutes.

Power Profiles Tool - Set a profile as active, delete, duplicate, export and import.

Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes.

NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s.

IUIAutomation - Topic with framework and examples

Au3Record.exe

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...