evilC / AutoHotInterception

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

External Mice stopped working #26

Open MartinLichtblau opened 5 years ago

MartinLichtblau commented 5 years ago

I had an external USB and Bluetooth mouse and both stopped working. Since this happened within the timeframe I assume it's because of AHI, or rather the Inception driver. I tried to fix it with the usual approach: on/off, reboot, unplug, uninstall. No luck so far. When I turn the mice on/off they popup in Device Manager as HID-compliant mouse, but don't work, and are not shown in Monitor.ahk.

evilC commented 5 years ago

Define "Not working". Do you mean that they no longer function in Windows as mice, or do you mean that AHI does not see them?
This seems unlikely to be related to AHI, or even Interception.
What happens if you uninstall Interception?

MartinLichtblau commented 5 years ago

They didn't respond. Didn't show up in AHI, through e.g. your Monitor.ahk. But were shown in Windows Device Manager. But more I didn't check. And now I can't reproduce, i.e. they work again. You can close the issue and I will reply in case it happens again. P.S.: Thanks for this wonderful software. It's really of great use for me! :-)

Edit: I've looked into the other issue and could replicate my symtoms. So this one is likely identical to #28

MartinLichtblau commented 5 years ago

Indeed the mouse stops working after some hibernations. BUT the same happens when turning the mouse on/off multiple (~7) times. Once this single mouse stops works, other mice aren't detected as well. I used a bluetooth mouse and after it stopped working I plugged in a USB mouse. After a clean restart everything works normal again.

MartinLichtblau commented 4 years ago

@evilC Is it somehow possible to restart the interception driver so it resets the counter without having to do a restart? Or more broadly, is there any way to keep using an external input device which you plugin/out often on a PC that often goes into standby; ergo a typical notebook scenario?

aldermath commented 3 years ago

I have the same issue. After disconnecting and reconnecting an HID-compliant mouse of any kind a few times, inputs stop working even though the device shows up in device manager. AHI seems to interfere with it in some way even when no AHI script is running. I uninstalled the AHI driver and the issue no longer occurs. Not sure why this happens.

evilC commented 3 years ago

@evilC Is it somehow possible to restart the interception driver so it resets the counter without having to do a restart?

No

AHI seems to interfere with it in some way even when no AHI script is running

This is because the Interception driver is always loaded, even when no AHI script is running. There's nothing I can do about it - it's a "feature" of Interception, and interception is closed source, so I cannot fix it.

xmaxrayx commented 3 months ago

https://github.com/oblitum/Interception/issues/145

xmaxrayx commented 3 months ago

anyone know a good alternative Interception driver ?