conan-exiles-dedicated-server icon indicating copy to clipboard operation
conan-exiles-dedicated-server copied to clipboard

Error when starting server

Open OscarGarciaF opened this issue 9 months ago • 0 comments

When I do a docker run everything seems to go well until it reaches this part:

+ echo '
-------------------------------------
Starting server
-------------------------------------
'
+ su steam -c 'xvfb-run --auto-servernum wine /home/steam/conan-dedicated/ConanSandboxServer.exe -log -nosteam'
wine: created the configuration directory '/home/steam/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002
004c:err:ole:start_rpcss Failed to open RpcSs service
0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0024:err:environ:run_wineboot boot event wait timed out
wine: could not load kernel32.dll, status c0000135
X connection to :99 broken (explicit kill or server shutdown).
X connection to :99 broken (explicit kill or server shutdown).
X connection to :99 broken (explicit kill or server shutdown).
X connection to :99 broken (explicit kill or server shutdown).

Any ideas?

OscarGarciaF avatar Apr 29 '24 00:04 OscarGarciaF