[GH-ISSUE #584] barrierd has compatibility issues with Windows 10. #459

Open
opened 2026-05-05 06:27:30 -06:00 by gitea-mirror · 5 comments
Owner

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

  1. Try to run barrier as normal
  2. Receive timeout error
  3. Search barrierd in file manager
  4. Receive "The service process could not connect to the service controller."
  5. Right click -> Troubleshoot Compatibility
  6. Follow steps.
  7. "The service process could not connect to the service controller."

Other info

  • When did the problem start to occur? When I tried to connect Linux client to Windows server
  • Is there a way to work around it? No
  • Does this bug prevent you from using Barrier entirely? Yes

Put anything else you can think of here.

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 ### 1. Try to run barrier as normal 2. Receive timeout error 3. Search barrierd in file manager 4. Receive "The service process could not connect to the service controller." 5. Right click -> Troubleshoot Compatibility 6. Follow steps. 7. "The service process could not connect to the service controller." ### Other info ### * When did the problem start to occur? When I tried to connect Linux client to Windows server * Is there a way to work around it? No * Does this bug prevent you from using Barrier entirely? Yes Put anything else you can think of here.
Author
Owner

@ahrorbeksoft commented on GitHub (Mar 23, 2020):

yes, I'm also having this issue, So I couldn't use it at all:(

<!-- gh-comment-id:602770664 --> @ahrorbeksoft commented on GitHub (Mar 23, 2020): yes, I'm also having this issue, So I couldn't use it at all:(
Author
Owner

@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.

<!-- gh-comment-id:603730216 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:604526757 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:699570858 --> @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.
Author
Owner

@yume-chan commented on GitHub (Oct 5, 2021):

Receive "The service process could not connect to the service controller."

barrierd is a Windows Service, you can't start it directly. This error message is from the StartServiceCtrlDispatcher win32 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

<!-- gh-comment-id:934384868 --> @yume-chan commented on GitHub (Oct 5, 2021): > Receive "The service process could not connect to the service controller." barrierd is a Windows Service, you can't start it directly. This error message is from the `StartServiceCtrlDispatcher` win32 API: https://github.com/debauchee/barrier/blob/ce31584a6bf1bcfdafd2ba5ebd2e3dd72aa69bef/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
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#459
No description provided.