Jump to content

Recommended Posts

Posted (edited)

I used 'Complie with Options' to complie a script, but I received this problem :

 

>Running:(3.7.0.0):C:\Program Files\AutoIt3\Aut2Exe\upx.exe" --best --compress-icons=0 -qq "C:UsersADMINI~1AppDataLocalTemp~AU3xodgfqq.exe"
   6446107 ->   6098459   94.61%    win32/pe     ~AU3xodgfqq.exe
+>08:40:05 UPX Ended: rc:0
!>08:40:05 Problem copying file from: C:UsersADMINI~1AppDataLocalTemp~AU3xodgfqq.exe To D :My script.exe

 

Something wrong ? Please help me, thanks !

Edited by MrVietA2
Posted

I see you are compiling to a "D:" drive and your directory structure suggests you are using Vista or Win7 and possibly an external drive. The OS may be blocking you because of security restrictions. Compiling in the same directory as the script may help. Also, your antivirus software may be stopping you. Try disabling it temporarily for testing. Explorer may be locking on to your files and preventing compile. I don't know what to suggest with that. Finally, I have noticed that if I have a script open in SciTe, sometimes it won't compile unless I close SciTe.

Posted

Finally, I have noticed that if I have a script open in SciTe, sometimes it won't compile unless I close SciTe.

 

I've had this problem too, and my solution is to to close SciTE and right-click the .au3 and select a compile option from there.

Posted

Thanks Artisan, I think I found where the problem :

 

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
....
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

When it was removed, the compiler works again, thanks :D

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
  • Recently Browsing   0 members

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