MrVietA2 Posted July 18, 2013 Share Posted July 18, 2013 (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 July 18, 2013 by MrVietA2 Link to comment Share on other sites More sharing options...
abberration Posted July 18, 2013 Share Posted July 18, 2013 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. Easy MP3 | Software Installer | Password Manager Link to comment Share on other sites More sharing options...
Artisan Posted July 18, 2013 Share Posted July 18, 2013 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. MrVietA2 1 Link to comment Share on other sites More sharing options...
MrVietA2 Posted July 19, 2013 Author Share Posted July 19, 2013 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 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now