Closed AkazaRenn closed 1 year ago
So it gets to the end of the AHI constructor (ie completes OkCheck()
) OK?
@evilC Tried adding MsgBox around OkCheck()
, can confirm it passed OkCheck()
MsgBox, OkCheck
if (this.Instance.OkCheck() != "OK") {
MsgBox % dllName " loaded but check failed!`n`n" hintMessage
ExitApp
}
MsgBox, OkCheckDone
Both MsgBox
popped up.
Where do you have the AHI files? You didn't put them in Program Files or some other protected folder did you? What happens if you run scripts as admin?
@evilC Run as Admin -> same result; It is placed in Downloads\AutoHotInterception\
Problema con el monitor
Tried running Monitor.ahk with AHK, it successfully checked the state of AutoHotInterception.dll being block. After I unblock it, no any MsgBox, but an AHK icon in tray disappearing right after I move the mice onto it. No new window or anything, seems it just stopped right after there's an icon.