mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1843] Trying to start a server from a windows machine fails. #1348
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#1348
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 @OrcunGuler1 on GitHub (Nov 24, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1843
What happened?
Trying to start a server from a windows machine fails.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Official Github release
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Windows 11 version 10.0.22000 build 22000
Relevant log output
Any other information
I've checked other issues with similar outputs to their logs and most of the answers claim these is a non standart ASCII code in their config. Well here's my config for that purpose also;
section: screens
DESKTOP-6PRO0QS:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
preserveFocus = false
switchCorners = none
switchCornerSize = 0
end
section: aliases
end
section: links
DESKTOP-6PRO0QS:
end
section: options
relativeMouseMoves = false
screenSaverSync = true
win32KeepForeground = false
clipboardSharing = true
switchCorners = none
switchCornerSize = 0
end
@csakyzsolt commented on GitHub (Jan 6, 2023):
I had the same error as you and I think I found what was wrong. The log says "no configuration available" immediately before it fails to launch. Are you trying to start the server with the "Configure interactively" option checked and without having a custom configuration saved on disk?