mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1641] New Client disconnected #1210
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#1210
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 @feloau on GitHub (Apr 8, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1641
What happened?
started server (IPv4/IPv6), waiting for clients
2022-04-08 19:26:34.973639-0400 barriers[2184:163893] starting cocoa loop
[2022-04-08T19:26:48] NOTE: accepted client connection
[2022-04-08T19:26:48] NOTE: new client disconnected
[2022-04-08T19:27:04] NOTE: accepted client connection
[2022-04-08T19:27:04] NOTE: new client disconnected
[2022-04-08T19:27:20] NOTE: accepted client connection
[2022-04-08T19:27:20] NOTE: new client disconnected
[2022-04-08T19:27:36] NOTE: accepted client connection
[2022-04-08T19:27:36] NOTE: new client disconnected
[2022-04-08T19:27:53] NOTE: accepted client connection
[2022-04-08T19:27:53] NOTE: new client disconnected
[2022-04-08T19:28:08] NOTE: accepted client connection
[2022-04-08T19:28:08] NOTE: new client disconnected
[2022-04-08T19:28:24] NOTE: accepted client connection
[2022-04-08T19:28:24] NOTE: new client disconnected
Version
v2.3.4
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
No response
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Monterey 12.2.1 (Server)
Windows 11 (client)
Relevant log output
No response
Any other information
I tried with barrier 2.4, and it has the same problem
@grobmeier commented on GitHub (Apr 26, 2022):
I hade the same, when log said ssl certificates are not found. When I disabled them in my safe network, it worked.
@Valentin-Bio-zz commented on GitHub (Aug 15, 2022):
is this resolved?
@lilasquared commented on GitHub (Oct 4, 2022):
I just ran into this and it was due to a ghost instance of synergy running on the client machine. Once I got rid of it then everything started to work again
@julpod commented on GitHub (Nov 3, 2022):
same issue here with two macoss (macbook pro and imac) both under macos 12.6
@Colonater commented on GitHub (Apr 28, 2023):
Same issue between steam deck and Windows
@hotfistdotcom commented on GitHub (May 2, 2023):
Same issue, can you go over how you did this?
@vsenderov commented on GitHub (Aug 16, 2023):
In my case, one of the devices had "Enable SSL" (Windows client) and the Linux server did not. (In Change Settings F4). I un-clicked it both-ways since I use it in a private network behind a firewall, and it worked. Presumably it would work if it is on on both devices.
@CreativilyInsane commented on GitHub (Jan 16, 2025):
i have a one mac I'm unable to disable ssl in mac 10.13
@nbolton commented on GitHub (Jan 16, 2025):
@CreativilyInsane Please try Deskflow or Input Leap as Barrier is no longer in development.
https://github.com/deskflow/deskflow
https://github.com/input-leap/input-leap
If this is still an issue in those projects, we would appreciate a cross-post of this issue.
@MhL5 commented on GitHub (Jan 31, 2025):
i had the same issue
turning ssl off on both
windows 11andmacos sequoiafixed it@DrzwiPercepcji commented on GitHub (Dec 13, 2025):
I was able to make it work by copying the
local-fingerprintfile from the server to the client and renaming it totrusted-servers. It looks like, for some reason, the client did not create this file. I saw in the logs that the server fingerprint could not be validated. I use Linux as a server and Windows as a client.