You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
I'm trying to set this up on my Docker host (a Windows box running Docker Desktop under WSL2). If I open port 5900 and use a VNC client to connect, I'm seeing this error message:
Pressing OK just terminates the process I presume, and in a few seconds I see the same error message being displayed.
There's not much in the logs, they end like this:
max open descriptors set to 2048
2022-02-16 05:58:16,484 INFO spawned: 'conanexilesServer' with pid 1502
2022-02-16 05:58:17,486 INFO success: conanexilesServer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
conanexilesServer: started
max open descriptors set to 2048
max open descriptors set to 2048
max open descriptors set to 2048
max open descriptors set to 2048
max open descriptors set to 2048
2022-02-16 06:04:24,974 INFO exited: conanexilesServer (exit status 45; not expected)
max open descriptors set to 2048
2022-02-16 06:04:49,122 INFO spawned: 'conanexilesServer' with pid 1837
2022-02-16 06:04:50,124 INFO success: conanexilesServer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
conanexilesServer: started
I basically set this up exactly as in the checked in docker-compose.yml (same environment variables, same open ports, etc.). Please let me know if there's any additional information I can collect or any steps I can take to troubleshoot.