mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #639] unknown screen name in switchToScreen #507
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#507
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 @acbramley on GitHub (Apr 27, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/639
Operating Systems
Server: macOS High Sierra 10.13.6
Client: Windows 10
Barrier Version
2.3.2
Steps to reproduce bug
This bug started happening after I installed barrier on a new PC on the network. Barrier was working fine on an old PC I was using before this one. Both are Windows 10.
ls /private/var/folders/pp/7cs5_vt50mx23195kzf2rf440000gn/T/Barrier.*there are over 200 files and it seems that these keep being created as long as Barrier is open.Other info
@acbramley commented on GitHub (Apr 27, 2020):
I've just found what was causing this, my hotkeys configuration still had the name of the old PC in a switchToScreen action. This could hopefully be made to fail gracefully instead of breaking the whole application.
@github-actions[bot] commented on GitHub (Sep 23, 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.
@p12tic commented on GitHub (Jan 10, 2021):
This is a valid bug, let's not close it.
@Tony2 commented on GitHub (Apr 26, 2021):
thank you so much for posting the cause; this was driving me mad since Barrier keeps crashing and re-starting because of this. Removing the hotkeys did it for me.
@AymenFJA commented on GitHub (Mar 14, 2022):
The solution for me was:
configure server@leomeza1 commented on GitHub (Jan 1, 2023):
Similar issue happened with me. Installed version 2.4.0 on a new Laptop (Linux), configured it as a client. My desktop (Linux) is the Barrier server. I changed the name of my server using the "Configure Server.." dialog. When starting the server, Barrier is failing/restarting repeatedly on "unknown screen name ..." as described above. I found that I needed to go into Barrier>Server Settings on the server/desktop and also change the screen name there. Maybe the log could have been more verbose and explicitly stated "Unknown screen name found in Barrier>Server Settings" or something to that effect.