Skip to content
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

Teleportation fails intermittently #9

Open
Spiritreader opened this issue Sep 6, 2021 · 1 comment
Open

Teleportation fails intermittently #9

Spiritreader opened this issue Sep 6, 2021 · 1 comment

Comments

@Spiritreader
Copy link

Spiritreader commented Sep 6, 2021

Hello!

Sometimes when I move the mouse from one screen to another, it will not correctly move the cursor.
For these times, it will behave as if the application was not enabled (default mouse move behavior)
I believe I was able to catch these events using the diagnostics tool

The message seems to be

0:00:01,4019406           3 [ ]  Cursor(  55,  546)  MouseTrap({X=0,Y=0,Width=2560,Height=1440}) system had wrong clip: {X=-1920,Y=0,Width=4480,Height=1440}   -- IsInputDesktop: True

Update:
Never mind the previous log after playing around a bit more I was able to get:

0:00:47,6273076         477 [↖]  Cursor(   0, 1063)  MouseTrapClear(0)
0:00:47,6274518         479 [↖]  Cursor(   0, 1063)      Move To Screen -> {X=-1920,Y=0,Width=1920,Height=1080}
0:00:47,6274475         478 [↖]  Cursor(   0, 1063)      Δ src-dst: -2 - 2  smallJump: True
0:00:47,627455          480 [↖]  Cursor(   0, 1063)      MouseMove     (  -3,  797)
0:00:47,6277254         481 [↖]  Cursor(   0, 1063)      Move Failed ! (   0, 1063) - Retry

But it doesn't always seem to log this when the switching fails. So I don't really know what's going on.

New diagnostics
mousetrap-diag.txt

Despite the last message saying "Retry", it didn't really retry

@christopherjnash
Copy link

I also seem to have this problem. Have there been any updates about this by chance?

Thanks for the great app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants