mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1255] Client disconnects suddenly #1013
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1013
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 @8-bit-memories on GitHub (Aug 20, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1255
Describe the bug
Both with Synergy 1.8.8, and now with Barrier 2.3.3.
While the Linux server is feeding keystroke and mouse movements to the Windows client, at random intervals the mouse and keyboard will jump back to the server
.
When that happens, the server's log looks like this:
[2021-08-20T08:26:08] WARNING: error writing to client "CLIENT"
[2021-08-20T08:26:08] INFO: jump from "CLIENT" to "SERVER" at 720,450
[2021-08-20T08:26:08] INFO: entering screen
and the client's log looks like this:
[2021-08-20T08:26:08] INFO: leaving screen
[2021-08-20T08:26:08] NOTE: disconnected from server
[2021-08-20T08:26:10] NOTE: connecting to 'SERVER.local': 192.168.1.62:24800
To Reproduce
Start it up and use, after some time, it happens. The key entry in the server-side log is "WARNING: error writing to client".
Expected behavior
The client should stay connected.
Screenshots
Desktop (please complete the following information):
Additional context
Attached files are from client and server around an example occurrence of the symptom.
Is this an issue with the Windows host's intrusion protection software (which I cannot control)?
server.log
client.log
The symptom in the logs is at this time stamp:
[2021-08-20T10:35:13] WARNING: error writing to client "CLIENT"
@8-bit-memories commented on GitHub (Aug 30, 2021):
This may be an issue with the server's wireless NIC, which was found to be disconnecting/connecting to the access point.
@8-bit-memories commented on GitHub (Sep 1, 2021):
The symptom still occurs after resolving the server's wireless NIC issue.