[GH-ISSUE #1483] Barrier stuck on "Barrier is starting" on macbook pro, running monterey #1129

Open
opened 2026-05-05 07:31:05 -06:00 by gitea-mirror · 8 comments
Owner

Originally created by @dzigner on GitHub (Dec 22, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1483

What happened?

I have installed barrier on windows 11 laptop as server, and mac os monterey laptop as client. It works on windows, but on macbook, it stays on saying "barrier is starting". I cannot see it in the screens and links screen.

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)

macOS

What OS versions are you using?

Windowsj 11 and MacOs Monterey

Relevant log output

No response

Any other information

No response

Originally created by @dzigner on GitHub (Dec 22, 2021). Original GitHub issue: https://github.com/debauchee/barrier/issues/1483 ### What happened? I have installed barrier on windows 11 laptop as server, and mac os monterey laptop as client. It works on windows, but on macbook, it stays on saying "barrier is starting". I cannot see it in the screens and links screen. ### 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) macOS ### What OS versions are you using? Windowsj 11 and MacOs Monterey ### Relevant log output _No response_ ### Any other information _No response_
Author
Owner

@AllysonOfficial commented on GitHub (Jan 3, 2022):

See here - https://github.com/debauchee/barrier/discussions/1494
Tested using Windows 10, Windows 11, 3 Mac machines. On Monterrey you will need to install the SSL and create that self certificate to the machine so that the PEM SHA1 RSA key is created as the server looks for it to start the application. This is probably also noted in your log file when you start the application. Hope this helps.

<!-- gh-comment-id:1004404487 --> @AllysonOfficial commented on GitHub (Jan 3, 2022): See here - https://github.com/debauchee/barrier/discussions/1494 Tested using Windows 10, Windows 11, 3 Mac machines. On Monterrey you will need to install the SSL and create that self certificate to the machine so that the PEM SHA1 RSA key is created as the server looks for it to start the application. This is probably also noted in your log file when you start the application. Hope this helps.
Author
Owner

@dzigner commented on GitHub (Jan 4, 2022):

@AllysonOfficial thankyou
But that also didn't help. It is still stuck on Barrier is starting.
Do I have to check the boxes for SSL and client certificate?

Secondly, I am having issues now on Windows 11 machine too (as server). That is also stuck on the same thing.

<!-- gh-comment-id:1005208212 --> @dzigner commented on GitHub (Jan 4, 2022): @AllysonOfficial thankyou But that also didn't help. It is still stuck on Barrier is starting. Do I have to check the boxes for SSL and client certificate? Secondly, I am having issues now on Windows 11 machine too (as server). That is also stuck on the same thing.
Author
Owner

@AllysonOfficial commented on GitHub (Jan 4, 2022):

@dzigner As for the Windows machines, I had to check the boxes for the SSL for it to work. But for all my mac machines none of them have boxes for ssl either server or client, and i'm using the latest release found here:

https://github.com/debauchee/barrier/releases
v2.4.0

Mac and Windows

Here is mine on Monterrey after fresh install on DMG - With the SSL installed as i mentioned in my instructions:
Screen Shot 2022-01-04 at 4 56 10 PM

On Windows I don't have any screenshots, however I did follow the same instructions I created for OS X but used the Windows PS for W10/W11 command to install a x509 certificate using OpenSSL. Which after that, and putting in the file required (.pem) in the proper folder in Windows and restarting the application and checking the box it worked just fine. If you have issues when it's "Starting" you can right click on the task bar in either OS X or Windows and on the icon right click and go to "Show Log" this will show you where it's failing and stopping.

<!-- gh-comment-id:1005233092 --> @AllysonOfficial commented on GitHub (Jan 4, 2022): @dzigner As for the Windows machines, I had to check the boxes for the SSL for it to work. But for all my mac machines none of them have boxes for ssl either server or client, and i'm using the latest release found here: https://github.com/debauchee/barrier/releases v2.4.0 Mac and Windows Here is mine on Monterrey after fresh install on DMG - With the SSL installed as i mentioned in my instructions: ![Screen Shot 2022-01-04 at 4 56 10 PM](https://user-images.githubusercontent.com/97016933/148135131-a87648ac-a8f4-4a84-a448-a7530ae85345.png) On Windows I don't have any screenshots, however I did follow the same instructions I created for OS X but used the Windows PS for W10/W11 command to install a x509 certificate using OpenSSL. Which after that, and putting in the file required (.pem) in the proper folder in Windows and restarting the application and checking the box it worked just fine. If you have issues when it's "Starting" you can right click on the task bar in either OS X or Windows and on the icon right click and go to "Show Log" this will show you where it's failing and stopping.
Author
Owner

@LayersOfAbstraction commented on GitHub (Mar 24, 2022):

@AllysonOfficial G'day I've been looking at every resource to connect Windows 10 to MacOS Monterey would like to know where you acquired the steps to enter the command for:

Windows PS for W10/W11 command to install a x509 certificate using OpenSSL. Which after that, and putting in the file required (.pem) in the proper folder in Windows and restarting the application and checking the box it worked just fine

I can connect Windows 10 server to the client and it reports it is running and I have been able to generate SSL fingerprint on Mac but I cannot connect the client to the server.

Got a log if anyone can advise me how to resolve this, please.

2022-03-24T09:45:03] INFO: SSL fingerprint generated.

[2022-03-24T09:45:17] INFO: starting client
[2022-03-24T09:45:17] INFO: config file: /private/var/folders/xc/t71x_2n177n97v17lm1jpmlw0000gn/T/Barrier.ukPIdc
[2022-03-24T09:45:17] INFO: log level: INFO
[2022-03-24T09:45:17] INFO: drag and drop enabled
[2022-03-24T09:45:17] NOTE: started client
[2022-03-24T09:45:17] NOTE: connecting to '192.168.56.1': 192.168.56.1:24800
[2022-03-24T09:45:17] INFO: OpenSSL 3.0.0 7 sep 2021
2022-03-24 09:45:17.573 barrierc[1377:20276] starting cocoa loop
[2022-03-24T09:45:32] WARNING: failed to connect to server: Timed out
[2022-03-24T09:45:33] NOTE: connecting to '192.168.56.1': 192.168.56.1:24800
<!-- gh-comment-id:1077039765 --> @LayersOfAbstraction commented on GitHub (Mar 24, 2022): @AllysonOfficial G'day I've been looking at every resource to connect Windows 10 to MacOS Monterey would like to know where you acquired the steps to enter the command for: _Windows PS for W10/W11 command to install a x509 certificate using OpenSSL. Which after that, and putting in the file required (.pem) in the proper folder in Windows and restarting the application and checking the box it worked just fine_ I can connect Windows 10 server to the client and it reports it is running and I have been able to generate SSL fingerprint on Mac but I cannot connect the client to the server. Got a log if anyone can advise me how to resolve this, please. ``` 2022-03-24T09:45:03] INFO: SSL fingerprint generated. [2022-03-24T09:45:17] INFO: starting client [2022-03-24T09:45:17] INFO: config file: /private/var/folders/xc/t71x_2n177n97v17lm1jpmlw0000gn/T/Barrier.ukPIdc [2022-03-24T09:45:17] INFO: log level: INFO [2022-03-24T09:45:17] INFO: drag and drop enabled [2022-03-24T09:45:17] NOTE: started client [2022-03-24T09:45:17] NOTE: connecting to '192.168.56.1': 192.168.56.1:24800 [2022-03-24T09:45:17] INFO: OpenSSL 3.0.0 7 sep 2021 2022-03-24 09:45:17.573 barrierc[1377:20276] starting cocoa loop [2022-03-24T09:45:32] WARNING: failed to connect to server: Timed out [2022-03-24T09:45:33] NOTE: connecting to '192.168.56.1': 192.168.56.1:24800 ```
Author
Owner

@daafonsecato commented on GitHub (Sep 8, 2022):

Downgrading to 2.3.3 was initially working but after the first try it went crazy and stop working 😔

<!-- gh-comment-id:1240251338 --> @daafonsecato commented on GitHub (Sep 8, 2022): Downgrading to 2.3.3 was initially working but after the first try it went crazy and stop working 😔
Author
Owner

@daafonsecato commented on GitHub (Sep 8, 2022):

Got it working!! It was a whitespace in the Server IP!! 🤣

<!-- gh-comment-id:1240306340 --> @daafonsecato commented on GitHub (Sep 8, 2022): Got it working!! It was a whitespace in the Server IP!! 🤣
Author
Owner

@kenwang92 commented on GitHub (Dec 31, 2022):

Got it working!! It was a whitespace in the Server IP!! 🤣

How to fix it? I have same problem.

<!-- gh-comment-id:1368149027 --> @kenwang92 commented on GitHub (Dec 31, 2022): > Got it working!! It was a whitespace in the Server IP!! 🤣 How to fix it? I have same problem.
Author
Owner

@zippydan commented on GitHub (Sep 16, 2023):

My answer here may help you.

<!-- gh-comment-id:1722073619 --> @zippydan commented on GitHub (Sep 16, 2023): My answer [here](https://github.com/debauchee/barrier/issues/231#issuecomment-1722070605) may help you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1129
No description provided.