PoE-TradeMacro / POE-TradeMacro

Price checking script for Path of Exile.
https://poe-trademacro.github.io/
GNU General Public License v3.0
935 stars 189 forks source link

Error at line 18 #446

Closed hezu closed 7 years ago

hezu commented 7 years ago

error I don't if it matters but i run win 7. Also I tried various versions of ahk, reinstalled macro multiple times, and checked if anti virus blocked any files recently (it didnt).

Eruyome commented 7 years ago

So far such issues wer always related to the installed AHK version. I guess you installed the latest version? 64bit or 32bit?

hezu commented 7 years ago

Eventhough I have 2 versions of AHK in my folder. ahk versions It lets me open macro only with 32 bit one. ahk versions My operational system is 64 bit. Also I noticed that i have different error with ahk 2 (2.0-a076). Which says ahk versions

Eruyome commented 7 years ago

It won't be compatible with ahk2. Saving this as a .ahk file and running it tells you if the used AHK exe is 32/64 bit.

bit := A_PtrSize = 8 ? "64" : "32"
MsgBox % bit
hezu commented 7 years ago

untitled-1 I installed version 1.0.44. It is located in program files (x86) if it helps.

Eruyome commented 7 years ago

Current version: v1.1.26.01 - July 16, 2017, https://autohotkey.com/download/ahk-install.exe

hezu commented 7 years ago

Seems everything works well now. Thank you for your time. I appreciate it a lot.