Opened on Mar 7, 2009 at 5:05:40 PM
Closed on Mar 7, 2009 at 5:16:46 PM
Last modified on Dec 1, 2009 at 9:45:38 AM
#851 closed Bug (No Bug)
Compile Script - UPX.exe error
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Aut2Exe | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | upx.exe, upx, error, compile error, permission denied, stub file, windows 7 beta | Cc: |
Description
I can't compile scripts
OS: Windows 7 Beta 32bit
Error:
Unable to execute upx.exe to compress stub file:
upx: C:\Users\CHCO\Desktop\htaccess.au3
C:\Users\CHCO\Desktop\htaccess.au3: Permission denied
Attachments (0)
Change History (3)
comment:1 by , on Mar 7, 2009 at 5:16:46 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , on Dec 1, 2009 at 8:58:38 AM
Exe build, Upx lockup case.
When the target output executeble, thats going to be build, is selected within a windows explorer window.
In general upx part will fail with:
Error: Unable to execute upx.exe to compress stub file:
upx: C:\...\Script.exe: IOException: rename error: Permission denied
In General, as building a exe with final(3.3.0.0) instead of beta(3.3.1.?), and if the source script has a space in its name.
Its seems to be able to initally bybass this lockup error on the first consecutive build.
In this case it seems to lockup in general on second consecutive build.
AutoIt:3.3.1.6 (Os:WIN_XP/X86/Service Pack 3 Language:0409 Keyboard:00000409 Cpu:X86)
comment:3 by , on Dec 1, 2009 at 9:45:38 AM
Correction:
Not the au3 script name or build exe filename need to have a space in there names, but the path that is used to the (probebly) exe file.

There is no Windows 7 support for autoit3 yet.