mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1945] Don't work with mac OS ventura 13.4 #1421
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#1421
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 @Imran4424 on GitHub (Jun 17, 2023).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1945
What happened?
I use macbook pro m1 pro
Barrier worked perfectly till Mac OS Ventura 13.0
After upgrading it to MacOS Ventura 13.4
It stopped working
Since Barrier is Intel Kind
It run with rosetta 2
Version
v2.4.0
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)
macOS
What OS versions are you using?
Ventura 13.4
Relevant log output
No response
Any other information
No response
@MicahBird commented on GitHub (Jun 19, 2023):
At first I was also unable to get Barrier (v2.4.0) to connect to a server/function as a server on macOS Ventura 13.3. However, after checking the logs, it was an SSL related issue that prevented any connection. When I first opened Barrier it didn't prompt me to generate any SSL keys (I installed it via Homebrew) and so it would get stuck on the "Barrier is staring" phase. I was able to fix it by disabling SSL (on both the server and client), Menu Bar -> Barrier -> Change Settings -> Uncheck Enable SSL. Please use this option with care, as disabling SSL means your Barrier connections will not be secure.
@dbeecham commented on GitHub (Jun 27, 2023):
Same here.
@zhuoqun-chen commented on GitHub (Jul 6, 2023):
I had exactly the same problem. after upgrading my
Macbook Pro M1toVentura 13.4, the pop-up window kept showing me:Even though I already granted
barrierthe permission:@zhuoqun-chen commented on GitHub (Jul 6, 2023):
I just found that the solution was already posted in #1856 :
Click the
barrieritem underPrivacy & Security--Accessibilityand scroll down to the bottom of the menu, then remove it by clicking the minus sign and relaunch barrier and grant it with the permission again thenbarrierwill work as usual.@rghose commented on GitHub (Jul 28, 2023):
This did not work for me. I was trying to use a Windows host as a server and the Mac as a client. Reversing this worked, i.e., Making the Mac as server and the windows a client.
@loood commented on GitHub (Jul 28, 2023):
Didn't work for me with ubuntu as the server and macos as the client.
@drownzz commented on GitHub (Aug 18, 2023):
I have the same problem as @rghose
Windows as Server and Mac as Client is not working
The other way around it is.
@gbicann commented on GitHub (Sep 6, 2023):
I had this issue today and fixed it by generating my own key.
Run Terminal and then type these commands:
If you restart the server it will find the new key and offer it to clients. Clients will display the public key digest for you to validate.
@hexamagus commented on GitHub (Sep 30, 2023):
thanks for the
opensslcommand. However, on macOS 13.2.1 andopenssl version == LibreSSL 3.3.6I had to replace the-noencflag with-nodes:I entered dummy data for all the fields when prompted to define the Distinguished Name. I tried leaving some or all blank and would get an error about
@paulcwarren commented on GitHub (Oct 17, 2023):
Thanks for the workaround. This worked for me also on my Ventura mac also.
@evan-kolberg commented on GitHub (Oct 21, 2023):
Got it working on Sonoma. Same steps, nothing different.
My mac is the client and my windows is the server.
cdto the"~/Library/Application Support/barrier/SSL"location in terminal.openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -keyout Barrier.pem -out Barrier.pemand click enter.~\AppData\Local\Barrier\SSLlocation on your windows machine. The .pem file needs to be the same on both the client and server.Not related, but some other useful tips:
MacBookPro.localfor example.Edit: I can only get the mouse traveling to work when macOS is the server. When I need the mouse to go back using my windows, it can't. Really wish the server on windows would work. Anyone know why?
Edit 2: Nevermind, the autoconfig just picked the wrong location and tried to connect to myself or my router for some reason. Set the IP manually and it works 👍😜
@m-graf commented on GitHub (Nov 3, 2023):
This is the answer that worked for me. Thank you!
@ethan-phu commented on GitHub (Jan 12, 2024):
it works
@huanlirui commented on GitHub (Jan 16, 2024):
thanks ! it works