mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #958] Barrier not starting up on macOS Big Sur 11.0.1 #769
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#769
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 @raffimohammed on GitHub (Nov 24, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/958
Describe the bug
Barrier not starting up after upgrading to macOS Big Sur 11.0.1
To Reproduce
Start the Barrier application
Steps to reproduce the behavior:
Start the Barrier application
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please do not link to image hosting sites, as these can be ephemeral. Instead, attach them to the issue.
Desktop (please complete the following information):
Additional context
Error logged in /var/log/system.log:
Nov 24 06:38:08 computer1 com.apple.xpc.launchd[1] (application.barrier.51427154.51427160[6700]): Service exited with abnormal code: 1
Add any other context about the problem here.
@senf666 commented on GitHub (Nov 25, 2020):
working fine on this Big Sur installation.
@kierandelaney commented on GitHub (Nov 27, 2020):
I had a very similar issue - eventually after a restart I started getting the prompt to grant Accessibility rights - which were already ticked. Whatever I did, app launch triggered this request. I unticked and removed the app, started it, granted permission again and it finally opened. I am not sure what happened to the permissions, it was like Barrier couldn't see they were already set. 🤷♂️
Might be completely different, but I also had the same system log entries before the restart.
@raffimohammed commented on GitHub (Nov 27, 2020):
Restart did not help. I uninstalled and installed the application which prompted me for Barrier to use Accessibility privileges (Settings --> Security & Privacy --> Accessibility). I unticked and removed the older application; and gave access to the newer application. Then I was able to start the application.
Here is the log after the successful launch of the application.
Nov 27 10:48:49 computer1 com.apple.xpc.launchd[1]: Coalition Cache Hit: app<application.barrier.64501363.64501490(501)> [5871]
@kierandelaney commented on GitHub (Nov 30, 2020):
I upgraded a second system at the weekend to Big Sur and exactly the same thing happened. This time, I went straight to removing the permission and re-adding it to fix.
@jchien83 commented on GitHub (Dec 8, 2020):
On Big Sur 11.0.1 and Barrier v2.3.3 I am able to get the server running on macOS but when using the client it's stuck on Barrier is starting.
@raffimohammed commented on GitHub (Dec 9, 2020):
@jchien83, can you delete the client application's privileges (Settings --> Security & Privacy --> Accessibility)? Don't just uncheck and check back the checkbox beside the Barrier application logo. Delete it by using the "-" minus sign. When you restart the Barrier application it should prompt you to provide the application Accessibility privileges.
@jchien83 commented on GitHub (Dec 9, 2020):
I got it working. It helps if I look at the logs. It was complaining about the Macbook name being rejected.
@JJFrampton commented on GitHub (Feb 4, 2021):
This worked for me instantly, thanks.
I didn't have to remove the the app, just unchecked it, then relaunched the app and granted permissions again.
👍
@ericlowry commented on GitHub (May 22, 2021):
Ok, the trick for me was to un-tick the permissions and actually remove Barrier from the "Allow the apps below to control your computer" list. I clicked the minus button '-' at the bottom of the list to completely remove Barrier from the list altogether. And then I clicked the add button '+' (right next to minus) and added Barrier back into the list. Worked like a charm, no reboot required...
@emacstheviking commented on GitHub (Jul 26, 2021):
Doesn't work for me, keeps saying 'Starting' but the client laptop won't connect, keeps on saying 'ERROR code 9'. I tried all the other remedies in this thread as well.
@raffimohammed commented on GitHub (Jul 27, 2021):
Can you connect to server_ip:24800 from the client laptop?
@emacstheviking commented on GitHub (Jul 27, 2021):
No, I used to server to verify IP then on client I unticked auto config, entered 192.168.0.2:24800 and it still eventually timed out with error 9.
I have the Firewall disabled on both the client and the server.
@raffimohammed commented on GitHub (Sep 3, 2021):
Can you ping 192.168.0.2 from the client? ..and nc -vz 192.168.0.2 24800 from the client?