mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #330] failed to bind lan-mouse socket #172
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#172
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 @cben484 on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/330
My platform is Windows 10.
I initially used lan-mouse successfully.
However, after unplugging a USB device from another computer (it might have been a coincidence, not necessarily the cause), my computer froze.
So I restarted it (during the restart, an automatic update was installed, but it remained Windows 10).
After rebooting, when I started lan-mouse, it showed a warning.
First, it couldn’t find config.toml.
I manually created a config.toml with the following content:
port = 4243
auto_start = true
But there is still one error:
failed to bind lan-mouse socket
and
(lan-mouse.exe:4592): GLib-GIO-WARNING **: 17:31:00.224: win32 session dbus binary not found
(lan-mouse.exe:4592): GLib-GIO-CRITICAL **: 17:31:00.834: g_settings_schema_source_lookup: assertion 'source != NULL' failed
@feschber commented on GitHub (Oct 29, 2025):
Did you fix this issue? On Windows, LanMouse uses TCP port 5252 to communicate between the frontend (the GTK Window) and the service, because windows does not have unix sockets.
This sounds like some other service is running on that port.
To find out, which application might be running on that port, you can use
In my case this is showing lan-mouse: