docker-spaceengineers icon indicating copy to clipboard operation
docker-spaceengineers copied to clipboard

ShellExecuteEx failed: File not found.

Open koolzr opened this issue 2 years ago • 2 comments

image keep getting is issue when trying to instal on my unraid server

koolzr avatar Feb 25 '23 23:02 koolzr

Hi, i never worked with unraid but i assume that there must be ports forwarded. Might be the steam port mentioned in #31.

Devidian avatar Feb 27 '23 05:02 Devidian

I'm running a Debian 11.6 LXC in Proxmox and get the same error.

-------------------------------INSTALL & UPDATE------------------------------
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation - version 1679680174
-- type 'quit' to exit --
Loading Steam API...OK

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
"@sSteamCmdForcePlatformType" = "windows"
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '298740' state is 0x202 after update job.
---------------------------------UPDATE CONFIG-------------------------------
-----------------------------CURRENT CONFIGURATION---------------------------
GAME_DIR=/appdata/space-engineers/SpaceEngineersDedicated
CONFIG_PATH=/appdata/space-engineers/instances/seserver/SpaceEngineers-Dedicated.cfg
INSTANCE_IP=xxx.xxx.xxx.xxx
CURRENT_IP=xxx.xxx.xxx.xxx
CURRENT_WORLDNAME=Star System
SAVE_PATH=Z:\\appdata\\space-engineers\\instances\\seserver\\Saves\\Star System
wine-8.0
----------------------------------START GAME---------------------------------
rm: cannot remove '/appdata/space-engineers/instances/seserver/*.log': No such file or directory
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.

In the docker logs there is also this error:

Error! App '298740' state is 0x202 after update job.

Based on this page: Error Codes, it appears my container was just running out of disk space so my error is not exactly the same.

Anyway, I did two things:

  • Increased the disk size from 8GB to 16GB to ensure there was enough drive space states.

  • Opened the port, as specified in https://github.com/Devidian/docker-spaceengineers/issues/31,

The issue has been resolved for me

ghost avatar Apr 19 '23 21:04 ghost