mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #377] Cannot read configuration #299
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#299
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 @weeeo on GitHub (Jul 27, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/377
Operating Systems
Server: MacOS 10.14
Client: win 10
Barrier Version
v2.3.0
Steps to reproduce bug
Server start fail
LOG:
[2019-07-27T09:42:05] INFO: starting server
[2019-07-27T09:42:05] INFO: config file: /private/var/folders/yp/0l1smzvj49j1253kpv28byqc0000gn/T/Barrier.qMUUEr
[2019-07-27T09:42:05] INFO: log level: INFO
[2019-07-27T09:42:05] INFO: drag and drop enabled
[2019-07-27T09:42:05] ERROR: cannot read configuration "/private/var/folders/yp/0l1smzvj49j1253kpv28byqc0000gn/T/Barrier.waciuv": read error: line 10: invalid character 0xffffffe6
barriers: no configuration available
[2019-07-27T09:42:05] ERROR: process exited with error code: 4
[2019-07-27T09:42:05] INFO: detected process not running, auto restarting
@noisyshape commented on GitHub (Jul 27, 2019):
What are the hostnames/screen names? Do they contain non-ASCII characters?
@weeeo commented on GitHub (Jul 27, 2019):
yes, I am using Chinese OSs, I changed hostnames/screen names into English, now is working.
Thx, I will close this issue.