mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1569] Connection between Windows and MacOS, but not working #1178
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#1178
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 @nbourre on GitHub (Feb 15, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1569
What happened?
I have managed to connect my MacOS server with a Windows 10 client. I see that they get connected but the mouse does not travel to the Windows monitor.
I have tried the reverse, but MacOS as a client kept being in the "Barrier is starting" state.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Downloaded from GitHub
What OSes are you seeing the problem on? (Check all that apply)
Windows, macOS
What OS versions are you using?
Windows 10 Pro 21H2 (Build 19044.1526)
MacOS Monterey (Version 12.0.1)
Relevant log output
Any other information
No response
@jasonmccallister commented on GitHub (Feb 16, 2022):
I'm also seeing the same thing, using macOS as the server and a linux desktop as the client. The macOS is throwing the error about the certificate:
I installed Barrier on macOS through brew, trying a manual install now to see if that resolves it.
@kaunix commented on GitHub (Feb 16, 2022):
Dogpyle same thing. newest version of macOS as a server and linux mint as a client.
@pzoltowski commented on GitHub (Feb 16, 2022):
doesn't work for me either. Using between MacOS Big Sur and Windows 10 (surface go). Can connect interactively but mouse sharing doesn't work no matter if macos or windows is the server
@kaunix commented on GitHub (Feb 16, 2022):
in my case it turned out to be a screen alignment issue.
I have two monitors (a 50inch 4k tv and an imac)
if I don't align the imac so that it's just a little farther to the right than the tv the tv will be the only screen I can switch computers from.
@mrnarayanan commented on GitHub (Feb 17, 2022):
I'm getting the same error regarding the ssl certificate. I installed through github. Windows 10 (desktop) as server and MacBook Pro (2020 M1) as client.
@8fdafs2 commented on GitHub (Feb 24, 2022):
Same here. Windows 10 21H2 as the server and macOS Monterey 12.2 as the client, no matter SSL is on or off, the cursor disappears on both desktops.
@marshall commented on GitHub (Mar 2, 2022):
I was able to fix this by generating the
Barrier.pemand fingerprint manually on my windows server using WSL2 (thanks to https://github.com/debauchee/barrier/issues/1563 for the suggestion):@mrnarayanan commented on GitHub (Mar 2, 2022):
It was an ssl issue for me. I went back to version 2.3.4 and it worked properly. I believe disabling ssl on 2.4 would also work.
@8fdafs2 commented on GitHub (Mar 3, 2022):
@marshall @mrnarayanan
The problem here seems to be related to the DPI scaling of Windows (I use 200% for a 4k display) and finally gets solved just now by following instructions of https://github.com/debauchee/barrier/issues/42#issuecomment-396000618, but on barriers.exe instead of barrier.exe.
It's probably not an SSL credential issue in my case.
@mdjahidhasan009 commented on GitHub (Mar 29, 2022):
Thanks @marshall its works
@kennyhyun commented on GitHub (Apr 4, 2022):
Thanks @marshall
It was working for my Mac host.
Started with
cd /Users/<user>/Library/Application Support/barrier/SSL/@nbourre commented on GitHub (Apr 25, 2022):
Using this solution from Marshall
In Windows, for those having a problem with the incorrect name related to
name expected to be in format...use//CN=BarrierFor those who don't have WSL2 configured, you can also use Git Bash.
@hueyyeng commented on GitHub (May 29, 2022):
Thanks @marshall and also @OmarShawky1 for the commands. Although my situation is slightly different where after generating the
Barrier.pemfile, the Barrier client prompted a dialog to trust the fingerprint and after accepting it, it works. I didn't need to run the command to output theFingerprints/Local.txt.My setup is Windows 10 (Build 19044) being the Barrier Server and the MBP 2021 model running macOS Monterey (12.3.1) as the Barrier Client. Both using Barrier v2.4.0.
@kaunix commented on GitHub (May 29, 2022):
Do you have a terminal window open on the Mac? If so close it
@hueyyeng commented on GitHub (May 29, 2022):
@kaunix I did have iTerm2 running but after generating the pem file, Barrier works without any issue.
@kaunix commented on GitHub (May 29, 2022):
Yeah for some reason imterm2 works but the native terminal blocks the keyboard
@Quadstronaut commented on GitHub (Jul 25, 2022):
I am not having that issue. I have Terminal open right now and keyboard working fine on both server and client. Latest Barrier, MacOS 11.6.8 (20G730).
@grtmaddy00 commented on GitHub (May 7, 2023):
For those who are struggling between mac and windows, I found a hack.
Environment: Win 10 (server) Mac Monterey (client)
Earlier I tried the default steps mentioned in the github description but always got connection timed out error. Tried all the approaches for multiple threads but nothing worked.
Then I switched the server to Mac and client to Windows. With this I was able to mac keyboard and trackpad for Windows but I wanted vice versa. Now here again I switched the client and server to the original desired configuration and it started working.
Not sure if this will work for you or not, but worth giving a shot
@grtmaddy00 commented on GitHub (May 8, 2023):
Unfortunately this hack stopped working after restarting Windows. Still looking for a solution here
@aswathselvam commented on GitHub (Nov 9, 2023):
@Quadstronaut commented on GitHub (Nov 24, 2023):
Just touching this issue - I encounter the same error on latest at the time of writing, and have disabled ssl to ensure connectivity. Fortunately my network is entirely private to me.