#3183 closed Bug (No Bug)
Aut2Exe: Exe won't run "Unable to open the script file" (with Aut2Exe_x64.exe it works)
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Aut2Exe | |
| Version: | 3.3.14.2 | Severity: | None |
| Keywords: | Cc: |
Description
My script runs in Scite Editor (pressing F5, everything ok).
If you compile my script with x86 Aut2Exe (w/ Create CUI, w/ Add req Constants) the compiled Exe File won't run and opens a MessageBox "Unable to open the script file".
If you compile my script with x64 Aut2Exe_x64 (w/ Create CUI, w/ Add req Constants) the compiled Exe File runs perfectly.
I am working on Windows 7 and tried with two different computers with the same outcome.
Attachments (1)
Change History (3)
by , 10 years ago
| Attachment: | forbug.au3 added |
|---|
comment:1 by , 10 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Have you tried without your Anti Virus switched on?
Either way, please come to our forum to discuss your issue interactively, as I am 99.999% sure this is not a bug.
Jos
comment:2 by , 8 years ago
I Think it could be a timing problem not only AV
In my environement we changed the Profilepath to a server share, so the /out destination was a share and not a lokal drive.
so i had "Error adding script file:" "H:\Profile\Appdata\local\Autoit v3\Aut2EXE\aut4f92.tmp.tok"
but the file exists!

Code to compile with aut2exe to see the bug