[GH-ISSUE #1590] The mouse and keyboard stop responding, along with the browser window hanging #1188

Open
opened 2026-05-05 07:34:29 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @fatumfl on GitHub (Mar 3, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1590

What happened?

Start the server and the client. The program works successfully. Open the browser on the server side.
Browser is not an active window: switching to the client and back is successful.
Browser is an active window: switch to the client, everything works on the client side; switch back to the server - the mouse freezes, the browser window goes to the status of "Not Responding".
Control over the mouse returns when stop Barrier on the client side.
The browser window unhangs when stop Barrier on the server side.
Tested on MS Edge, Vivaldi, Chrome. Haven't tested on non-chromium browsers.

Version

v2.4.0

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

GitHub releases page

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

Windows

What OS versions are you using?

Windows 10 21H2 both on server and client side.

Relevant log output

[2022-03-03T20:36:38] INFO: service command updated
[2022-03-03T20:37:15] INFO: starting server
[2022-03-03T20:37:15] INFO: config file: C:/Users/fatum/AppData/Local/Temp/Barrier.rmPvyn
[2022-03-03T20:37:15] INFO: log level: INFO
[2022-03-03T20:37:15] INFO: service command updated
[2022-03-03T20:37:16] INFO: starting new process as privileged user
started server (IPv4), waiting for clients
server status: active
[2022-03-03T20:37:38] NOTE: accepted client connection
[2022-03-03T20:37:38] NOTE: client "fdtel-laptop" has connected
[2022-03-03T20:37:46] INFO: switch from "fatum-tower" to "fdtel-laptop" at 0,293
[2022-03-03T20:37:46] INFO: leaving screen
[2022-03-03T20:37:46] INFO: screen "fatum-tower" updated clipboard 0
[2022-03-03T20:37:46] INFO: screen "fatum-tower" updated clipboard 1
[2022-03-03T20:37:51] INFO: switch from "fdtel-laptop" to "fatum-tower" at 1910,551
[2022-03-03T20:37:51] INFO: entering screen
[2022-03-03T20:37:59] INFO: switch from "fatum-tower" to "fdtel-laptop" at 0,268
[2022-03-03T20:37:59] INFO: leaving screen
[2022-03-03T20:38:00] INFO: switch from "fdtel-laptop" to "fatum-tower" at 1907,395
[2022-03-03T20:38:00] INFO: entering screen
[2022-03-03T20:38:19] INFO: service command updated
[2022-03-03T20:38:20] INFO: process started but command is empty, shutting down
[2022-03-03T20:38:30] WARNING: shutdown timed out after 10 secs, forcefully terminating

Any other information

Tried enabling Fix Preserve Focus and disabling Drag&Drop and Clipboard sharing - doesn't help.
Browser window mode - maximized or windowed - does not affect the situation, as long as browser window is focused.

Originally created by @fatumfl on GitHub (Mar 3, 2022). Original GitHub issue: https://github.com/debauchee/barrier/issues/1590 ### What happened? Start the server and the client. The program works successfully. Open the browser on the server side. Browser is not an active window: switching to the client and back is successful. Browser is an active window: switch to the client, everything works on the client side; switch back to the server - the mouse freezes, the browser window goes to the status of "Not Responding". Control over the mouse returns when stop Barrier on the client side. The browser window unhangs when stop Barrier on the server side. Tested on MS Edge, Vivaldi, Chrome. Haven't tested on non-chromium browsers. ### Version v2.4.0 ### Git commit hash (if applicable) _No response_ ### If applicable, where did you install Barrier from? GitHub releases page ### What OSes are you seeing the problem on? (Check all that apply) Windows ### What OS versions are you using? Windows 10 21H2 both on server and client side. ### Relevant log output ```shell [2022-03-03T20:36:38] INFO: service command updated [2022-03-03T20:37:15] INFO: starting server [2022-03-03T20:37:15] INFO: config file: C:/Users/fatum/AppData/Local/Temp/Barrier.rmPvyn [2022-03-03T20:37:15] INFO: log level: INFO [2022-03-03T20:37:15] INFO: service command updated [2022-03-03T20:37:16] INFO: starting new process as privileged user started server (IPv4), waiting for clients server status: active [2022-03-03T20:37:38] NOTE: accepted client connection [2022-03-03T20:37:38] NOTE: client "fdtel-laptop" has connected [2022-03-03T20:37:46] INFO: switch from "fatum-tower" to "fdtel-laptop" at 0,293 [2022-03-03T20:37:46] INFO: leaving screen [2022-03-03T20:37:46] INFO: screen "fatum-tower" updated clipboard 0 [2022-03-03T20:37:46] INFO: screen "fatum-tower" updated clipboard 1 [2022-03-03T20:37:51] INFO: switch from "fdtel-laptop" to "fatum-tower" at 1910,551 [2022-03-03T20:37:51] INFO: entering screen [2022-03-03T20:37:59] INFO: switch from "fatum-tower" to "fdtel-laptop" at 0,268 [2022-03-03T20:37:59] INFO: leaving screen [2022-03-03T20:38:00] INFO: switch from "fdtel-laptop" to "fatum-tower" at 1907,395 [2022-03-03T20:38:00] INFO: entering screen [2022-03-03T20:38:19] INFO: service command updated [2022-03-03T20:38:20] INFO: process started but command is empty, shutting down [2022-03-03T20:38:30] WARNING: shutdown timed out after 10 secs, forcefully terminating ``` ### Any other information Tried enabling Fix Preserve Focus and disabling Drag&Drop and Clipboard sharing - doesn't help. Browser window mode - maximized or windowed - does not affect the situation, as long as browser window is focused.
Author
Owner

@wk1093 commented on GitHub (Feb 17, 2023):

I have this problem when I am focused on the Barrier window on my server (windows 11), and I move my mouse from the client (ubuntu 22.04) to the server.

<!-- gh-comment-id:1435264481 --> @wk1093 commented on GitHub (Feb 17, 2023): I have this problem when I am focused on the Barrier window on my server (windows 11), and I move my mouse from the client (ubuntu 22.04) to the server.
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#1188
No description provided.