mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #584] barrierd has compatibility issues with Windows 10. #459
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#459
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 @papermache on GitHub (Mar 10, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/584
Operating Systems
Server: Windows 10
Client: Linux Mint 19.3 Cinnamon
Windows 10 version 1903 build 18362.657
Barrier Version
2.3.2-snapshot-210c2b70
Steps to reproduce bug
Other info
Put anything else you can think of here.
@ahrorbeksoft commented on GitHub (Mar 23, 2020):
yes, I'm also having this issue, So I couldn't use it at all:(
@fritzw commented on GitHub (Mar 25, 2020):
For me, running the barrier server works on Windows 10 Education (Pro) Build 17134.
EDIT: The client running on Build 18363 also works fine and connects to the server mentioned above.
Maybe this can help in identify the source of the issue from Windows changelogs.
@StreetGuru commented on GitHub (Mar 26, 2020):
I'm using this set-up for a while - Windows 10 Pro as server (currently on 1909) and Linux Mint as client (currently on 19.3) and I do not experience any compattibility issue.
@github-actions[bot] commented on GitHub (Sep 27, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@yume-chan commented on GitHub (Oct 5, 2021):
barrierd is a Windows Service, you can't start it directly. This error message is from the
StartServiceCtrlDispatcherwin32 API:ce31584a6b/src/lib/arch/win32/ArchDaemonWindows.cpp (L244)However, you can start it with
-f(or/f) argument, which makes it a normal console program.See #370