oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.32k stars 271 forks source link

When i use interception, my mouse freezes and even if i unplug it, it doesnt work. Any solution? #130

Closed Courage1ei closed 2 years ago

oblitum commented 2 years ago

Check whether you have too many devices connected, or a few devices that act like multiple ones each, or you reconnect devices too often, you may hit #25 due to that, there's no public fix for that.

If "freeze" means it's lagging instead of stopping, then see #90 for resolution.

Courage1ei commented 2 years ago

I only have a mouse and a headset connected, and i used interception when i rebooted my pc, so there should be no extra app running. But it still freezes

oblitum commented 2 years ago

You need to provide more information about how you're using it and when it "freezes". Besides the information I have already given, I'm unable to go any further without more detail.

Courage1ei commented 2 years ago

You need to provide more information about how you're using it and when it "freezes". Besides the information I have already given, I'm unable to go any further without more detail.

I use interception for a valorant cheat, everytime when i run the cheat, it also activated interception, then my mouse is frozen right after interception was activated , but the pc is still running, only my mouse driver crashes.

oblitum commented 2 years ago

Then that means interception is working, because it's a driver that starts on boot, so it's already running before that happens. When you do that, either the program that calls interception is buggy, or some other program that tries to block it, but it's most certainly not a interception issue. It's out of scope of this project support too.

Courage1ei commented 2 years ago

Then that means interception is working, because it's a driver that starts on boot, so it's already running before that happens. When you do that, either the program that calls interception is buggy, or some other program that tries to block it, but it's most certainly not a interception issue. It's out of scope of this project support too.

Thanks for ur reply🤞