mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1694] MacOS: stuck in "starting" #1249
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#1249
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 @wzhliang on GitHub (Jun 14, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1694
What happened?
After configuring Barrier as server on MacOS (12.3.1), The bottom left of the window shows "Barrier is starting" forever.
On Windows PC (client) it says "Barrier is running."
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
GitHub
What OSes are you seeing the problem on? (Check all that apply)
Windows, macOS
What OS versions are you using?
MacOS (12.3.1)
Relevant log output
No response
Any other information
No response
@wzhliang commented on GitHub (Jun 14, 2022):
Adding more information: there is a dialog showing: the executable /Applications/Barrier/Contents/MacOS/barriers could not be successfully started, although it does exist.
@matthew-evrard commented on GitHub (Jun 16, 2022):
I am also having this error.
@Jim-David commented on GitHub (Jun 16, 2022):
is it an m1 mac? cuz the same problem is happening here. maybe because of the arm-based chip. idk
@matthew-evrard commented on GitHub (Jun 16, 2022):
I do have an M1 MBP, could also be OS X Ventura
@gigarthan commented on GitHub (Jun 17, 2022):
This is happening because SSL certificates are not being generated in MAC for the Barrier. You should generate the SSL certificate and restart the app and try connecting.
cd /Users/USERNAME/Library/Application Support/barrier/SSLopenssl req -new -x509 -sha256 -days 999 -nodes -out Barrier.pem -keyout Barrier.pem#https://github.com/debauchee/barrier/issues/1609#issuecomment-1066938159
If it fails after this, try configuring your client machine name in the server configuration to get connected. Always restart the app to make sure all the configs are loaded properly
@duongyen24 commented on GitHub (Jul 19, 2022):
i faced the same issue, so I decided to go back to v 2.3.3 and it works well
@pavellishin commented on GitHub (Aug 2, 2022):
Same here.
@ianfyffe commented on GitHub (Sep 13, 2022):
Confirmed issue for a new install on both Linux (gentoo) and Mac (m2, Monterey)
Manually generating the certificate with openssl as suggested by @gigarthan works
For linux, the path is different
cd ~/.local/share/barrier/SSL/openssl req -new -x509 -sha256 -days 999 -nodes -out Barrier.pem -keyout Barrier.pem@colinhalebrown commented on GitHub (Sep 20, 2022):
I am had this problem and moving the windows machine to 2.3.3 and the mac is still on 2.4.0 no idea why this worked I was going to switch both but after doing the windows machine it started working.
@jforward5 commented on GitHub (Dec 13, 2022):
When I download the latest version Barrier 2.4 on my Mac I get a "dmg" file that doesn't install the app, it just runs directly. Also there is no "/Users/USERNAME/Library/Application Support/barrier/SSL" folder, and furthermore if I create it and create the SSL cert it doesn't help. How do I properly install Barrier on Mac? The documentation references unzipping and copying files, but the dmg has the Barrier App folder. I tried copying the files to the /usr/bin but even with Terminal Full Disk access the files will not copy to the /usr/bin folder.
Any one have any ideas?
Also, I am using Mac OS Ventura, if that makes any difference....
@robywoo commented on GitHub (Dec 29, 2022):
I dragged the dog over to the application folder then opened it once I could see the app I dragged it over to the applications folder. Then had to allow downloads from anywhere in system settings>Privacy & Security. Got it working after that
@shahriar0247 commented on GitHub (Oct 24, 2025):
in Mac OS, many apps you need to drag and drop to application folder from dmg, it doesn't install like exe in windows.
/users/USERNAME/" your USERNAME, myone is ahmedshahriar, what is your username?? go to /Users folder and check
maybe go down a version
@nbolton commented on GitHub (Oct 24, 2025):
Barrier is no longer in development. Check out Deskflow (upstream) or Input Leap (fork).
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.