what does the popup say? I get one about dinput because I have multiple controllers plugged in. i have this in my hyperspin script. i believe this is all that relates to it.
myErrorWindowTitle := "padDemul ahk_class #32770"
Settimer, CloseErrorTest, 5
CloseErrorTest:
IfWinExist, %myErrorWindowTitle%
{
ControlSend,, {Enter}, %myErrorWindowTitle%
SetTimer, CloseErrorTest, Off
}
Return