mmikeww / AHK-v2-script-converter

AHK v1 -> v2 script converter
https://autohotkey.com/boards/viewtopic.php?f=6&t=25100
The Unlicense
571 stars 43 forks source link

v2converter.exe does not work #63

Closed reinerblock closed 2 years ago

reinerblock commented 2 years ago

I tried multiple times to start the v2converter.exe and got always the same error message.

grafik

I even replaced the “…\AHK-v2-script-converter-master\AutoHotKey Exe\AutoHotkeyV2.exe” with the version of beta 3 and renamed it to have the same name.

mmikeww commented 2 years ago

The v2converter.exe file is simply a renamed AHK.exe interpreter. So you can simply rename a beta3 exe file to v2converter and then replace the file

reinerblock commented 2 years ago

That's what I did.

mmikeww commented 2 years ago

I just tested it and it worked fine for me. If you used the file that you mentioned here:

I even replaced the “…\AHK-v2-script-converter-master\AutoHotKey Exe\AutoHotkeyV2.exe” with the version of beta 3 and renamed it to have the same name.

Then that wouldn't work, since that file is beta1 also. You'd have to have downloaded beta3 from the AHK website and replaced that file.

Anyway, I've just pushed the changes to the repository so that the files are correct. So you can simply re-download the new changes now and it should work. Thanks for the bug report.