mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1096] Server starts fine (Windows), Client never fully starts and tries to connect to itself (macOS) #876
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#876
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 @bigbeau on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1096
Describe the bug
I have barrier set to launch at login in client mode (with auto config enabled) on my macOS 10.13.6 computer with automatic login so I don't have to have a keyboard plugged in to use it. My Windows 10 machine next to it also has barrier run at startup, but in server mode, so I can easily switch between them from boot. The Windows machine boots up, and barrier comes up and starts the server with no issue. On the mac, however, it will occasionally open barrier and get stuck on "barrier is starting...". Investigating the log shows that it tries to connect to it's own ip address.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Barrier should start up with no issues and not try to connect to the mac's own IP address.
Desktop Environments
Log
@mgrant0 commented on GitHub (Jun 7, 2021):
I have this exact same issue. What I have to do every time my mac starts is get into the mac via VNC (or plug in a mouse/keyboard) and then manually configure Barrier. I have to uncheck 'Auto config' and manually enter the ip address of my windows desktop. Every single time!
I have never been successful at making 'Auto config' mode work with my Windows desktop as a server.
https://github.com/debauchee/barrier/issues/44 talks about adding
serverhostname = <A.B.C.D>tobarrier.sgcbut I don't know where this file is located on the Mac. I have searched for it but not been able to find it.I'd love to be able to turn on the Mac and glide the mouse over to that screen but I have never gotten this to work without manual intervention to get it running and configured which never seems to save. Perhaps I'm doing something stupid wrong?
@bigbeau commented on GitHub (Jun 7, 2021):
According to someone in that thread, it's in the Mac's home directory.
As far as I know this issue still occurs, which is really unfortunate because it's an amazing program otherwise.