ArcticaProject / vcxsrv

VcXsrv Windows X Server (X2Go/Arctica Builds)
GNU General Public License v3.0
543 stars 41 forks source link

"another window manager is running" but it's not #22

Closed gpion closed 7 months ago

gpion commented 7 months ago

Hello,

I'm getting sometimes this error in the log :

winClipboardProc - xcb_connect () returned and successfully opened the display.
winMultiWindowXMsgProc - another window manager is running.  Exiting.
Using Composite redirection
winMultiWindowWMProc - Error code: 8 (Match), ID: 0x00280000, Major opcode: 12 (ConfigureWindow), Minor opcode: 0 ((null))
(EE) Server terminated with error (1). Closing log file.

according to tcpview, TCP port 6000 is closed and no other vcxsrv process is running

Version info : Release: 21.1.10.0 OS: Windows NT 6.2 build 9200 (64-bit)

uli42 commented 7 months ago

Sometimes vcxsrv crashes and seemingly leaves some resources open. It might help to wait some time, then retry.

Uli

Btw: iirc this repo is not the current one for vcxsrv. X2go comes with a current version. And I think that is unaltered from the upstream version at sourceforge.

gpion @.***> schrieb am Fr., 15. März 2024, 09:50:

Hello,

I'm getting sometimes this error in the log :

winClipboardProc - xcb_connect () returned and successfully opened the display. winMultiWindowXMsgProc - another window manager is running. Exiting. Using Composite redirection winMultiWindowWMProc - Error code: 8 (Match), ID: 0x00280000, Major opcode: 12 (ConfigureWindow), Minor opcode: 0 ((null)) (EE) Server terminated with error (1). Closing log file.

according to tcpview https://learn.microsoft.com/fr-fr/sysinternals/downloads/tcpview, TCP port 6000 is closed and no other vcxsrv process is running

Version info : Release: 21.1.10.0 OS: Windows NT 6.2 build 9200 (64-bit)

— Reply to this email directly, view it on GitHub https://github.com/ArcticaProject/vcxsrv/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQHBZBKV5BOCAWJF3AFP5DYYKY4RAVCNFSM6AAAAABEXS5DT6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DQMBQHE3DONY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gpion commented 7 months ago

Btw: iirc this repo is not the current one for vcxsrv. X2go comes with a current version

Oh sorry! Do you have the url of the official vcxsrv repository ?

gpion commented 7 months ago

Do you have the url of the official vcxsrv repository ?

Found it : https://github.com/marchaesen/vcxsrv ( but it seems there is not much activity there)