[GH-ISSUE #2031] What exactly happened to this? It used to be great #1484

Open
opened 2026-05-05 07:52:45 -06:00 by gitea-mirror · 11 comments
Owner

Originally created by @savager on GitHub (Apr 2, 2024).
Original GitHub issue: https://github.com/debauchee/barrier/issues/2031

What happened?

I get constant connection drops on my M2 MBP. Disconnects, just awful performance.

Version

v2.0.0-RC1

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

self built

What OSes are you seeing the problem on? (Check all that apply)

macOS

What OS versions are you using?

Sonoma

Relevant log output

[2024-04-02T13:45:40] ERROR: exception on thread 0x00000003: <unknown>
libc++abi: terminating due to uncaught exception of type std::runtime_error: event queue is not ready within 5 sec

Any other information

No response

Originally created by @savager on GitHub (Apr 2, 2024). Original GitHub issue: https://github.com/debauchee/barrier/issues/2031 ### What happened? I get constant connection drops on my M2 MBP. Disconnects, just awful performance. ### Version v2.0.0-RC1 ### Git commit hash (if applicable) _No response_ ### If applicable, where did you install Barrier from? self built ### What OSes are you seeing the problem on? (Check all that apply) macOS ### What OS versions are you using? Sonoma ### Relevant log output ```shell [2024-04-02T13:45:40] ERROR: exception on thread 0x00000003: <unknown> libc++abi: terminating due to uncaught exception of type std::runtime_error: event queue is not ready within 5 sec ``` ### Any other information _No response_
Author
Owner

@lucas-it commented on GitHub (Apr 3, 2024):

I have exactly the same issue

<!-- gh-comment-id:2034138950 --> @lucas-it commented on GitHub (Apr 3, 2024): I have exactly the same issue
Author
Owner

@Binjian commented on GitHub (Apr 12, 2024):

It works for me for the current release 2.4.0. Maybe try first to disable SSL in Barrier Settings.

<!-- gh-comment-id:2050859894 --> @Binjian commented on GitHub (Apr 12, 2024): It works for me for the current release 2.4.0. Maybe try first to disable SSL in Barrier Settings.
Author
Owner

@AngeloD2022 commented on GitHub (Apr 18, 2024):

It looks like Barrier is being superseded by input-leap. The readme says that it's not quite ready though.

<!-- gh-comment-id:2065106499 --> @AngeloD2022 commented on GitHub (Apr 18, 2024): It looks like Barrier is being superseded by [input-leap](https://github.com/input-leap/input-leap). The readme says that it's not quite ready though.
Author
Owner

@AngeloD2022 commented on GitHub (Apr 26, 2024):

I was able to get it up and running with a macOS Server and a windows client just fine. File drag-and-drop did not work though. Clipboard worked fine.

<!-- gh-comment-id:2078416603 --> @AngeloD2022 commented on GitHub (Apr 26, 2024): I was able to get it up and running with a macOS Server and a windows client just fine. File drag-and-drop did not work though. Clipboard worked fine.
Author
Owner

@jarrard commented on GitHub (Jun 25, 2024):

Still using this on a X11 host server with two Windows10 machines (and a linux server). It can be a little fidgety to setup initally, I often need to turn off SSL and manually input server address but overall its pretty neat.

I hope Input Leap one day gets some decent updates and Wayland support but even the expensive PAID synergy app doesn't have Wayland support.

<!-- gh-comment-id:2188256891 --> @jarrard commented on GitHub (Jun 25, 2024): Still using this on a X11 host server with two Windows10 machines (and a linux server). It can be a little fidgety to setup initally, I often need to turn off SSL and manually input server address but overall its pretty neat. I hope Input Leap one day gets some decent updates and Wayland support but even the expensive PAID synergy app doesn't have Wayland support.
Author
Owner

@mikehardy commented on GitHub (Sep 27, 2024):

Input Leap on 3 macOS Sequoia machines is working well from recent builds, with one minor hiccup with a workaround noted here: https://github.com/input-leap/input-leap/issues/1322#issuecomment-2379795617

<!-- gh-comment-id:2379811649 --> @mikehardy commented on GitHub (Sep 27, 2024): Input Leap on 3 macOS Sequoia machines is working well from recent builds, with one minor hiccup with a workaround noted here: https://github.com/input-leap/input-leap/issues/1322#issuecomment-2379795617
Author
Owner

@nbolton commented on GitHub (Oct 22, 2024):

For those trying to figure out what to do now that Barrier hasn't had any updates in a while, this may be helpful:
I made a wiki page to try and make sense of all the forks (Barrier, Input Leap, Synergy, Deskflow):

<!-- gh-comment-id:2429651690 --> @nbolton commented on GitHub (Oct 22, 2024): For those trying to figure out what to do now that Barrier hasn't had any updates in a while, this may be helpful: I made a wiki page to try and make sense of all the forks (Barrier, Input Leap, Synergy, Deskflow): - https://github.com/deskflow/deskflow/wiki/Project-Forks
Author
Owner

@jarrard commented on GitHub (Oct 22, 2024):

Long and short of it. Wayland is what happened. Which doesn't support this kind of software yet. (unsurprising trait of wayland)

<!-- gh-comment-id:2430232251 --> @jarrard commented on GitHub (Oct 22, 2024): Long and short of it. Wayland is what happened. Which doesn't support this kind of software yet. (unsurprising trait of wayland)
Author
Owner

@nbolton commented on GitHub (Oct 23, 2024):

Long and short of it. Wayland is what happened. Which doesn't support this kind of software yet. (unsurprising trait of wayland)

Barrier (which was forked from Deskflow/Synergy) never got Wayland support but there was a bounty for Wayland support in Barrier, and "$2550.42 has been collected" (#109). Unfortunately, the Barrier bounty was collected through bountysource.com which was bought by a crypto-company and surrounded by controversy due to not paying developers. So perhaps that bounty money just vanished.

<!-- gh-comment-id:2431248311 --> @nbolton commented on GitHub (Oct 23, 2024): > Long and short of it. Wayland is what happened. Which doesn't support this kind of software yet. (unsurprising trait of wayland) Barrier (which was forked from Deskflow/Synergy) never got Wayland support but there was a bounty for Wayland support in Barrier, and "$2550.42 has been collected" (#109). Unfortunately, the Barrier bounty was collected through bountysource.com which was bought by a crypto-company and surrounded by controversy due to not paying developers. So perhaps that bounty money just vanished.
Author
Owner

@jarrard commented on GitHub (Oct 23, 2024):

I talked to the Synergy devs not long ago and they said wayland support would come in their next version. So I do not know but they said the components were not supported in WL yet at the time.

I'll check those all out sometime. Will be nice if they do indeed work fully under WL.

<!-- gh-comment-id:2431427657 --> @jarrard commented on GitHub (Oct 23, 2024): I talked to the Synergy devs not long ago and they said wayland support would come in their next version. So I do not know but they said the components were not supported in WL yet at the time. I'll check those all out sometime. Will be nice if they do indeed work fully under WL.
Author
Owner

@nbolton commented on GitHub (Oct 23, 2024):

wayland support would come in their next version

Good news! All Synergy-derived apps (including Synergy) now support Wayland.

Barrier postmortem: Why did Barrier fail?

<!-- gh-comment-id:2431911415 --> @nbolton commented on GitHub (Oct 23, 2024): > wayland support would come in their next version Good news! All Synergy-derived apps (including Synergy) now support Wayland. - [Synergy](https://symless.com/synergy) - [Deskflow](https://github.com/deskflow/deskflow) (upstream of Synergy) - [Input Leap](https://github.com/input-leap/input-leap) (fork of a fork of Synergy) Barrier postmortem: [Why did Barrier fail?](https://symless.com/synergy/news/why-did-barrier-fail)
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#1484
No description provided.