#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 , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
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 , 16 years ago
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.