Have a problem when I compiling an .ahk-file. I downloaded the program, re-installed it, but it comes the same error: Cannot compile, compiler won’t started. I am not able to compile anymore with the prompt:
“””
Error: Failed attempt to launch program or document:
Action: <C:Program FilesAutoHotkeyCompilerAhk2Exe.exe>
Params: <>
Specifically: Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Vi…
112: Else
112: If FileExist(ROOT_DIR 'CompilerAhk2Exe.exe')
▶ 113: Run(‘”‘ ROOT_DIR ‘CompilerAhk2Exe.exe”‘)
114: Else
115: Run(Format(‘”{1}” /script “{2}install-ahk2exe.ahk”‘, A_AhkPath, A_ScriptDir))
“””
I feel that is a recent issue. Has anyone the same problem when compiling an .ahk-file?
I’ve checked the path, and run it via admin, and run it through a anti-vir program. It didn’t helped.
Schtaatsbüü is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1