mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #183] Can't connect to Windows via Linux, "os error 10040" #83
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheGershon on GitHub (Aug 29, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/183
Posting from my Windows machine, here's my configuration:

Linux machine is the same except the connection is set to the Windows IP (192.168.0.207). When I try to move the mouse over to Windows from Linux, I get this output on Windows:
(The last line repeats itself on every attempted movement, I've removed the repeated lines for readability)
When trying to move the mouse from Windows to Linux I simply get the
client not responding, releasing pointer!line repeating.On Linux to Windows, I get
WARN lan_mouse::server::emulation_task] network error: invalid event id: `8repeating.Windows side is Win 10, Linux side is Arch Linux w/ KDE Plasma 6 & Wayland. input emulation is running via libei, but I've tried xdg and gotten the same result. I've made sure Windows Firewall isn't blocking anything as well.
@feschber commented on GitHub (Aug 29, 2024):
Are you using the same version of lan-mouse on both ends? There have been some changes to the protocol in latest master
@TheGershon commented on GitHub (Aug 30, 2024):
Yes, both are running 0.9.1
EDIT: Silly me, I installed on linux via pacman and despite both reporting version 0.9.1 via
-Vthe Windows version was actually the latest dev build. Using that version on Linux fixed the problem, so closing.@feschber commented on GitHub (Aug 30, 2024):
Yeah I should probably somehow include the commit hash in the version
@matthewtapps commented on GitHub (Nov 25, 2024):
I am getting this error when using a Linux host and connecting to a Windows client with both systems using version 0.10.0 - I have also tried 0.9.1 but no luck there either. On the Linux side it says the client isn't responding, on the Windows side it gives the network error/ os error 10040.