evilC / AutoHotInterception

An AutoHotkey wrapper for the Interception driver
MIT License
708 stars 64 forks source link

Monitor.ahk does not run #60

Closed AkazaRenn closed 1 year ago

AkazaRenn commented 4 years ago

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.

evilC commented 4 years ago

So it gets to the end of the AHI constructor (ie completes OkCheck()) OK?

AkazaRenn commented 4 years ago

@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.

evilC commented 4 years ago

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?

AkazaRenn commented 4 years ago

@evilC Run as Admin -> same result; It is placed in Downloads\AutoHotInterception\

Hunter310 commented 3 years ago

Problema con el monitor

image