Jump to content

Problem with complie


Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

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...