debauchee / barrier

Open-source KVM software
Other
27.43k stars 1.51k forks source link

Reconnecting SERVER with CLIENT Error after sleep cycle #997

Open dev-101 opened 3 years ago

dev-101 commented 3 years ago

Describe the bug

Hi, sometimes always after I wakeup server computer from sleep / standby, the mouse can't enter client's screen. Can't say why it happens, but it happens every single time, now.

I have provided 2 logs, Basic and DEBUG2 level (cleaned + added commentary in various sections about certain observations and actions). Reload seems to fix this issue - every time.

To Reproduce

Steps to reproduce the behavior:

  1. Configure Windows 10 Pro Server, and Windows 10 Pro Client
  2. Work on Server PC, put it into sleep several times throughout a day. Sometimes, when Server PC wakes up and Barrier tries to reconnect, it will fail. Reload Server from the control panel and it will start working again.

Please do not link to image hosting sites, as these can be ephemeral. Instead, attach them to the issue.

Desktop (please complete the following information):

dev-101 commented 3 years ago

Basic Log

...
[2020-12-29T04:48:48] INFO: leaving screen
[2020-12-29T04:48:48] INFO: screen "SERVER" updated clipboard 0
[2020-12-29T04:48:48] INFO: screen "SERVER" updated clipboard 1
[2020-12-29T04:48:49] INFO: switch from "CLIENT" to "SERVER" at 50,57
[2020-12-29T04:48:49] INFO: entering screen

[2020-12-29T05:19:15] INFO: suspend
[2020-12-29T05:19:15] NOTE: disconnecting client "CLIENT"
[2020-12-29T05:19:15] NOTE: client "CLIENT" has disconnected

stops working after server wake-up from standby --> [2020-12-29T09:38:27] INFO: resume
[2020-12-29T09:38:28] WARNING: failed to register hotkey ScrollLock (id=ef14 mask=0000) started server (IPv4/IPv6), waiting for clients
[2020-12-29T09:38:30] INFO: OpenSSL 1.0.2l  25 May 2017
[2020-12-29T09:38:30] INFO: accepted secure socket
[2020-12-29T09:38:30] INFO: AES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T09:38:30] NOTE: accepted client connection
[2020-12-29T09:38:30] NOTE: client "CLIENT" has connected

manual reload --> [2020-12-29T09:48:43] INFO: starting server
[2020-12-29T09:48:43] INFO: config file: C:/Users/.../AppData/Local/Temp/Barrier.bbFkoi
[2020-12-29T09:48:43] INFO: log level: INFO
[2020-12-29T09:48:43] INFO: service command updated
[2020-12-29T09:48:43] INFO: service command updated
[2020-12-29T09:48:44] INFO: got ipc shutdown message
[2020-12-29T09:48:44] NOTE: disconnecting client "CLIENT"
[2020-12-29T09:48:44] NOTE: client "CLIENT" has disconnected
[2020-12-29T09:48:44] NOTE: stopped server
[2020-12-29T09:48:45] INFO: process 7360 was shutdown gracefully
[2020-12-29T09:48:45] INFO: starting new process as privileged user
[2020-12-29T09:48:45] INFO: drag and drop enabled
[2020-12-29T09:48:45] ERROR: failed to get desktop path, no drop target available, error=2 started server (IPv4/IPv6), waiting for clients server status: active
[2020-12-29T09:48:46] INFO: OpenSSL 1.0.2l  25 May 2017
[2020-12-29T09:48:46] INFO: accepted secure socket
[2020-12-29T09:48:46] INFO: AES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T09:48:46] NOTE: accepted client connection
[2020-12-29T09:48:46] NOTE: client "CLIENT" has connected
...
dev-101 commented 3 years ago

Advanced DEBUG2 Level Log

[2020-12-29T15:24:56] DEBUG1: onMouseDown id=1
[2020-12-29T15:24:56] DEBUG1: event: button release button=1
[2020-12-29T15:24:56] DEBUG1: onMouseUp id=1

<-- CLIENT was put into sleep (standby) around this time -->
// comment: is it normal to have so many neighbor log requests?
// is this impacting network performance? can we limit this in case no neighbors are present to refresh interval of 1-2 seconds?

[2020-12-29T15:25:03] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T15:25:03] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T15:25:03] DEBUG1: try to leave "SERVER" on up
[2020-12-29T15:25:03] DEBUG1: no neighbor up

... some 1000 same repeating lines later ...

[2020-12-29T15:25:20] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T15:25:20] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T15:25:20] DEBUG1: try to leave "SERVER" on up
[2020-12-29T15:25:20] DEBUG1: no neighbor up

<-- SERVER was put into sleep (standby) mode around here -->

[2020-12-29T15:25:21] DEBUG2: dragging filename is cleared
[2020-12-29T15:25:21] DEBUG1: event: button press button=1
[2020-12-29T15:25:21] DEBUG1: onMouseDown id=1
[2020-12-29T15:25:21] DEBUG1: event: button release button=1
[2020-12-29T15:25:21] DEBUG1: onMouseUp id=1
[2020-12-29T15:25:23] INFO: suspend
[2020-12-29T15:25:23] DEBUG: event queue is ready
[2020-12-29T15:25:23] DEBUG: unregistered hotkey id=1
[2020-12-29T15:25:25] DEBUG1: thread 0x00000ee0 exit
[2020-12-29T15:25:25] DEBUG1: stop listening for clients
[2020-12-29T15:25:25] DEBUG: Closing socket: 00000000

<-- SERVER was awaken now, but CLIENT is still sleeping -->

[2020-12-29T17:04:08] INFO: resume
[2020-12-29T17:04:08] DEBUG1: binding listen socket
[2020-12-29T17:04:08] DEBUG1: listening for clients
[2020-12-29T17:04:08] DEBUG: active sides: 2
[2020-12-29T17:04:08] DEBUG: active sides: 2
[2020-12-29T17:04:08] DEBUG1: half-duplex caps-lock off
[2020-12-29T17:04:08] DEBUG1: half-duplex num-lock off
[2020-12-29T17:04:08] DEBUG1: half-duplex scroll-lock off
[2020-12-29T17:04:08] DEBUG1: screen saver synchronization off
[2020-12-29T17:04:08] DEBUG1: grab the foreground window
[2020-12-29T17:04:09] DEBUG1: modifiers on update: 0x2000
[2020-12-29T17:04:09] DEBUG1: thread 0x000006ec entry
[2020-12-29T17:04:09] DEBUG: desk Default window is 0x001d0780
[2020-12-29T17:04:09] DEBUG: switched to desk "Default"
[2020-12-29T17:04:09] DEBUG: desktop is now accessible
[2020-12-29T17:04:09] DEBUG: Found 0 immune keys in C:\WINDOWS\system32\config\systemprofile\AppData\Local\Barrier\ImmuneKeys.txt
[2020-12-29T17:04:09] DEBUG: Cannot hook on this desk
[2020-12-29T17:04:09] DEBUG1: modifiers on update: 0x2000
[2020-12-29T17:04:09] DEBUG1: modifiers on update: 0x2000
[2020-12-29T17:04:09] DEBUG: registered hotkey ScrollLock (id=ef14 mask=0000) as id=1
--> bug? --> [2020-12-29T17:04:09] WARNING: failed to register hotkey ScrollLock (id=ef14 mask=0000)
started server (IPv4/IPv6), waiting for clients
[2020-12-29T17:04:09] DEBUG: screen "SERVER" shape changed

<-- CLIENT was awaken around here, but Barrier could not connect to it for some reason e.g. mouse was not switching to Client's screen! -->

[2020-12-29T18:40:58] DEBUG: Opening new socket: 9B767A40
[2020-12-29T18:40:58] INFO: OpenSSL 1.0.2l  25 May 2017
[2020-12-29T18:40:58] DEBUG1: openSSL : compiler: cl  /MD /Ox -DOPENSSL_THREADS  -DDSO_WIN32 -W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DOPENSSL_USE_APPLINK -I. -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_SSL2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_WEAK_SSL_CIPHERS -DOPENSSL_NO_STATIC_ENGINE    
[2020-12-29T18:40:58] DEBUG1: openSSL : built on: reproducible build, date unspecified
[2020-12-29T18:40:58] DEBUG1: openSSL : VC-WIN64A
[2020-12-29T18:40:58] DEBUG1: OPENSSLDIR: "C:\OpenSSL/ssl"
[2020-12-29T18:40:58] DEBUG2: accepting secure socket
[2020-12-29T18:40:58] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:40:58] DEBUG2: retry accepting secure socket
[2020-12-29T18:40:58] DEBUG2: accepting secure socket
[2020-12-29T18:40:58] DEBUG2: want to read, error=2, attempt=2
[2020-12-29T18:40:58] DEBUG2: retry accepting secure socket
[2020-12-29T18:40:58] DEBUG2: accepting secure socket
[2020-12-29T18:40:58] DEBUG2: want to read, error=2, attempt=3
[2020-12-29T18:40:58] DEBUG2: retry accepting secure socket
[2020-12-29T18:40:58] DEBUG2: accepting secure socket
[2020-12-29T18:40:58] INFO: accepted secure socket
[2020-12-29T18:40:58] DEBUG1: available local ciphers:
(deleted excessive cipher-related lines here)
[2020-12-29T18:40:58] INFO: AES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:40:58] NOTE: accepted client connection
[2020-12-29T18:40:58] DEBUG1: saying hello
[2020-12-29T18:40:58] DEBUG2: writef(Barrier%2i%2i)
[2020-12-29T18:40:58] DEBUG2: wrote 11 bytes
[2020-12-29T18:40:58] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:40:58] DEBUG2: reading secure socket
[2020-12-29T18:40:58] DEBUG2: reading secure socket
[2020-12-29T18:40:58] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:40:58] DEBUG1: parsing hello reply
[2020-12-29T18:40:58] DEBUG2: readf(Barrier%2i%2i%s)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 1 (0x1)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 6 (0x6)
[2020-12-29T18:40:58] DEBUG2: readf: read 13 byte string
[2020-12-29T18:40:58] DEBUG1: querying client "CLIENT" info
[2020-12-29T18:40:58] DEBUG2: writef(QINF)
[2020-12-29T18:40:58] DEBUG2: wrote 4 bytes
[2020-12-29T18:40:58] DEBUG1: created proxy for client "CLIENT" version 1.6
[2020-12-29T18:40:58] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:40:58] DEBUG2: reading secure socket
[2020-12-29T18:40:58] DEBUG2: reading secure socket
[2020-12-29T18:40:58] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:40:58] DEBUG2: msg from "CLIENT": DINF
[2020-12-29T18:40:58] DEBUG2: readf(%2i%2i%2i%2i%2i%2i%2i)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 1920 (0x780)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 1080 (0x438)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:40:58] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:40:58] DEBUG: received client "CLIENT" info shape=0,0 1920x1080 at 0,0
[2020-12-29T18:40:58] DEBUG1: send info ack to "CLIENT"
[2020-12-29T18:40:58] DEBUG2: writef(CIAK)
[2020-12-29T18:40:58] DEBUG2: wrote 4 bytes
[2020-12-29T18:40:58] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:40:58] DEBUG: active sides: 2
[2020-12-29T18:40:58] NOTE: client "CLIENT" has connected
[2020-12-29T18:40:58] DEBUG1: send reset options to "CLIENT"
[2020-12-29T18:40:58] DEBUG2: writef(CROP)
[2020-12-29T18:40:58] DEBUG2: wrote 4 bytes
[2020-12-29T18:40:58] DEBUG1: send set options to "CLIENT" size=26
[2020-12-29T18:40:58] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:40:58] DEBUG2: writef(DSOP%4I)
[2020-12-29T18:40:58] DEBUG2: wrote 112 bytes
[2020-12-29T18:40:58] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:01] DEBUG2: writef(CALV)
[2020-12-29T18:41:01] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:01] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:01] DEBUG2: reading secure socket
[2020-12-29T18:41:01] DEBUG2: reading secure socket
[2020-12-29T18:41:01] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:01] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:01] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:01] DEBUG2: no-op from
[2020-12-29T18:41:04] DEBUG2: writef(CALV)
[2020-12-29T18:41:04] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:04] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:04] DEBUG2: reading secure socket
[2020-12-29T18:41:04] DEBUG2: reading secure socket
[2020-12-29T18:41:04] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:04] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:04] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:04] DEBUG2: no-op from
[2020-12-29T18:41:07] DEBUG2: writef(CALV)
[2020-12-29T18:41:07] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:07] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:07] DEBUG2: reading secure socket
[2020-12-29T18:41:07] DEBUG2: reading secure socket
[2020-12-29T18:41:07] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:07] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:07] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:07] DEBUG2: no-op from
[2020-12-29T18:41:10] DEBUG2: writef(CALV)
[2020-12-29T18:41:10] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:10] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:10] DEBUG2: reading secure socket
[2020-12-29T18:41:10] DEBUG2: reading secure socket
[2020-12-29T18:41:10] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:10] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:10] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:10] DEBUG2: no-op from
[2020-12-29T18:41:13] DEBUG2: writef(CALV)
[2020-12-29T18:41:13] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:13] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:13] DEBUG2: reading secure socket
[2020-12-29T18:41:13] DEBUG2: reading secure socket
[2020-12-29T18:41:13] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:13] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:13] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:13] DEBUG2: no-op from
[2020-12-29T18:41:16] DEBUG2: writef(CALV)
[2020-12-29T18:41:16] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:16] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:16] DEBUG2: reading secure socket
[2020-12-29T18:41:16] DEBUG2: reading secure socket
[2020-12-29T18:41:16] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:16] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:16] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:16] DEBUG2: no-op from
[2020-12-29T18:41:19] DEBUG2: writef(CALV)
[2020-12-29T18:41:19] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:19] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:19] DEBUG2: reading secure socket
[2020-12-29T18:41:19] DEBUG2: reading secure socket
[2020-12-29T18:41:19] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:19] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:19] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:19] DEBUG2: no-op from
[2020-12-29T18:41:22] DEBUG2: writef(CALV)
[2020-12-29T18:41:22] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:22] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:22] DEBUG2: reading secure socket
[2020-12-29T18:41:22] DEBUG2: reading secure socket
[2020-12-29T18:41:22] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:22] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:22] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:22] DEBUG2: no-op from
[2020-12-29T18:41:25] DEBUG2: writef(CALV)
[2020-12-29T18:41:25] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:25] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:25] DEBUG2: reading secure socket
[2020-12-29T18:41:25] DEBUG2: reading secure socket
[2020-12-29T18:41:25] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:25] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:25] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:25] DEBUG2: no-op from
[2020-12-29T18:41:28] DEBUG2: writef(CALV)
[2020-12-29T18:41:28] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:28] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:28] DEBUG2: reading secure socket
[2020-12-29T18:41:28] DEBUG2: reading secure socket
[2020-12-29T18:41:28] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:28] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:28] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:28] DEBUG2: no-op from
[2020-12-29T18:41:31] DEBUG2: writef(CALV)
[2020-12-29T18:41:31] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:31] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:31] DEBUG2: reading secure socket
[2020-12-29T18:41:31] DEBUG2: reading secure socket
[2020-12-29T18:41:31] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:31] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:31] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:31] DEBUG2: no-op from
[2020-12-29T18:41:34] DEBUG2: writef(CALV)
[2020-12-29T18:41:34] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:34] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:34] DEBUG2: reading secure socket
[2020-12-29T18:41:34] DEBUG2: reading secure socket
[2020-12-29T18:41:34] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:34] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:34] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:34] DEBUG2: no-op from
[2020-12-29T18:41:37] DEBUG2: writef(CALV)
[2020-12-29T18:41:37] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:37] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:37] DEBUG2: reading secure socket
[2020-12-29T18:41:37] DEBUG2: reading secure socket
[2020-12-29T18:41:37] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:37] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:37] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:37] DEBUG2: no-op from
[2020-12-29T18:41:40] DEBUG2: writef(CALV)
[2020-12-29T18:41:40] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:40] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:40] DEBUG2: reading secure socket
[2020-12-29T18:41:40] DEBUG2: reading secure socket
[2020-12-29T18:41:40] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:40] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:40] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:40] DEBUG2: no-op from
[2020-12-29T18:41:43] DEBUG2: writef(CALV)
[2020-12-29T18:41:43] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:43] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:43] DEBUG2: reading secure socket
[2020-12-29T18:41:43] DEBUG2: reading secure socket
[2020-12-29T18:41:43] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:43] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:43] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:43] DEBUG2: no-op from
[2020-12-29T18:41:46] DEBUG2: writef(CALV)
[2020-12-29T18:41:46] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:46] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:46] DEBUG2: reading secure socket
[2020-12-29T18:41:46] DEBUG2: reading secure socket
[2020-12-29T18:41:46] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:46] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:46] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:46] DEBUG2: no-op from
[2020-12-29T18:41:49] DEBUG2: writef(CALV)
[2020-12-29T18:41:49] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:49] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:49] DEBUG2: reading secure socket
[2020-12-29T18:41:49] DEBUG2: reading secure socket
[2020-12-29T18:41:49] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:49] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:49] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:49] DEBUG2: no-op from
[2020-12-29T18:41:52] DEBUG2: writef(CALV)
[2020-12-29T18:41:52] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:52] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:52] DEBUG2: reading secure socket
[2020-12-29T18:41:52] DEBUG2: reading secure socket
[2020-12-29T18:41:52] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:52] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:52] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:52] DEBUG2: no-op from
[2020-12-29T18:41:55] DEBUG2: writef(CALV)
[2020-12-29T18:41:55] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:55] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:55] DEBUG2: reading secure socket
[2020-12-29T18:41:55] DEBUG2: reading secure socket
[2020-12-29T18:41:55] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:55] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:55] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:55] DEBUG2: no-op from
[2020-12-29T18:41:58] DEBUG2: writef(CALV)
[2020-12-29T18:41:58] DEBUG2: wrote 4 bytes
[2020-12-29T18:41:58] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:41:58] DEBUG2: reading secure socket
[2020-12-29T18:41:58] DEBUG2: reading secure socket
[2020-12-29T18:41:58] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:41:58] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:41:58] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:41:58] DEBUG2: no-op from
[2020-12-29T18:42:01] DEBUG2: writef(CALV)
[2020-12-29T18:42:01] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:01] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:01] DEBUG2: reading secure socket
[2020-12-29T18:42:01] DEBUG2: reading secure socket
[2020-12-29T18:42:01] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:01] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:01] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:01] DEBUG2: no-op from
[2020-12-29T18:42:04] DEBUG2: writef(CALV)
[2020-12-29T18:42:04] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:04] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:04] DEBUG2: reading secure socket
[2020-12-29T18:42:04] DEBUG2: reading secure socket
[2020-12-29T18:42:04] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:04] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:04] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:04] DEBUG2: no-op from
[2020-12-29T18:42:07] DEBUG2: writef(CALV)
[2020-12-29T18:42:07] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:07] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:07] DEBUG2: reading secure socket
[2020-12-29T18:42:07] DEBUG2: reading secure socket
[2020-12-29T18:42:07] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:07] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:07] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:07] DEBUG2: no-op from
[2020-12-29T18:42:10] DEBUG2: writef(CALV)
[2020-12-29T18:42:10] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:10] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:10] DEBUG2: reading secure socket
[2020-12-29T18:42:10] DEBUG2: reading secure socket
[2020-12-29T18:42:10] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:10] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:10] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:10] DEBUG2: no-op from
[2020-12-29T18:42:13] DEBUG2: writef(CALV)
[2020-12-29T18:42:13] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:13] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:13] DEBUG2: reading secure socket
[2020-12-29T18:42:13] DEBUG2: reading secure socket
[2020-12-29T18:42:13] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:13] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:13] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:13] DEBUG2: no-op from
[2020-12-29T18:42:16] DEBUG2: writef(CALV)
[2020-12-29T18:42:16] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:16] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:16] DEBUG2: reading secure socket
[2020-12-29T18:42:16] DEBUG2: reading secure socket
[2020-12-29T18:42:16] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:16] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:16] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:16] DEBUG2: no-op from
[2020-12-29T18:42:19] DEBUG2: writef(CALV)
[2020-12-29T18:42:19] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:19] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:19] DEBUG2: reading secure socket
[2020-12-29T18:42:19] DEBUG2: reading secure socket
[2020-12-29T18:42:19] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:19] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:19] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:19] DEBUG2: no-op from
[2020-12-29T18:42:22] DEBUG2: writef(CALV)
[2020-12-29T18:42:22] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:22] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:22] DEBUG2: reading secure socket
[2020-12-29T18:42:22] DEBUG2: reading secure socket
[2020-12-29T18:42:22] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:22] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:22] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:22] DEBUG2: no-op from
[2020-12-29T18:42:25] DEBUG2: writef(CALV)
[2020-12-29T18:42:25] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:25] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:25] DEBUG2: reading secure socket
[2020-12-29T18:42:25] DEBUG2: reading secure socket
[2020-12-29T18:42:25] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:25] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:25] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:25] DEBUG2: no-op from
[2020-12-29T18:42:25] DEBUG: stopping process
[2020-12-29T18:42:25] DEBUG: starting process

--> manual SERVER reload because it failed to connect to CLIENT :(

[2020-12-29T18:42:26] INFO: starting server
[2020-12-29T18:42:26] DEBUG: command: "C:/Program Files/Barrier/barriers.exe" -f --no-tray --debug DEBUG2 --name SERVER --ipc --stop-on-desk-switch --enable-drag-drop --enable-crypto --profile-dir "C:\Users\...\AppData\Local\Barrier" -c "C:/Users/.../AppData/Local/Temp/Barrier.OEvnrW" --address :24800
[2020-12-29T18:42:26] INFO: config file: C:/Users/.../AppData/Local/Temp/Barrier.GdOGyR
[2020-12-29T18:42:26] INFO: log level: DEBUG2
[2020-12-29T18:42:26] DEBUG: start ipc handle data
[2020-12-29T18:42:26] DEBUG: ipc read: ICMD
[2020-12-29T18:42:26] DEBUG2: readf(%s%1i)
[2020-12-29T18:42:26] DEBUG2: readf: read 0 byte string
[2020-12-29T18:42:26] DEBUG2: readf: read 1 byte integer: 0 (0x0)
[2020-12-29T18:42:26] DEBUG: ipc read: ICMD
[2020-12-29T18:42:26] DEBUG2: readf(%s%1i)
[2020-12-29T18:42:26] DEBUG2: readf: read 273 byte string
[2020-12-29T18:42:26] DEBUG2: readf: read 1 byte integer: 0 (0x0)
[2020-12-29T18:42:26] DEBUG: finished ipc handle data
[2020-12-29T18:42:26] DEBUG: empty command, elevate=0
[2020-12-29T18:42:26] INFO: service command updated
[2020-12-29T18:42:26] DEBUG: new command, elevate=0 command="C:/Program Files/Barrier/barriers.exe" -f --no-tray --debug DEBUG2 --name SERVER --ipc --stop-on-desk-switch --enable-drag-drop --enable-crypto --profile-dir "C:\Users\...\AppData\Local\Barrier" -c "C:/Users/.../AppData/Local/Temp/Barrier.OEvnrW" --address :24800
[2020-12-29T18:42:26] INFO: service command updated
[2020-12-29T18:42:27] DEBUG: closing existing process to make way for new one
[2020-12-29T18:42:27] DEBUG2: writef(ISDN)
[2020-12-29T18:42:27] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:27] DEBUG: start ipc handle data
[2020-12-29T18:42:27] DEBUG: ipc read: ISDN
[2020-12-29T18:42:27] DEBUG: finished ipc handle data
[2020-12-29T18:42:27] INFO: got ipc shutdown message
[2020-12-29T18:42:27] DEBUG1: stopping server
[2020-12-29T18:42:27] NOTE: disconnecting client "CLIENT"
[2020-12-29T18:42:27] DEBUG1: send close "CBYE" to "CLIENT"
[2020-12-29T18:42:27] DEBUG2: writef(CBYE)
[2020-12-29T18:42:27] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:27] DEBUG2: writing secure socket:000001EE9B6F5760
[2020-12-29T18:42:27] DEBUG: active sides: 2
[2020-12-29T18:42:27] DEBUG: event queue is ready
[2020-12-29T18:42:27] DEBUG2: reading secure socket
[2020-12-29T18:42:27] DEBUG: ssl connection closed
[2020-12-29T18:42:27] NOTE: client "CLIENT" has disconnected
[2020-12-29T18:42:27] DEBUG: Closing socket: 9B767A40
[2020-12-29T18:42:27] DEBUG: unregistered hotkey id=1
[2020-12-29T18:42:27] DEBUG1: thread 0x000006ec exit
[2020-12-29T18:42:27] DEBUG1: stop listening for clients
[2020-12-29T18:42:27] DEBUG: Closing socket: 00000000
[2020-12-29T18:42:27] DEBUG: adopting new buffer
[2020-12-29T18:42:27] DEBUG: discarding 1 event(s)
[2020-12-29T18:42:27] DEBUG: closed display
[2020-12-29T18:42:27] NOTE: stopped server
[2020-12-29T18:42:27] DEBUG: ipc disconnect, closing stream
[2020-12-29T18:42:27] DEBUG: Closing socket: 9B70C270
[2020-12-29T18:42:27] DEBUG: Closing socket: 00000000
[2020-12-29T18:42:27] DEBUG: ipc disconnect, closing stream
[2020-12-29T18:42:27] DEBUG: Closing socket: 1266E1D0
[2020-12-29T18:42:27] DEBUG: ipc client disconnected
[2020-12-29T18:42:27] DEBUG: Closing socket: 00000000
[2020-12-29T18:42:27] DEBUG: ipc client proxy removed, connected=1
[2020-12-29T18:42:27] DEBUG1: caught cancel on thread 0x00000c24

[2020-12-29T18:42:28] INFO: process 6028 was shutdown gracefully

[2020-12-29T18:42:28] DEBUG: found desktop name: 
[2020-12-29T18:42:28] DEBUG: getting elevated token, at login screen
[2020-12-29T18:42:28] DEBUG: processes in session 1: csrss.exe, winlogon.exe, fontdrvhost.exe, dwm.exe, atieclxx.exe, ETDCtrl.exe, sihost.exe, svchost.exe, taskhostw.exe, ctfmon.exe, ETDCtrlHelper.exe, explorer.exe, svchost.exe, StartMenuExperienceHost.exe, RuntimeBroker.exe, RuntimeBroker.exe, SecurityHealthSystray.exe, tvnserver.exe, KeyboardLeds.exe, RadeonSoftware.exe, barrier.exe, SearchUI.exe, TokenUtil.exe, dllhost.exe, ChamClock.exe, AMDRSServ.exe, amdow.exe, ApplicationFrameHost.exe, WinStore.App.exe, RuntimeBroker.exe, MicrosoftEdge.exe, browser_broker.exe, RuntimeBroker.exe, MicrosoftEdgeSH.exe, MicrosoftEdgeCP.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, Microsoft.Photos.exe, RuntimeBroker.exe, dllhost.exe, RuntimeBroker.exe, WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe, explorer.exe, SystemSettings.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, Calculator.exe, ShellExperienceHost.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, chrome.exe, 
[2020-12-29T18:42:28] DEBUG: found winlogon.exe in session 1
[2020-12-29T18:42:28] DEBUG: got token 768, duplicating
[2020-12-29T18:42:28] DEBUG: duplicated, new token: 1044
[2020-12-29T18:42:28] INFO: starting new process as privileged user
[2020-12-29T18:42:29] INFO: drag and drop enabled
[2020-12-29T18:42:29] DEBUG: opening configuration "C:/Users/.../AppData/Local/Temp/Barrier.OEvnrW"
[2020-12-29T18:42:29] DEBUG: configuration read successfully
[2020-12-29T18:42:29] DEBUG1: starting server
[2020-12-29T18:42:29] DEBUG1: thread 0x00002154 entry
[2020-12-29T18:42:29] DEBUG: screen shape: 0,0 1366x768 
[2020-12-29T18:42:29] DEBUG: window is 0x00030076
[2020-12-29T18:42:29] ERROR: failed to get desktop path, no drop target available, error=2
[2020-12-29T18:42:29] DEBUG: adopting new buffer
[2020-12-29T18:42:29] DEBUG: opened display
[2020-12-29T18:42:29] DEBUG1: registered event type IScreenEvents::error as 4
[2020-12-29T18:42:29] DEBUG1: registered event type IScreenEvents::suspend as 5
[2020-12-29T18:42:29] DEBUG1: registered event type IScreenEvents::resume as 6
[2020-12-29T18:42:29] DEBUG1: creating primary screen
[2020-12-29T18:42:29] DEBUG1: registered event type IListenSocketEvents::connecting as 7
[2020-12-29T18:42:29] DEBUG1: binding listen socket
[2020-12-29T18:42:29] DEBUG1: listening for clients
[2020-12-29T18:42:29] DEBUG1: registered event type ClientListenerEvents::connected as 8
[2020-12-29T18:42:29] DEBUG1: registered event type IKeyStateEvents::keyDown as 9
[2020-12-29T18:42:29] DEBUG1: registered event type IKeyStateEvents::keyUp as 10
[2020-12-29T18:42:29] DEBUG1: registered event type IKeyStateEvents::keyRepeat as 11
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::buttonDown as 12
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::buttonUp as 13
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::motionOnPrimary as 14
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::motionOnSecondary as 15
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::wheel as 16
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::screensaverActivated as 17
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::screensaverDeactivated as 18
[2020-12-29T18:42:29] DEBUG1: registered event type ServerEvents::switchToScreen as 19
[2020-12-29T18:42:29] DEBUG1: registered event type ServerEvents::toggleScreen as 20
[2020-12-29T18:42:29] DEBUG1: registered event type ServerEvents::switchInDirection as 21
[2020-12-29T18:42:29] DEBUG1: registered event type ServerEvents::keyboardBroadcast as 22
[2020-12-29T18:42:29] DEBUG1: registered event type ServerEvents::lockCursorToScreen as 23
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::fakeInputBegin as 24
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::fakeInputEnd as 25
[2020-12-29T18:42:29] DEBUG1: registered event type FileEvents::fileChunkSending as 26
[2020-12-29T18:42:29] DEBUG1: registered event type FileEvents::fileRecieveCompleted as 27
[2020-12-29T18:42:29] DEBUG1: registered event type IScreenEvents::shapeChanged as 28
[2020-12-29T18:42:29] DEBUG1: registered event type ClipboardEvents::clipboardGrabbed as 29
[2020-12-29T18:42:29] DEBUG1: registered event type ClipboardEvents::clipboardChanged as 30
[2020-12-29T18:42:29] DEBUG: active sides: 2
[2020-12-29T18:42:29] DEBUG: active sides: 2
[2020-12-29T18:42:29] DEBUG1: half-duplex caps-lock off
[2020-12-29T18:42:29] DEBUG1: half-duplex num-lock off
[2020-12-29T18:42:29] DEBUG1: half-duplex scroll-lock off
[2020-12-29T18:42:29] DEBUG1: screen saver synchronization off
[2020-12-29T18:42:29] DEBUG1: grab the foreground window
[2020-12-29T18:42:29] DEBUG1: modifiers on update: 0x2000
[2020-12-29T18:42:29] DEBUG1: thread 0x000008ec entry
[2020-12-29T18:42:29] DEBUG: desk Default window is 0x00020364
[2020-12-29T18:42:29] DEBUG: switched to desk "Default"
[2020-12-29T18:42:29] DEBUG: desktop is now accessible
[2020-12-29T18:42:29] DEBUG: Found 0 immune keys in C:\WINDOWS\system32\config\systemprofile\AppData\Local\Barrier\ImmuneKeys.txt
[2020-12-29T18:42:29] DEBUG1: modifiers on update: 0x2000
[2020-12-29T18:42:29] DEBUG1: modifiers on update: 0x2000
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::hotKeyDown as 31
[2020-12-29T18:42:29] DEBUG1: registered event type IPrimaryScreenEvents::hotKeyUp as 32
[2020-12-29T18:42:29] DEBUG1: registered event type ServerEvents::connected as 33
[2020-12-29T18:42:29] DEBUG: registered hotkey ScrollLock (id=ef14 mask=0000) as id=1
[2020-12-29T18:42:29] DEBUG1: registered event type ServerEvents::disconnected as 34
[2020-12-29T18:42:29] DEBUG1: registered event type ServerEvents::screenSwitched as 35
started server (IPv4/IPv6), waiting for clients
[2020-12-29T18:42:29] DEBUG: Opening new socket: 90EF71C0
[2020-12-29T18:42:29] DEBUG1: registered event type IDataSocketEvents::connected as 36
[2020-12-29T18:42:29] DEBUG1: registered event type IStreamEvents::inputReady as 37
[2020-12-29T18:42:29] DEBUG1: registered event type IpcServerProxyEvents::messageReceived as 38
[2020-12-29T18:42:29] DEBUG1: registered event type IpcClientEvents::messageReceived as 39
[2020-12-29T18:42:29] DEBUG1: registered event type ServerAppEvents::reloadConfig as 40
[2020-12-29T18:42:29] DEBUG1: registered event type ServerAppEvents::forceReconnect as 41
[2020-12-29T18:42:29] DEBUG1: registered event type ServerAppEvents::resetServer as 42
[2020-12-29T18:42:29] DEBUG: event queue is ready
[2020-12-29T18:42:29] DEBUG: add pending events to buffer
[2020-12-29T18:42:29] DEBUG: Opening new socket: 1266DE10
[2020-12-29T18:42:29] DEBUG: accepted ipc client connection
[2020-12-29T18:42:29] DEBUG1: registered event type IpcClientEvents::connected as 43
[2020-12-29T18:42:29] DEBUG2: writef(IHEL%1i)
[2020-12-29T18:42:29] DEBUG2: wrote 5 bytes
[2020-12-29T18:42:29] DEBUG1: registered event type IStreamEvents::outputFlushed as 44
[2020-12-29T18:42:29] DEBUG: screen "SERVER" shape changed
[2020-12-29T18:42:29] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:29] DEBUG1: event: button press button=1
[2020-12-29T18:42:29] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:29] DEBUG: start ipc handle data
[2020-12-29T18:42:29] DEBUG: ipc read: IHEL
[2020-12-29T18:42:29] DEBUG2: readf(%1i)
[2020-12-29T18:42:29] DEBUG2: readf: read 1 byte integer: 2 (0x2)
[2020-12-29T18:42:29] DEBUG: finished ipc handle data
[2020-12-29T18:42:29] DEBUG: ipc hello, type=node
server status: active
[2020-12-29T18:42:29] DEBUG1: event: button release button=1
[2020-12-29T18:42:29] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:29] DEBUG: started process, session=1, elevated: yes, command="C:/Program Files/Barrier/barriers.exe" -f --no-tray --debug DEBUG2 --name SERVER --ipc --stop-on-desk-switch --enable-drag-drop --enable-crypto --profile-dir "C:\Users\...\AppData\Local\Barrier" -c "C:/Users/.../AppData/Local/Temp/Barrier.OEvnrW" --address :24800
[2020-12-29T18:42:30] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:30] DEBUG1: event: button press button=1
[2020-12-29T18:42:30] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:30] DEBUG1: event: button release button=1
[2020-12-29T18:42:30] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:31] DEBUG1: hook: 0x000000a2 0x001d0001
[2020-12-29T18:42:31] DEBUG1: hook: 0x060000a2 0x001d0001
[2020-12-29T18:42:31] DEBUG1: hook: 0x070000a2 0x001d0001
[2020-12-29T18:42:31] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x001d0001
[2020-12-29T18:42:31] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:31] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:31] DEBUG1: onKeyDown id=61411 mask=0x2002 button=0x001d
[2020-12-29T18:42:31] DEBUG: Opening new socket: 90EF7100
[2020-12-29T18:42:31] INFO: OpenSSL 1.0.2l  25 May 2017
[2020-12-29T18:42:31] DEBUG1: openSSL : compiler: cl  /MD /Ox -DOPENSSL_THREADS  -DDSO_WIN32 -W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DOPENSSL_USE_APPLINK -I. -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_SSL2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_WEAK_SSL_CIPHERS -DOPENSSL_NO_STATIC_ENGINE    
[2020-12-29T18:42:31] DEBUG1: openSSL : built on: reproducible build, date unspecified
[2020-12-29T18:42:31] DEBUG1: openSSL : VC-WIN64A
[2020-12-29T18:42:31] DEBUG1: OPENSSLDIR: "C:\OpenSSL/ssl"
[2020-12-29T18:42:32] DEBUG1: registered event type ClientListenerEvents::accepted as 45
[2020-12-29T18:42:32] DEBUG2: accepting secure socket
[2020-12-29T18:42:32] DEBUG1: hook: 0x00000041 0x001e0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x06016141 0x001e0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x07006141 0x001e0001
[2020-12-29T18:42:32] DEBUG1: event: Key char=97, vk=0x41, nagr=0, lParam=0x001e0001
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: hook: 0x00000041 0x801e0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x06016141 0x801e0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x07006141 0x801e0001
[2020-12-29T18:42:32] DEBUG1: event: Key char=97, vk=0x41, nagr=0, lParam=0x801e0001
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: onKeyDown id=97 mask=0x2002 button=0x001e
[2020-12-29T18:42:32] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:32] DEBUG2: retry accepting secure socket
[2020-12-29T18:42:32] DEBUG1: onKeyUp id=97 mask=0x2002 button=0x001e
[2020-12-29T18:42:32] DEBUG2: accepting secure socket
[2020-12-29T18:42:32] DEBUG2: want to read, error=2, attempt=2
[2020-12-29T18:42:32] DEBUG2: retry accepting secure socket
[2020-12-29T18:42:32] DEBUG2: accepting secure socket
[2020-12-29T18:42:32] INFO: accepted secure socket
[2020-12-29T18:42:32] DEBUG1: available local ciphers:
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AES(256)  Mac=SHA384
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AES(256)  Mac=SHA384
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES256-SHA    SSLv3 Kx=ECDH     Au=RSA  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES256-SHA  SSLv3 Kx=ECDH     Au=ECDSA Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-DSS-AES-256-CBC-SHA SSLv3 Kx=SRP      Au=DSS  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-RSA-AES-256-CBC-SHA SSLv3 Kx=SRP      Au=RSA  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-AES-256-CBC-SHA     SSLv3 Kx=SRP      Au=SRP  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES256-GCM-SHA384 TLSv1.2 Kx=DH/DSS   Au=DH   Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES256-GCM-SHA384 TLSv1.2 Kx=DH       Au=DSS  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH/RSA   Au=DH   Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH       Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES256-SHA256   TLSv1.2 Kx=DH       Au=RSA  Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES256-SHA256   TLSv1.2 Kx=DH       Au=DSS  Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES256-SHA256    TLSv1.2 Kx=DH/RSA   Au=DH   Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES256-SHA256    TLSv1.2 Kx=DH/DSS   Au=DH   Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES256-SHA      SSLv3 Kx=DH       Au=RSA  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES256-SHA      SSLv3 Kx=DH       Au=DSS  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES256-SHA       SSLv3 Kx=DH/RSA   Au=DH   Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES256-SHA       SSLv3 Kx=DH/DSS   Au=DH   Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-CAMELLIA256-SHA SSLv3 Kx=DH       Au=RSA  Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-CAMELLIA256-SHA SSLv3 Kx=DH       Au=DSS  Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-CAMELLIA256-SHA  SSLv3 Kx=DH/RSA   Au=DH   Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-CAMELLIA256-SHA  SSLv3 Kx=DH/DSS   Au=DH   Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH/ECDSA Au=ECDH Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES256-SHA384  TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AES(256)  Mac=SHA384
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH/ECDSA Au=ECDH Enc=AES(256)  Mac=SHA384
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES256-SHA     SSLv3 Kx=ECDH/RSA Au=ECDH Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES256-SHA   SSLv3 Kx=ECDH/ECDSA Au=ECDH Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: AES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: AES256-SHA256           TLSv1.2 Kx=RSA      Au=RSA  Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: AES256-SHA              SSLv3 Kx=RSA      Au=RSA  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: CAMELLIA256-SHA         SSLv3 Kx=RSA      Au=RSA  Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: PSK-AES256-CBC-SHA      SSLv3 Kx=PSK      Au=PSK  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES128-SHA    SSLv3 Kx=ECDH     Au=RSA  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES128-SHA  SSLv3 Kx=ECDH     Au=ECDSA Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-DSS-AES-128-CBC-SHA SSLv3 Kx=SRP      Au=DSS  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-RSA-AES-128-CBC-SHA SSLv3 Kx=SRP      Au=RSA  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-AES-128-CBC-SHA     SSLv3 Kx=SRP      Au=SRP  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES128-GCM-SHA256 TLSv1.2 Kx=DH/DSS   Au=DH   Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES128-GCM-SHA256 TLSv1.2 Kx=DH       Au=DSS  Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH/RSA   Au=DH   Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH       Au=RSA  Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES128-SHA256   TLSv1.2 Kx=DH       Au=RSA  Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES128-SHA256   TLSv1.2 Kx=DH       Au=DSS  Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES128-SHA256    TLSv1.2 Kx=DH/RSA   Au=DH   Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES128-SHA256    TLSv1.2 Kx=DH/DSS   Au=DH   Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES128-SHA      SSLv3 Kx=DH       Au=RSA  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES128-SHA      SSLv3 Kx=DH       Au=DSS  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES128-SHA       SSLv3 Kx=DH/RSA   Au=DH   Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES128-SHA       SSLv3 Kx=DH/DSS   Au=DH   Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-SEED-SHA        SSLv3 Kx=DH       Au=RSA  Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-SEED-SHA        SSLv3 Kx=DH       Au=DSS  Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-SEED-SHA         SSLv3 Kx=DH/RSA   Au=DH   Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-SEED-SHA         SSLv3 Kx=DH/DSS   Au=DH   Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-CAMELLIA128-SHA SSLv3 Kx=DH       Au=RSA  Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-CAMELLIA128-SHA SSLv3 Kx=DH       Au=DSS  Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-CAMELLIA128-SHA  SSLv3 Kx=DH/RSA   Au=DH   Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-CAMELLIA128-SHA  SSLv3 Kx=DH/DSS   Au=DH   Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH/ECDSA Au=ECDH Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES128-SHA256  TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH/ECDSA Au=ECDH Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES128-SHA     SSLv3 Kx=ECDH/RSA Au=ECDH Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES128-SHA   SSLv3 Kx=ECDH/ECDSA Au=ECDH Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: AES128-GCM-SHA256       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: AES128-SHA256           TLSv1.2 Kx=RSA      Au=RSA  Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: AES128-SHA              SSLv3 Kx=RSA      Au=RSA  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SEED-SHA                SSLv3 Kx=RSA      Au=RSA  Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: CAMELLIA128-SHA         SSLv3 Kx=RSA      Au=RSA  Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: IDEA-CBC-SHA            SSLv3 Kx=RSA      Au=RSA  Enc=IDEA(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: PSK-AES128-CBC-SHA      SSLv3 Kx=PSK      Au=PSK  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-RC4-SHA       SSLv3 Kx=ECDH     Au=RSA  Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-RC4-SHA     SSLv3 Kx=ECDH     Au=ECDSA Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-RC4-SHA        SSLv3 Kx=ECDH/RSA Au=ECDH Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-RC4-SHA      SSLv3 Kx=ECDH/ECDSA Au=ECDH Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: RC4-SHA                 SSLv3 Kx=RSA      Au=RSA  Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: RC4-MD5                 SSLv3 Kx=RSA      Au=RSA  Enc=RC4(128)  Mac=MD5 
[2020-12-29T18:42:32] DEBUG1: PSK-RC4-SHA             SSLv3 Kx=PSK      Au=PSK  Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-DES-CBC3-SHA  SSLv3 Kx=ECDH     Au=RSA  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-DES-CBC3-SHA SSLv3 Kx=ECDH     Au=ECDSA Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-DSS-3DES-EDE-CBC-SHA SSLv3 Kx=SRP      Au=DSS  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-RSA-3DES-EDE-CBC-SHA SSLv3 Kx=SRP      Au=RSA  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SRP-3DES-EDE-CBC-SHA    SSLv3 Kx=SRP      Au=SRP  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: EDH-RSA-DES-CBC3-SHA    SSLv3 Kx=DH       Au=RSA  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: EDH-DSS-DES-CBC3-SHA    SSLv3 Kx=DH       Au=DSS  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-DES-CBC3-SHA     SSLv3 Kx=DH/RSA   Au=DH   Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-DES-CBC3-SHA     SSLv3 Kx=DH/DSS   Au=DH   Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-DES-CBC3-SHA   SSLv3 Kx=ECDH/RSA Au=ECDH Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-DES-CBC3-SHA SSLv3 Kx=ECDH/ECDSA Au=ECDH Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DES-CBC3-SHA            SSLv3 Kx=RSA      Au=RSA  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: PSK-3DES-EDE-CBC-SHA    SSLv3 Kx=PSK      Au=PSK  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: available remote ciphers:
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AES(256)  Mac=SHA384
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AES(256)  Mac=SHA384
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES256-SHA    SSLv3 Kx=ECDH     Au=RSA  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES256-SHA  SSLv3 Kx=ECDH     Au=ECDSA Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES256-GCM-SHA384 TLSv1.2 Kx=DH/DSS   Au=DH   Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES256-GCM-SHA384 TLSv1.2 Kx=DH       Au=DSS  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH/RSA   Au=DH   Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH       Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES256-SHA256   TLSv1.2 Kx=DH       Au=RSA  Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES256-SHA256   TLSv1.2 Kx=DH       Au=DSS  Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES256-SHA256    TLSv1.2 Kx=DH/RSA   Au=DH   Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES256-SHA256    TLSv1.2 Kx=DH/DSS   Au=DH   Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES256-SHA      SSLv3 Kx=DH       Au=RSA  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES256-SHA      SSLv3 Kx=DH       Au=DSS  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES256-SHA       SSLv3 Kx=DH/RSA   Au=DH   Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES256-SHA       SSLv3 Kx=DH/DSS   Au=DH   Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-CAMELLIA256-SHA SSLv3 Kx=DH       Au=RSA  Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-CAMELLIA256-SHA SSLv3 Kx=DH       Au=DSS  Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-CAMELLIA256-SHA  SSLv3 Kx=DH/RSA   Au=DH   Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-CAMELLIA256-SHA  SSLv3 Kx=DH/DSS   Au=DH   Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH/ECDSA Au=ECDH Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES256-SHA384  TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AES(256)  Mac=SHA384
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES256-SHA384 TLSv1.2 Kx=ECDH/ECDSA Au=ECDH Enc=AES(256)  Mac=SHA384
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES256-SHA     SSLv3 Kx=ECDH/RSA Au=ECDH Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES256-SHA   SSLv3 Kx=ECDH/ECDSA Au=ECDH Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: AES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: AES256-SHA256           TLSv1.2 Kx=RSA      Au=RSA  Enc=AES(256)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: AES256-SHA              SSLv3 Kx=RSA      Au=RSA  Enc=AES(256)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: CAMELLIA256-SHA         SSLv3 Kx=RSA      Au=RSA  Enc=Camellia(256) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH     Au=ECDSA Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-AES128-SHA    SSLv3 Kx=ECDH     Au=RSA  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-AES128-SHA  SSLv3 Kx=ECDH     Au=ECDSA Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES128-GCM-SHA256 TLSv1.2 Kx=DH/DSS   Au=DH   Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES128-GCM-SHA256 TLSv1.2 Kx=DH       Au=DSS  Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH/RSA   Au=DH   Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH       Au=RSA  Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES128-SHA256   TLSv1.2 Kx=DH       Au=RSA  Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES128-SHA256   TLSv1.2 Kx=DH       Au=DSS  Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES128-SHA256    TLSv1.2 Kx=DH/RSA   Au=DH   Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES128-SHA256    TLSv1.2 Kx=DH/DSS   Au=DH   Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-AES128-SHA      SSLv3 Kx=DH       Au=RSA  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-AES128-SHA      SSLv3 Kx=DH       Au=DSS  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-AES128-SHA       SSLv3 Kx=DH/RSA   Au=DH   Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-AES128-SHA       SSLv3 Kx=DH/DSS   Au=DH   Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-SEED-SHA        SSLv3 Kx=DH       Au=RSA  Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-SEED-SHA        SSLv3 Kx=DH       Au=DSS  Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-SEED-SHA         SSLv3 Kx=DH/RSA   Au=DH   Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-SEED-SHA         SSLv3 Kx=DH/DSS   Au=DH   Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-RSA-CAMELLIA128-SHA SSLv3 Kx=DH       Au=RSA  Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DHE-DSS-CAMELLIA128-SHA SSLv3 Kx=DH       Au=DSS  Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-CAMELLIA128-SHA  SSLv3 Kx=DH/RSA   Au=DH   Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-CAMELLIA128-SHA  SSLv3 Kx=DH/DSS   Au=DH   Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH/ECDSA Au=ECDH Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES128-SHA256  TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES128-SHA256 TLSv1.2 Kx=ECDH/ECDSA Au=ECDH Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-AES128-SHA     SSLv3 Kx=ECDH/RSA Au=ECDH Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-AES128-SHA   SSLv3 Kx=ECDH/ECDSA Au=ECDH Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: AES128-GCM-SHA256       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(128) Mac=AEAD
[2020-12-29T18:42:32] DEBUG1: AES128-SHA256           TLSv1.2 Kx=RSA      Au=RSA  Enc=AES(128)  Mac=SHA256
[2020-12-29T18:42:32] DEBUG1: AES128-SHA              SSLv3 Kx=RSA      Au=RSA  Enc=AES(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: SEED-SHA                SSLv3 Kx=RSA      Au=RSA  Enc=SEED(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: CAMELLIA128-SHA         SSLv3 Kx=RSA      Au=RSA  Enc=Camellia(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: IDEA-CBC-SHA            SSLv3 Kx=RSA      Au=RSA  Enc=IDEA(128) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-RC4-SHA       SSLv3 Kx=ECDH     Au=RSA  Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-RC4-SHA     SSLv3 Kx=ECDH     Au=ECDSA Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-RC4-SHA        SSLv3 Kx=ECDH/RSA Au=ECDH Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-RC4-SHA      SSLv3 Kx=ECDH/ECDSA Au=ECDH Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: RC4-SHA                 SSLv3 Kx=RSA      Au=RSA  Enc=RC4(128)  Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: RC4-MD5                 SSLv3 Kx=RSA      Au=RSA  Enc=RC4(128)  Mac=MD5 
[2020-12-29T18:42:32] DEBUG1: ECDHE-RSA-DES-CBC3-SHA  SSLv3 Kx=ECDH     Au=RSA  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDHE-ECDSA-DES-CBC3-SHA SSLv3 Kx=ECDH     Au=ECDSA Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: EDH-RSA-DES-CBC3-SHA    SSLv3 Kx=DH       Au=RSA  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: EDH-DSS-DES-CBC3-SHA    SSLv3 Kx=DH       Au=DSS  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-RSA-DES-CBC3-SHA     SSLv3 Kx=DH/RSA   Au=DH   Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DH-DSS-DES-CBC3-SHA     SSLv3 Kx=DH/DSS   Au=DH   Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-RSA-DES-CBC3-SHA   SSLv3 Kx=ECDH/RSA Au=ECDH Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: ECDH-ECDSA-DES-CBC3-SHA SSLv3 Kx=ECDH/ECDSA Au=ECDH Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] DEBUG1: DES-CBC3-SHA            SSLv3 Kx=RSA      Au=RSA  Enc=3DES(168) Mac=SHA1
[2020-12-29T18:42:32] INFO: AES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-12-29T18:42:32] NOTE: accepted client connection
[2020-12-29T18:42:32] DEBUG1: registered event type IStreamEvents::outputError as 46
[2020-12-29T18:42:32] DEBUG1: registered event type IStreamEvents::inputShutdown as 47
[2020-12-29T18:42:32] DEBUG1: registered event type IStreamEvents::outputShutdown as 48
[2020-12-29T18:42:32] DEBUG1: saying hello
[2020-12-29T18:42:32] DEBUG2: writef(Barrier%2i%2i)
[2020-12-29T18:42:32] DEBUG2: wrote 11 bytes
[2020-12-29T18:42:32] DEBUG1: registered event type ClientProxyUnknownEvents::success as 49
[2020-12-29T18:42:32] DEBUG1: registered event type ClientProxyUnknownEvents::failure as 50
[2020-12-29T18:42:32] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:32] DEBUG2: reading secure socket
[2020-12-29T18:42:32] DEBUG2: reading secure socket
[2020-12-29T18:42:32] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:32] DEBUG1: parsing hello reply
[2020-12-29T18:42:32] DEBUG2: readf(Barrier%2i%2i%s)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 1 (0x1)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 6 (0x6)
[2020-12-29T18:42:32] DEBUG2: readf: read 13 byte string
[2020-12-29T18:42:32] DEBUG1: querying client "CLIENT" info
[2020-12-29T18:42:32] DEBUG2: writef(QINF)
[2020-12-29T18:42:32] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:32] DEBUG1: registered event type FileEvents::keepAlive as 51
[2020-12-29T18:42:32] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:32] DEBUG1: registered event type ClipboardEvents::clipboardSending as 52
[2020-12-29T18:42:32] DEBUG1: created proxy for client "CLIENT" version 1.6
[2020-12-29T18:42:32] DEBUG1: registered event type ClientProxyEvents::ready as 53
[2020-12-29T18:42:32] DEBUG1: registered event type ClientProxyEvents::disconnected as 54
[2020-12-29T18:42:32] DEBUG2: reading secure socket
[2020-12-29T18:42:32] DEBUG2: reading secure socket
[2020-12-29T18:42:32] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:32] DEBUG2: msg from "CLIENT": DINF
[2020-12-29T18:42:32] DEBUG2: readf(%2i%2i%2i%2i%2i%2i%2i)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 1920 (0x780)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 1080 (0x438)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:42:32] DEBUG2: readf: read 2 byte integer: 0 (0x0)
[2020-12-29T18:42:32] DEBUG: received client "CLIENT" info shape=0,0 1920x1080 at 0,0
[2020-12-29T18:42:32] DEBUG1: send info ack to "CLIENT"
[2020-12-29T18:42:32] DEBUG2: writef(CIAK)
[2020-12-29T18:42:32] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:32] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:32] DEBUG: active sides: 2
[2020-12-29T18:42:32] NOTE: client "CLIENT" has connected
[2020-12-29T18:42:32] DEBUG1: send reset options to "CLIENT"
[2020-12-29T18:42:32] DEBUG2: writef(CROP)
[2020-12-29T18:42:32] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:32] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:32] DEBUG1: send set options to "CLIENT" size=26
[2020-12-29T18:42:32] DEBUG2: writef(DSOP%4I)
[2020-12-29T18:42:32] DEBUG2: wrote 112 bytes
[2020-12-29T18:42:32] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:32] DEBUG1: hook: 0x00000043 0x002e0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x06016343 0x002e0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x07006343 0x002e0001
[2020-12-29T18:42:32] DEBUG1: event: Key char=99, vk=0x43, nagr=0, lParam=0x002e0001
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: onKeyDown id=99 mask=0x2002 button=0x002e
[2020-12-29T18:42:32] DEBUG1: hook: 0x00000043 0x802e0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x06016343 0x802e0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x07006343 0x802e0001
[2020-12-29T18:42:32] DEBUG1: event: Key char=99, vk=0x43, nagr=0, lParam=0x802e0001
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: onKeyUp id=99 mask=0x2002 button=0x002e
[2020-12-29T18:42:32] DEBUG1: hook: 0x000000a2 0x801d0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x060000a2 0x801d0001
[2020-12-29T18:42:32] DEBUG1: hook: 0x070000a2 0x801d0001
[2020-12-29T18:42:32] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x801d0001
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:32] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:32] DEBUG1: onKeyUp id=61411 mask=0x2000 button=0x001d
[2020-12-29T18:42:33] DEBUG1: hook: 0x000000a2 0x001d0001
[2020-12-29T18:42:33] DEBUG1: hook: 0x060000a2 0x001d0001
[2020-12-29T18:42:33] DEBUG1: hook: 0x070000a2 0x001d0001
[2020-12-29T18:42:33] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x001d0001
[2020-12-29T18:42:33] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:33] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:33] DEBUG1: onKeyDown id=61411 mask=0x2002 button=0x001d
[2020-12-29T18:42:34] DEBUG1: hook: 0x00000041 0x001e0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x06016141 0x001e0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x07006141 0x001e0001
[2020-12-29T18:42:34] DEBUG1: event: Key char=97, vk=0x41, nagr=0, lParam=0x001e0001
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:34] DEBUG1: onKeyDown id=97 mask=0x2002 button=0x001e
[2020-12-29T18:42:34] DEBUG1: hook: 0x00000041 0x801e0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x06016141 0x801e0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x07006141 0x801e0001
[2020-12-29T18:42:34] DEBUG1: event: Key char=97, vk=0x41, nagr=0, lParam=0x801e0001
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:34] DEBUG1: onKeyUp id=97 mask=0x2002 button=0x001e
[2020-12-29T18:42:34] DEBUG1: hook: 0x00000043 0x002e0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x06016343 0x002e0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x07006343 0x002e0001
[2020-12-29T18:42:34] DEBUG1: event: Key char=99, vk=0x43, nagr=0, lParam=0x002e0001
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:34] DEBUG1: onKeyDown id=99 mask=0x2002 button=0x002e
[2020-12-29T18:42:34] DEBUG1: hook: 0x000000a2 0x801d0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x060000a2 0x801d0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x070000a2 0x801d0001
[2020-12-29T18:42:34] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x801d0001
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:34] DEBUG1: onKeyUp id=61411 mask=0x2000 button=0x001d
[2020-12-29T18:42:34] DEBUG1: hook: 0x00000043 0x802e0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x06016343 0x802e0001
[2020-12-29T18:42:34] DEBUG1: hook: 0x07006343 0x802e0001
[2020-12-29T18:42:34] DEBUG1: event: Key char=99, vk=0x43, nagr=0, lParam=0x802e0001
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:34] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:34] DEBUG1: onKeyUp id=99 mask=0x2000 button=0x002e
[2020-12-29T18:42:35] DEBUG2: writef(CALV)
[2020-12-29T18:42:35] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:35] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:35] DEBUG2: reading secure socket
[2020-12-29T18:42:35] DEBUG2: reading secure socket
[2020-12-29T18:42:35] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:35] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:35] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:35] DEBUG2: no-op from
[2020-12-29T18:42:36] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:36] DEBUG1: event: button press button=1
[2020-12-29T18:42:36] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:36] DEBUG1: event: button release button=1
[2020-12-29T18:42:36] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:38] DEBUG2: writef(CALV)
[2020-12-29T18:42:38] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:38] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:38] DEBUG2: reading secure socket
[2020-12-29T18:42:38] DEBUG2: reading secure socket
[2020-12-29T18:42:38] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:38] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:38] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:38] DEBUG2: no-op from
[2020-12-29T18:42:39] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:39] DEBUG1: event: button press button=1
[2020-12-29T18:42:39] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:39] DEBUG1: event: button release button=1
[2020-12-29T18:42:39] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:39] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:39] DEBUG1: event: button press button=1
[2020-12-29T18:42:39] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:40] DEBUG1: event: button release button=1
[2020-12-29T18:42:40] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:41] DEBUG2: writef(CALV)
[2020-12-29T18:42:41] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:41] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:41] DEBUG2: reading secure socket
[2020-12-29T18:42:41] DEBUG2: reading secure socket
[2020-12-29T18:42:41] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:41] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:41] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:41] DEBUG2: no-op from
[2020-12-29T18:42:43] DEBUG1: hook: 0x000000a2 0x001d0001
[2020-12-29T18:42:43] DEBUG1: hook: 0x060000a2 0x001d0001
[2020-12-29T18:42:43] DEBUG1: hook: 0x070000a2 0x001d0001
[2020-12-29T18:42:43] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x001d0001
[2020-12-29T18:42:43] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:43] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:43] DEBUG1: onKeyDown id=61411 mask=0x2002 button=0x001d
[2020-12-29T18:42:44] DEBUG1: hook: 0x00000056 0x002f0001
[2020-12-29T18:42:44] DEBUG1: hook: 0x06017656 0x002f0001
[2020-12-29T18:42:44] DEBUG1: hook: 0x07007656 0x002f0001
[2020-12-29T18:42:44] DEBUG1: event: Key char=118, vk=0x56, nagr=0, lParam=0x002f0001
[2020-12-29T18:42:44] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:44] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:44] DEBUG1: onKeyDown id=118 mask=0x2002 button=0x002f
[2020-12-29T18:42:44] DEBUG2: writef(CALV)
[2020-12-29T18:42:44] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:44] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:44] DEBUG2: reading secure socket
[2020-12-29T18:42:44] DEBUG2: reading secure socket
[2020-12-29T18:42:44] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:44] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:44] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:44] DEBUG2: no-op from
[2020-12-29T18:42:44] DEBUG1: hook: 0x00000056 0x802f0001
[2020-12-29T18:42:44] DEBUG1: hook: 0x06017656 0x802f0001
[2020-12-29T18:42:44] DEBUG1: hook: 0x07007656 0x802f0001
[2020-12-29T18:42:44] DEBUG1: event: Key char=118, vk=0x56, nagr=0, lParam=0x802f0001
[2020-12-29T18:42:44] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:44] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:44] DEBUG1: onKeyUp id=118 mask=0x2002 button=0x002f
[2020-12-29T18:42:44] DEBUG1: hook: 0x000000a2 0x801d0001
[2020-12-29T18:42:44] DEBUG1: hook: 0x060000a2 0x801d0001
[2020-12-29T18:42:44] DEBUG1: hook: 0x070000a2 0x801d0001
[2020-12-29T18:42:44] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x801d0001
[2020-12-29T18:42:44] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:44] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:44] DEBUG1: onKeyUp id=61411 mask=0x2000 button=0x001d
[2020-12-29T18:42:47] DEBUG2: writef(CALV)
[2020-12-29T18:42:47] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:47] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:47] DEBUG2: reading secure socket
[2020-12-29T18:42:47] DEBUG2: reading secure socket
[2020-12-29T18:42:47] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:47] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:47] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:47] DEBUG2: no-op from
[2020-12-29T18:42:47] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:47] DEBUG1: event: button press button=1
[2020-12-29T18:42:47] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:47] DEBUG1: event: button release button=1
[2020-12-29T18:42:47] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:48] DEBUG1: event: button press button=3
[2020-12-29T18:42:48] DEBUG1: onMouseDown id=3
[2020-12-29T18:42:48] DEBUG1: event: button release button=3
[2020-12-29T18:42:48] DEBUG1: onMouseUp id=3
[2020-12-29T18:42:49] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:49] DEBUG1: event: button press button=1
[2020-12-29T18:42:49] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:49] DEBUG1: event: button release button=1
[2020-12-29T18:42:49] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:50] DEBUG2: writef(CALV)
[2020-12-29T18:42:50] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:50] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:50] DEBUG2: reading secure socket
[2020-12-29T18:42:50] DEBUG2: reading secure socket
[2020-12-29T18:42:50] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:50] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:50] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:50] DEBUG2: no-op from
[2020-12-29T18:42:50] DEBUG1: event: button press button=3
[2020-12-29T18:42:50] DEBUG1: onMouseDown id=3
[2020-12-29T18:42:51] DEBUG1: event: button release button=3
[2020-12-29T18:42:51] DEBUG1: onMouseUp id=3
[2020-12-29T18:42:52] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:52] DEBUG1: event: button press button=1
[2020-12-29T18:42:52] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:52] DEBUG1: event: button release button=1
[2020-12-29T18:42:52] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:53] DEBUG2: writef(CALV)
[2020-12-29T18:42:53] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:53] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:53] DEBUG2: reading secure socket
[2020-12-29T18:42:53] DEBUG2: reading secure socket
[2020-12-29T18:42:53] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:53] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:53] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:53] DEBUG2: no-op from
[2020-12-29T18:42:53] DEBUG2: find neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG2: no neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG1: try to leave "SERVER" on down
[2020-12-29T18:42:53] DEBUG1: no neighbor down
[2020-12-29T18:42:53] DEBUG2: find neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG2: no neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG1: try to leave "SERVER" on down
[2020-12-29T18:42:53] DEBUG1: no neighbor down
[2020-12-29T18:42:53] DEBUG2: find neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG2: no neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG1: try to leave "SERVER" on down
[2020-12-29T18:42:53] DEBUG1: no neighbor down
[2020-12-29T18:42:53] DEBUG2: find neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG2: no neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG1: try to leave "SERVER" on down
[2020-12-29T18:42:53] DEBUG1: no neighbor down
[2020-12-29T18:42:53] DEBUG2: find neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG2: no neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG1: try to leave "SERVER" on down
[2020-12-29T18:42:53] DEBUG1: no neighbor down
[2020-12-29T18:42:53] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:53] DEBUG1: event: button press button=1
[2020-12-29T18:42:53] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:53] DEBUG1: event: button release button=1
[2020-12-29T18:42:53] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:53] DEBUG2: find neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG2: no neighbor on down of "SERVER"
[2020-12-29T18:42:53] DEBUG1: try to leave "SERVER" on down
[2020-12-29T18:42:53] DEBUG1: no neighbor down
[2020-12-29T18:42:54] DEBUG1: event: button press button=3
[2020-12-29T18:42:54] DEBUG1: onMouseDown id=3
[2020-12-29T18:42:55] DEBUG1: event: button release button=3
[2020-12-29T18:42:55] DEBUG1: onMouseUp id=3
[2020-12-29T18:42:56] DEBUG2: writef(CALV)
[2020-12-29T18:42:56] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:56] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:56] DEBUG2: reading secure socket
[2020-12-29T18:42:56] DEBUG2: reading secure socket
[2020-12-29T18:42:56] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:56] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:56] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:56] DEBUG2: no-op from
[2020-12-29T18:42:56] DEBUG1: hook: 0x000000a2 0x001d0001
[2020-12-29T18:42:56] DEBUG1: hook: 0x060000a2 0x001d0001
[2020-12-29T18:42:56] DEBUG1: hook: 0x070000a2 0x001d0001
[2020-12-29T18:42:56] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x001d0001
[2020-12-29T18:42:56] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:56] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:56] DEBUG1: onKeyDown id=61411 mask=0x2002 button=0x001d
[2020-12-29T18:42:56] DEBUG1: hook: 0x00000043 0x002e0001
[2020-12-29T18:42:56] DEBUG1: hook: 0x06016343 0x002e0001
[2020-12-29T18:42:56] DEBUG1: hook: 0x07006343 0x002e0001
[2020-12-29T18:42:56] DEBUG1: event: Key char=99, vk=0x43, nagr=0, lParam=0x002e0001
[2020-12-29T18:42:56] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:56] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:56] DEBUG1: onKeyDown id=99 mask=0x2002 button=0x002e
[2020-12-29T18:42:56] DEBUG1: hook: 0x000000a2 0x801d0001
[2020-12-29T18:42:56] DEBUG1: hook: 0x060000a2 0x801d0001
[2020-12-29T18:42:56] DEBUG1: hook: 0x070000a2 0x801d0001
[2020-12-29T18:42:56] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x801d0001
[2020-12-29T18:42:56] DEBUG1: new mask: 0x2002
[2020-12-29T18:42:56] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:56] DEBUG1: onKeyUp id=61411 mask=0x2000 button=0x001d
[2020-12-29T18:42:56] DEBUG1: hook: 0x00000043 0x802e0001
[2020-12-29T18:42:56] DEBUG1: hook: 0x06016343 0x802e0001
[2020-12-29T18:42:56] DEBUG1: hook: 0x07006343 0x802e0001
[2020-12-29T18:42:56] DEBUG1: event: Key char=99, vk=0x43, nagr=0, lParam=0x802e0001
[2020-12-29T18:42:56] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:56] DEBUG1: new mask: 0x2000
[2020-12-29T18:42:56] DEBUG1: onKeyUp id=99 mask=0x2000 button=0x002e
[2020-12-29T18:42:58] DEBUG2: dragging filename is cleared
[2020-12-29T18:42:58] DEBUG1: event: button press button=1
[2020-12-29T18:42:58] DEBUG1: onMouseDown id=1
[2020-12-29T18:42:59] DEBUG1: event: button release button=1
[2020-12-29T18:42:59] DEBUG1: onMouseUp id=1
[2020-12-29T18:42:59] DEBUG2: writef(CALV)
[2020-12-29T18:42:59] DEBUG2: wrote 4 bytes
[2020-12-29T18:42:59] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:42:59] DEBUG2: reading secure socket
[2020-12-29T18:42:59] DEBUG2: reading secure socket
[2020-12-29T18:42:59] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:42:59] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:42:59] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:42:59] DEBUG2: no-op from
[2020-12-29T18:42:59] DEBUG1: event: button press button=3
[2020-12-29T18:42:59] DEBUG1: onMouseDown id=3
[2020-12-29T18:42:59] DEBUG1: event: button release button=3
[2020-12-29T18:42:59] DEBUG1: onMouseUp id=3
[2020-12-29T18:43:00] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:00] DEBUG1: event: button press button=1
[2020-12-29T18:43:00] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:00] DEBUG1: event: button release button=1
[2020-12-29T18:43:00] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:01] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:01] DEBUG1: event: button press button=1
[2020-12-29T18:43:01] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:01] DEBUG1: event: button release button=1
[2020-12-29T18:43:01] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:02] DEBUG2: writef(CALV)
[2020-12-29T18:43:02] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:02] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:02] DEBUG2: reading secure socket
[2020-12-29T18:43:02] DEBUG2: reading secure socket
[2020-12-29T18:43:02] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:02] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:02] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:02] DEBUG2: no-op from
[2020-12-29T18:43:03] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:03] DEBUG1: event: button press button=1
[2020-12-29T18:43:03] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:03] DEBUG1: event: button release button=1
[2020-12-29T18:43:03] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:05] DEBUG2: writef(CALV)
[2020-12-29T18:43:05] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:05] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:05] DEBUG2: reading secure socket
[2020-12-29T18:43:05] DEBUG2: reading secure socket
[2020-12-29T18:43:05] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:05] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:05] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:05] DEBUG2: no-op from
[2020-12-29T18:43:05] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:05] DEBUG1: event: button press button=1
[2020-12-29T18:43:05] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:05] DEBUG1: event: button release button=1
[2020-12-29T18:43:05] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:07] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:07] DEBUG1: event: button press button=1
[2020-12-29T18:43:07] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:07] DEBUG1: event: button release button=1
[2020-12-29T18:43:07] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:08] DEBUG2: writef(CALV)
[2020-12-29T18:43:08] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:08] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:08] DEBUG2: reading secure socket
[2020-12-29T18:43:08] DEBUG2: reading secure socket
[2020-12-29T18:43:08] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:08] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:08] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:08] DEBUG2: no-op from
[2020-12-29T18:43:08] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:08] DEBUG1: event: button press button=1
[2020-12-29T18:43:08] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:08] DEBUG1: event: button release button=1
[2020-12-29T18:43:08] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:11] DEBUG2: writef(CALV)
[2020-12-29T18:43:11] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:11] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:11] DEBUG2: reading secure socket
[2020-12-29T18:43:11] DEBUG2: reading secure socket
[2020-12-29T18:43:11] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:11] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:11] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:11] DEBUG2: no-op from
[2020-12-29T18:43:14] DEBUG2: writef(CALV)
[2020-12-29T18:43:14] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:14] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:14] DEBUG2: reading secure socket
[2020-12-29T18:43:14] DEBUG2: reading secure socket
[2020-12-29T18:43:14] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:14] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:14] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:14] DEBUG2: no-op from
[2020-12-29T18:43:14] DEBUG1: event: button press button=3
[2020-12-29T18:43:14] DEBUG1: onMouseDown id=3
[2020-12-29T18:43:14] DEBUG1: event: button release button=3
[2020-12-29T18:43:14] DEBUG1: onMouseUp id=3
[2020-12-29T18:43:16] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:16] DEBUG1: event: button press button=1
[2020-12-29T18:43:16] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:16] DEBUG1: event: button release button=1
[2020-12-29T18:43:16] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:17] DEBUG2: writef(CALV)
[2020-12-29T18:43:17] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:17] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:17] DEBUG2: reading secure socket
[2020-12-29T18:43:17] DEBUG2: reading secure socket
[2020-12-29T18:43:17] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:17] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:17] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:17] DEBUG2: no-op from
[2020-12-29T18:43:18] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:18] DEBUG1: event: button press button=1
[2020-12-29T18:43:18] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:18] DEBUG1: event: button release button=1
[2020-12-29T18:43:18] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:19] DEBUG1: hook: 0x000000a2 0x001d0001
[2020-12-29T18:43:19] DEBUG1: hook: 0x060000a2 0x001d0001
[2020-12-29T18:43:19] DEBUG1: hook: 0x070000a2 0x001d0001
[2020-12-29T18:43:19] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x001d0001
[2020-12-29T18:43:19] DEBUG1: new mask: 0x2000
[2020-12-29T18:43:19] DEBUG1: new mask: 0x2002
[2020-12-29T18:43:19] DEBUG1: onKeyDown id=61411 mask=0x2002 button=0x001d
[2020-12-29T18:43:19] DEBUG1: hook: 0x00000056 0x002f0001
[2020-12-29T18:43:19] DEBUG1: hook: 0x06017656 0x002f0001
[2020-12-29T18:43:19] DEBUG1: hook: 0x07007656 0x002f0001
[2020-12-29T18:43:19] DEBUG1: event: Key char=118, vk=0x56, nagr=0, lParam=0x002f0001
[2020-12-29T18:43:19] DEBUG1: new mask: 0x2002
[2020-12-29T18:43:19] DEBUG1: new mask: 0x2002
[2020-12-29T18:43:19] DEBUG1: onKeyDown id=118 mask=0x2002 button=0x002f
[2020-12-29T18:43:20] DEBUG2: writef(CALV)
[2020-12-29T18:43:20] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:20] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:20] DEBUG2: reading secure socket
[2020-12-29T18:43:20] DEBUG2: reading secure socket
[2020-12-29T18:43:20] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:20] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:20] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:20] DEBUG2: no-op from
[2020-12-29T18:43:20] DEBUG1: hook: 0x00000056 0x802f0001
[2020-12-29T18:43:20] DEBUG1: hook: 0x06017656 0x802f0001
[2020-12-29T18:43:20] DEBUG1: hook: 0x07007656 0x802f0001
[2020-12-29T18:43:20] DEBUG1: event: Key char=118, vk=0x56, nagr=0, lParam=0x802f0001
[2020-12-29T18:43:20] DEBUG1: new mask: 0x2002
[2020-12-29T18:43:20] DEBUG1: new mask: 0x2002
[2020-12-29T18:43:20] DEBUG1: onKeyUp id=118 mask=0x2002 button=0x002f
[2020-12-29T18:43:20] DEBUG1: hook: 0x000000a2 0x801d0001
[2020-12-29T18:43:20] DEBUG1: hook: 0x060000a2 0x801d0001
[2020-12-29T18:43:20] DEBUG1: hook: 0x070000a2 0x801d0001
[2020-12-29T18:43:20] DEBUG1: event: Key char=0, vk=0xa2, nagr=0, lParam=0x801d0001
[2020-12-29T18:43:20] DEBUG1: new mask: 0x2002
[2020-12-29T18:43:20] DEBUG1: new mask: 0x2000
[2020-12-29T18:43:20] DEBUG1: onKeyUp id=61411 mask=0x2000 button=0x001d
[2020-12-29T18:43:21] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on up
[2020-12-29T18:43:21] DEBUG1: no neighbor up
[2020-12-29T18:43:21] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on up
[2020-12-29T18:43:21] DEBUG1: no neighbor up
[2020-12-29T18:43:21] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on up
[2020-12-29T18:43:21] DEBUG1: no neighbor up
[2020-12-29T18:43:21] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on up
[2020-12-29T18:43:21] DEBUG1: no neighbor up
[2020-12-29T18:43:21] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on up
[2020-12-29T18:43:21] DEBUG1: no neighbor up
[2020-12-29T18:43:21] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on up
[2020-12-29T18:43:21] DEBUG1: no neighbor up
[2020-12-29T18:43:21] DEBUG2: find neighbor on right of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on right of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on right
[2020-12-29T18:43:21] DEBUG1: no neighbor right
[2020-12-29T18:43:21] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on up
[2020-12-29T18:43:21] DEBUG1: no neighbor up
[2020-12-29T18:43:21] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:21] DEBUG1: event: button press button=1
[2020-12-29T18:43:21] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:21] DEBUG1: event: button release button=1
[2020-12-29T18:43:21] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:21] DEBUG2: find neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG2: no neighbor on up of "SERVER"
[2020-12-29T18:43:21] DEBUG1: try to leave "SERVER" on up
[2020-12-29T18:43:21] DEBUG1: no neighbor up
[2020-12-29T18:43:23] DEBUG2: writef(CALV)
[2020-12-29T18:43:23] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:23] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:23] DEBUG2: reading secure socket
[2020-12-29T18:43:23] DEBUG2: reading secure socket
[2020-12-29T18:43:23] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:23] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:23] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:23] DEBUG2: no-op from
[2020-12-29T18:43:23] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:23] DEBUG1: event: button press button=1
[2020-12-29T18:43:23] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:24] DEBUG1: event: button release button=1
[2020-12-29T18:43:24] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:24] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:24] DEBUG1: event: button press button=1
[2020-12-29T18:43:24] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:24] DEBUG1: event: button release button=1
[2020-12-29T18:43:24] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:26] DEBUG2: writef(CALV)
[2020-12-29T18:43:26] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:26] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:26] DEBUG2: reading secure socket
[2020-12-29T18:43:26] DEBUG2: reading secure socket
[2020-12-29T18:43:26] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:26] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:26] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:26] DEBUG2: no-op from
[2020-12-29T18:43:26] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:26] DEBUG1: event: button press button=1
[2020-12-29T18:43:26] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:26] DEBUG1: event: button release button=1
[2020-12-29T18:43:26] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:27] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:27] DEBUG1: event: button press button=1
[2020-12-29T18:43:27] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:27] DEBUG1: event: button release button=1
[2020-12-29T18:43:27] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:29] DEBUG2: writef(CALV)
[2020-12-29T18:43:29] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:29] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:29] DEBUG2: reading secure socket
[2020-12-29T18:43:29] DEBUG2: reading secure socket
[2020-12-29T18:43:29] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:29] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:29] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:29] DEBUG2: no-op from
[2020-12-29T18:43:32] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:32] DEBUG1: event: button press button=1
[2020-12-29T18:43:32] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:32] DEBUG2: writef(CALV)
[2020-12-29T18:43:32] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:32] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:32] DEBUG2: reading secure socket
[2020-12-29T18:43:32] DEBUG2: reading secure socket
[2020-12-29T18:43:32] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:32] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:32] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:32] DEBUG2: no-op from
[2020-12-29T18:43:32] DEBUG1: event: button release button=1
[2020-12-29T18:43:32] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:35] DEBUG2: writef(CALV)
[2020-12-29T18:43:35] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:35] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:35] DEBUG2: reading secure socket
[2020-12-29T18:43:35] DEBUG2: reading secure socket
[2020-12-29T18:43:35] DEBUG2: want to read, error=2, attempt=1
[2020-12-29T18:43:35] DEBUG2: msg from "CLIENT": CALV
[2020-12-29T18:43:35] DEBUG2: msg from "CLIENT": CNOP
[2020-12-29T18:43:35] DEBUG2: no-op from
[2020-12-29T18:43:35] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:35] DEBUG1: event: button press button=1
[2020-12-29T18:43:35] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:35] DEBUG1: event: button release button=1
[2020-12-29T18:43:35] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:36] DEBUG2: dragging filename is cleared
[2020-12-29T18:43:36] DEBUG1: event: button press button=1
[2020-12-29T18:43:36] DEBUG1: onMouseDown id=1
[2020-12-29T18:43:36] DEBUG: stopping process
[2020-12-29T18:43:36] DEBUG1: event: button release button=1
[2020-12-29T18:43:36] DEBUG1: onMouseUp id=1
[2020-12-29T18:43:36] DEBUG: start ipc handle data
[2020-12-29T18:43:36] DEBUG: ipc read: ICMD
[2020-12-29T18:43:36] DEBUG2: readf(%s%1i)
[2020-12-29T18:43:36] DEBUG2: readf: read 0 byte string
[2020-12-29T18:43:36] DEBUG2: readf: read 1 byte integer: 0 (0x0)
[2020-12-29T18:43:36] DEBUG: finished ipc handle data
[2020-12-29T18:43:36] DEBUG: empty command, elevate=0
[2020-12-29T18:43:36] INFO: service command updated
[2020-12-29T18:43:36] INFO: process started but command is empty, shutting down
[2020-12-29T18:43:37] DEBUG2: writef(ISDN)
[2020-12-29T18:43:37] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:37] DEBUG: start ipc handle data
[2020-12-29T18:43:37] DEBUG: ipc read: ISDN
[2020-12-29T18:43:37] DEBUG: finished ipc handle data
[2020-12-29T18:43:37] INFO: got ipc shutdown message
[2020-12-29T18:43:37] DEBUG1: stopping server
[2020-12-29T18:43:37] NOTE: disconnecting client "CLIENT"
[2020-12-29T18:43:37] DEBUG1: send close "CBYE" to "CLIENT"
[2020-12-29T18:43:37] DEBUG2: writef(CBYE)
[2020-12-29T18:43:37] DEBUG2: wrote 4 bytes
[2020-12-29T18:43:37] DEBUG2: writing secure socket:000002D590F03B30
[2020-12-29T18:43:37] DEBUG: active sides: 2
[2020-12-29T18:43:37] DEBUG: event queue is ready
[2020-12-29T18:43:37] DEBUG2: reading secure socket
[2020-12-29T18:43:37] DEBUG: ssl connection closed
[2020-12-29T18:43:37] DEBUG1: registered event type ISocketEvents::stopRetry as 55
[2020-12-29T18:43:37] DEBUG1: registered event type ISocketEvents::disconnected as 56
[2020-12-29T18:43:37] NOTE: client "CLIENT" has disconnected
[2020-12-29T18:43:37] DEBUG: Closing socket: 90EF7100
[2020-12-29T18:43:37] DEBUG: unregistered hotkey id=1
[2020-12-29T18:43:37] DEBUG1: thread 0x000008ec exit
[2020-12-29T18:43:37] DEBUG1: stop listening for clients
[2020-12-29T18:43:37] DEBUG: Closing socket: 00000000
[2020-12-29T18:43:37] DEBUG: adopting new buffer
[2020-12-29T18:43:37] DEBUG: discarding 1 event(s)
[2020-12-29T18:43:37] DEBUG: closed display
[2020-12-29T18:43:37] NOTE: stopped server
[2020-12-29T18:43:37] DEBUG: ipc disconnect, closing stream
[2020-12-29T18:43:37] DEBUG: Closing socket: 90EF71C0
[2020-12-29T18:43:37] DEBUG: Closing socket: 00000000
[2020-12-29T18:43:37] DEBUG1: caught cancel on thread 0x00002154
[2020-12-29T18:43:37] DEBUG: ipc disconnect, closing stream
[2020-12-29T18:43:37] DEBUG: Closing socket: 1266DE10
[2020-12-29T18:43:37] DEBUG: ipc client disconnected
[2020-12-29T18:43:37] DEBUG: Closing socket: 00000000
[2020-12-29T18:43:37] DEBUG: ipc client proxy removed, connected=1

manual stop --> [2020-12-29T18:43:38] INFO: process 240 was shutdown gracefully
rebroad commented 3 years ago

I believe this is the same issue I am experiencing. I hibernated my server, and while it was hibernated the client continues to try to connect to it every 1 second. However, for some reason it stopped attempting to reconnect after approximately 33488 attempts (9 hours, 18 minutes and 8 seconds later), so that when the server came online again, it didn't reconnect. The client logs reveal no explanation as to why the client stopped trying to connect.

On the client side, a manual stop and start will reestablish the connection, but I would prefer it if it didn't stop trying to reconnect as it currently does - and after a seemingly random duration.

dev-101 commented 3 years ago

Well, I have reverted back to Synergy for this very reason, it became annoying after few months, have to admit :(

I have disabled continuous checks and tried changing other options, but nothing helped resolve this.

For me they both work the same, except S does not have this issue, despite being a much older release.

rebroad commented 3 years ago

I've discovered a possible cause - it seems a process on the server side dies:-

[2021-02-21T05:24:48] NOTE: client "raspberrypi" has connected [2021-02-21T06:08:20] NOTE: client "raspberrypi" is dead [2021-02-21T06:08:21] INFO: OpenSSL 1.0.2l 25 May 2017 [2021-02-21T06:08:21] INFO: accepted secure socket [2021-02-21T06:08:21] INFO: AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD [2021-02-21T06:08:21] NOTE: accepted client connection [2021-02-21T06:08:21] NOTE: client "raspberrypi" has connected [2021-02-21T06:54:44] NOTE: client "raspberrypi" is dead [2021-02-21T06:54:46] WARNING: detected application not running, pid=17212 [2021-02-21T06:54:47] INFO: backing off, wait=2s, failures=1 [2021-02-21T06:54:49] INFO: starting new process as privileged user barriers.exe: no configuration available [2021-02-21T06:54:50] ERROR: failed to launch, error: process immediately stopped [2021-02-21T06:54:50] INFO: backing off, wait=4s, failures=2 [2021-02-21T06:54:54] INFO: starting new process as privileged user barriers.exe: no configuration available [2021-02-21T06:54:55] ERROR: failed to launch, error: process immediately stopped [2021-02-21T06:54:55] INFO: backing off, wait=6s, failures=3 [2021-02-21T06:55:02] INFO: starting new process as privileged user barriers.exe: no configuration available [2021-02-21T06:55:03] ERROR: failed to launch, error: process immediately stopped

rebroad commented 3 years ago

Ok, so the fix so far is to simply manually stop and start the server, which produces this output in the logs:-

barriers.exe: no configuration available [2021-02-21T13:42:12] ERROR: failed to launch, error: process immediately stopped [2021-02-21T13:42:12] INFO: backing off, wait=10s, failures=593 [2021-02-21T13:42:22] INFO: starting new process as privileged user barriers.exe: no configuration available [2021-02-21T13:42:23] INFO: service command updated [2021-02-21T13:42:23] ERROR: failed to launch, error: process immediately stopped [2021-02-21T13:42:23] INFO: backing off, wait=2s, failures=1 [2021-02-21T13:42:26] INFO: backing off, wait=2s, failures=1

[2021-02-21T13:42:27] INFO: starting server [2021-02-21T13:42:27] INFO: config file: C:/Users/rebroad/AppData/Local/Temp/Barrier.oidnWe [2021-02-21T13:42:27] INFO: log level: INFO [2021-02-21T13:42:27] INFO: service command updated [2021-02-21T13:42:28] INFO: starting new process as privileged user [2021-02-21T13:42:28] ERROR: failed to get desktop path, no drop target available, error=2 [2021-02-21T13:42:28] NOTE: started server (IPv4/IPv6), waiting for clients [2021-02-21T13:42:28] INFO: server status: active [2021-02-21T13:42:36] INFO: OpenSSL 1.0.2l 25 May 2017 [2021-02-21T13:42:37] INFO: accepted secure socket [2021-02-21T13:42:37] INFO: AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD [2021-02-21T13:42:37] NOTE: accepted client connection [2021-02-21T13:42:37] NOTE: client "raspberrypi" has connected

It should therefore be possible to fix this by automating what I did manually. Hopefully someone can provide a patch to perform this action automatically soon.

Celerii commented 3 years ago

The BetterTouchTool utility has a "after mac wakes from sleep" trigger that can do many actions.

After some tests, I managed to have a working auto-restart solution with this trigger and associating the following actions :

If you do not know BetterTouchTool, you can see it as the equivalent of AutoHotkey for the Mac: a swiss army knife to automate macOS with nearly every input/output possible.

Hope it will help some of you !

esackbauer commented 3 years ago

I have the same issue and its really a pain!

I managed to workaround it with a Task Scheduler script, no need for additional tools. Just import it as XML file into Task Scheduler, enter your password to allow it to run with higher privileges or enter user account which can restart services.

It waits for the event that indicates the resume from standby, and then restarts the service via powershell command.

<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  <RegistrationInfo>
    <Date>2021-06-02T10:58:44.2084032</Date>
    <Author>esackbauer</Author>
    <URI>\Restart Barrier on Resume</URI>
  </RegistrationInfo>
  <Triggers>
    <EventTrigger>
      <Enabled>true</Enabled>
      <Subscription>&lt;QueryList&gt;&lt;Query Id="0" Path="System"&gt;&lt;Select Path="System"&gt;*[System[Provider[@Name='Microsoft-Windows-Power-Troubleshooter'] and EventID=1]]&lt;/Select&gt;&lt;/Query&gt;&lt;/QueryList&gt;</Subscription>
    </EventTrigger>
  </Triggers>
  <Principals>
    <Principal id="Author">
      <UserId>USERNAME WHICH CAN RESTART SERVICES</UserId>
      <LogonType>Password</LogonType>
      <RunLevel>HighestAvailable</RunLevel>
    </Principal>
  </Principals>
  <Settings>
    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
    <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
    <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
    <AllowHardTerminate>true</AllowHardTerminate>
    <StartWhenAvailable>false</StartWhenAvailable>
    <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
    <IdleSettings>
      <StopOnIdleEnd>true</StopOnIdleEnd>
      <RestartOnIdle>false</RestartOnIdle>
    </IdleSettings>
    <AllowStartOnDemand>true</AllowStartOnDemand>
    <Enabled>true</Enabled>
    <Hidden>false</Hidden>
    <RunOnlyIfIdle>false</RunOnlyIfIdle>
    <WakeToRun>false</WakeToRun>
    <ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
    <Priority>7</Priority>
    <RestartOnFailure>
      <Interval>PT1M</Interval>
      <Count>3</Count>
    </RestartOnFailure>
  </Settings>
  <Actions Context="Author">
    <Exec>
      <Command>powershell</Command>
      <Arguments>-command  "Get-Service -Name Barrier | Where-Object {$_.Status -eq 'Running'} | Restart-Service"</Arguments>
    </Exec>
  </Actions>
</Task>
downsj2 commented 2 years ago

It'd be great to get an integrated fix for this. It really is very annoying when using Windows as the "server".

FWIW, Synergy has the same problem and hasn't fixed it either.

Gerbinist commented 2 years ago

It'd be great to get an integrated fix for this. It really is very annoying when using Windows as the "server".

FWIW, Synergy has the same problem and hasn't fixed it either.

I use Windows as server here too, but I don't see similar behavior with Synergy server v1.8.8. Resume after hibernation works perfectly fine for all clients and they resume connection just fine after v1.8.8 Synergy server 'wakes up'.

This issue that Barrier has is really annoying. Clients just fail to connect when the server wakes up from hibernation. Manually restarting the server is the only method to fix this situation.