-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External Mice stopped working #26
Comments
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? |
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. Edit: I've looked into the other issue and could replicate my symtoms. So this one is likely identical to #28 |
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. |
@evilC Is it somehow possible to restart the interception driver so it resets the counter without having to do a restart? |
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. |
No
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. |
anyone know a good alternative Interception driver ? |
No. Would love to know! 🫤 |
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.
The text was updated successfully, but these errors were encountered: