Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barrier is starting...but fails #1246

Open
AvgOrdinaryGuy opened this issue Aug 13, 2021 · 13 comments
Open

Barrier is starting...but fails #1246

AvgOrdinaryGuy opened this issue Aug 13, 2021 · 13 comments

Comments

@AvgOrdinaryGuy
Copy link

AvgOrdinaryGuy commented Aug 13, 2021

We have Barrier installed via Snap on Kubuntu 20.04, and it fails to start. Continues to show "Barrier is Starting", but never actually starts. Here is what the log reports:

[2021-08-13T08:38:07] INFO: starting server
[2021-08-13T08:38:07] INFO: config file: /tmp/Barrier.y43390
[2021-08-13T08:38:07] INFO: log level: INFO
[2021-08-13T08:38:07] ERROR: process exited with error code: 11
[2021-08-13T08:38:07] INFO: detected process not running, auto restarting

This same error repeats over and over until I Quit the process. Really strange thing is I have been using Barrier on this computer for several weeks, then when changing client laptops the other day, Barrier ended up in the current state, and has not been able to start again. Any suggestions on what can be done to make Barrier work again?

@maeks84
Copy link

maeks84 commented Aug 22, 2021

I recently had trouble with screen names being the same. Check the settings and make sure they are different. You can also increase the logging level. This may give more info about the problem.

@AvgOrdinaryGuy
Copy link
Author

AvgOrdinaryGuy commented Aug 22, 2021

Wait...what? So maeks84 are you saying the screen names should be different? How so? Everything else I've read so far indicates that the screen names must match for Barrier to work. And, I've checked, double checked, and checked again to be sure the names do match. Barrier still starts on both my Windows laptop and on my Debian laptop. Just on this Kubuntu desktop (which is the machine I use as the barrier server) does Barrier always fail to start.

@maeks84
Copy link

maeks84 commented Aug 24, 2021

Yes. When I was setting up I had two computers using "Matthews-iMac.local". Changed one and reloaded Barrier and it began working again. The problem may also be a configuration file issue. Which is why I mentioned increasing the logging level if the screen names are not the issue.

Screen Shot 2021-08-23 at 6 53 19 PM

@AvgOrdinaryGuy
Copy link
Author

Oh, OK, now I see what you mean. Yeah, the screen name of the three machines I mentioned are all different from each other. I thought you were referring to the client name in the server configuration settings. There you would want the names to match, even though the two machines would have to have different names. So that's not the issue here.

Increased the logging level one step from info to debug. Here is the output:

[2021-08-23T20:05:27] INFO: starting server
[2021-08-23T20:05:27] DEBUG: command: /snap/barrier/384/usr/bin/barriers -f --no-tray --debug DEBUG --name kubuntu -c /tmp/Barrier.z19581 --address :24800
[2021-08-23T20:05:27] INFO: config file: /tmp/Barrier.A19581
[2021-08-23T20:05:27] INFO: log level: DEBUG
[2021-08-23T20:05:27] DEBUG: opening configuration "/tmp/Barrier.z19581"
[2021-08-23T20:05:27] DEBUG: configuration read successfully
[2021-08-23T20:05:27] DEBUG: XOpenDisplay(":0")
[2021-08-23T20:05:27] DEBUG: xscreensaver window: 0x00000000
[2021-08-23T20:05:27] DEBUG: screen shape: 0,0 2560x1024 (xinerama)
[2021-08-23T20:05:27] DEBUG: window is 0x07000004
[2021-08-23T20:05:27] DEBUG: adopting new buffer
[2021-08-23T20:05:27] DEBUG: opened display
[2021-08-23T20:05:27] ERROR: process exited with error code: 11
[2021-08-23T20:05:27] INFO: detected process not running, auto restarting
[2021-08-23T20:05:28] DEBUG: starting process

Does anyone see a clue now that will help solve my issue?

@maeks84
Copy link

maeks84 commented Aug 24, 2021

Try increasing the logging level again. Basically want to see if it says something else about that error that is being thrown out. Increase to the max if needed. Is Barrier up-to-date on each device?

@AvgOrdinaryGuy
Copy link
Author

Here is the report with logging increased to max level.
`[2021-08-24T17:01:40] DEBUG: starting process

[2021-08-24T17:01:40] INFO: starting server
[2021-08-24T17:01:40] DEBUG: command: /snap/barrier/384/usr/bin/barriers -f --no-tray --debug DEBUG2 --name kubuntu -c /tmp/Barrier.445479 --address :24800
[2021-08-24T17:01:40] INFO: config file: /tmp/Barrier.a45479
[2021-08-24T17:01:40] INFO: log level: DEBUG2
[2021-08-24T17:01:40] DEBUG: opening configuration "/tmp/Barrier.445479"
[2021-08-24T17:01:40] DEBUG: configuration read successfully
[2021-08-24T17:01:40] DEBUG1: starting server
[2021-08-24T17:01:40] DEBUG1: thread 0x00000002 entry
[2021-08-24T17:01:40] DEBUG: XOpenDisplay(":0")
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01e0000b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01e00009
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000341
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000337
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000bb0
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000bb4
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04166ddc
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04166de0
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x040007e0
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x040007e4
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04038621
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04038625
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04179d56
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0417bc87
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0417bc8b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000364
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000034
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000033
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000007
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00e00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01000004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01200004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01200005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01400001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01a00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01800005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01e00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02c00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03200001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03800001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03c00001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03e00002
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00c00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00a00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03c00030
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000006
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400000a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400000b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02000001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400000d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000037
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000038
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04c00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05000004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05200004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05c00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00c00008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200011
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06200004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06000004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200013
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200015
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0200000c
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400032b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220001a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400033b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200047
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220004a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220004f
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02800005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220005c
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06400005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06400009
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06800001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06800003
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680001c
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680001f
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06800029
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680002d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06800035
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x068000b0
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x068000f8
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680269b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0760000e
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07600051
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04018bc1
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07800008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0403d844
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04800008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07e00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06802697
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x068026bf
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06400030
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02400008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680272e
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x068000c4
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220027b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0403d82d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06600005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06600009
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07e00009
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0416a861
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200059
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0003a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0003d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0004a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0006b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00073
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a000bf
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a000c9
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a000b8
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a000d3
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0014c
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00183
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00179
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00187
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a001a4
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00154
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220006d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220004d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07000003
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07000007
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0700000d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07200004
[2021-08-24T17:01:40] DEBUG: xscreensaver window: 0x00000000
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01e0000b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01e00009
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000341
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000337
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000bb0
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000bb4
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04166ddc
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04166de0
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x040007e0
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x040007e4
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04038621
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04038625
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04179d56
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0417bc87
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0417bc8b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000364
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000034
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000033
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000007
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00e00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01000004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01200004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01200005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01400001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01a00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01800005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x01e00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02c00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03200001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03800001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03c00001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03e00002
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00c00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00a00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03c00030
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000006
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400000a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400000b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02000001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400000d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000037
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04000038
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04c00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05000004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05200004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05a00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05c00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00c00008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200011
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x00400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x05e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06200004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06000004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200013
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200015
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0200000c
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400032b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220001a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0400033b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200047
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220004a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220004f
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02800005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220005c
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x03600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06400005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06400009
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06800001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06800003
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680001c
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680001f
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06800029
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680002d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06800035
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x068000b0
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x068000f8
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680269b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07400004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0760000e
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07600051
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04018bc1
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07800004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07800008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0403d844
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x04800008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07e00004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07e00005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06802697
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x068026bf
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06400030
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02400008
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0680272e
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x068000c4
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220027b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0403d82d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06600004
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06600005
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06600009
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07e00009
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0416a861
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x02200059
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00001
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0003a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0003d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0004a
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0006b
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00073
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a000bf
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a000c9
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a000b8
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a000d3
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a0014c
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00183
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00179
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00187
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a001a4
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x06a00154
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220006d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0220004d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07000003
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07000007
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x0700000d
[2021-08-24T17:01:40] DEBUG2: can't read property 675 on window 0x07200004
[2021-08-24T17:01:40] DEBUG: screen shape: 0,0 2560x1024 (xinerama)
[2021-08-24T17:01:40] DEBUG: window is 0x07200004
[2021-08-24T17:01:40] DEBUG: adopting new buffer
[2021-08-24T17:01:40] DEBUG: opened display
[2021-08-24T17:01:40] DEBUG1: registered event type error as 4
[2021-08-24T17:01:40] DEBUG1: registered event type suspend as 5
[2021-08-24T17:01:40] DEBUG1: registered event type resume as 6
[2021-08-24T17:01:40] DEBUG1: creating primary screen
[2021-08-24T17:01:40] ERROR: process exited with error code: 11
[2021-08-24T17:01:40] INFO: detected process not running, auto restarting
`
Barrier is Version 2.3.3 on each device, but Barrier on the Kubuntu server continues to fail to start so that it never has opportunity to connect with either client.

@maeks84
Copy link

maeks84 commented Aug 24, 2021

What happens if you start with a new config file? No clients specified. Does the server run then?

@AvgOrdinaryGuy
Copy link
Author

Gave it a try with no clients specified, and it makes no difference.

@maeks84
Copy link

maeks84 commented Aug 25, 2021

I'm afraid that I don't know then. Maybe something to do with the window manager in Kubuntu? That's getting beyond me though. Sorry I couldn't help more.

@AvgOrdinaryGuy
Copy link
Author

Thanks for making an effort.

@AvgOrdinaryGuy
Copy link
Author

AvgOrdinaryGuy commented Sep 5, 2021

Decided to run a little experiment today. After purging all Barrier installations, I created a new user on this Kubuntu machine, and installed barrier again. Still failed to start. After setting up Barrier in the new users environment, once the "Start" button is clicked, the application immediately crashed...same as before.

Swapped a blank SSD into this desktop computer and installed a fresh Debian 11 with KDE desktop. Installed Barrier from the apt repository and set it up. Starts and works great, just as it had before on Kubuntu. So problem is not my hardware, network or settings. Something is amiss about my Kubuntu configuration...but what?

@AvgOrdinaryGuy
Copy link
Author

I read that there issues that prevent Barrier from operating on Wayland and thought maybe that's my issue...but it's not. I've checked my graphics stack, and it was using Xorg all along. So still no resolution.

@SamantazFox
Copy link

Try the workaround at #1283 (comment) (thanks to @Gollum999 for mentioning that this is likely related)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants