mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1044] Barrier.exe fails to launch barriers.exe (resulting in IPC failure), launching manually works fine though. #831
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#831
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 @caitp on GitHub (Jan 29, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1044
The usual "IPC connection error" stuff, e.g.
I believe the barriers.exe process is failing to launch, or exiting due to being unable to find the profile or config file (which are definitely present and readable). Running the command line manually in the command prompt (replacing the executable name with non-unix format, but leaving the rest in Qt's unixy format) gets it working just fine. I think this is related to the way the process is being launched internally by the GUI app, but I haven't looked into it yet.
This problem didn't materialize on a fresh installation, interestingly. After stopping the GUI app, and relaunching it/restarting the server, this issue comes up.