OS Name/Version: Ubuntu server / 22.04.3
Product Name/Version: Decadeus v2.4.6.6
Problem Description: Satisfactory updates on launch but does not start (as per Satisfactory wont start, clicking start does update - Technical Support - CubeCoders Support ), I have already made the changes suggested in that thread but they do not fix my issue. I have validated that the path given in that thread App.ExecutableLinux=1690800/Engine/Binaries/Linux/UnrealServer-Linux-Shipping
does refer to the correct path and executable on my install, but the problem persists.
18:55:09
Redirecting stderr to '/home/amp/Steam/logs/stderr.txt'
Logging directory: '/home/amp/Steam/logs'
[ 0%] Checking for available updates...
[----] Verifying installation...
18:55:10
Steam Console Client (c) Valve Corporation - version 1698778122
-- type 'quit' to exit --
Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
OK
force_install_dir 1690800
18:55:11
Connecting anonymously to Steam Public...OK
18:55:13
Waiting for client config...OK
Waiting for user info...OK
app_update 1690800 -beta public validate
Update state (0x5) verifying install, progress: 0.04 (2097283 / 5156405293)
18:55:15
Update state (0x5) verifying install, progress: 7.77 (400896943 / 5156405293)
18:55:17
Update state (0x5) verifying install, progress: 19.99 (1030901993 / 5156405293)
18:55:19
Update state (0x5) verifying install, progress: 32.67 (1684547791 / 5156405293)
18:55:21
Update state (0x5) verifying install, progress: 45.15 (2328321535 / 5156405293)
18:55:23
Update state (0x5) verifying install, progress: 57.15 (2946645970 / 5156405293)
18:55:25
Update state (0x5) verifying install, progress: 69.37 (3577125315 / 5156405293)
18:55:27
Update state (0x5) verifying install, progress: 80.95 (4174158357 / 5156405293)
18:55:29
Update state (0x5) verifying install, progress: 92.42 (4765564939 / 5156405293)
18:55:30
Success! App '1690800' fully installed.
quit
18:55:31
Redirecting stderr to '/home/amp/Steam/logs/stderr.txt'
Logging directory: '/home/amp/Steam/logs'
[ 0%] Checking for available updates...
18:55:32
[----] Verifying installation...
Steam Console Client (c) Valve Corporation - version 1698778122
-- type 'quit' to exit --
Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
OK
force_install_dir 1690800
18:55:33
Connecting anonymously to Steam Public...OK
18:55:34
Waiting for client config...OK
Waiting for user info...OK
app_update 1690800 -beta public validate
18:55:35
Update state (0x5) verifying install, progress: 0.00 (0 / 5156405293)
18:55:37
Update state (0x5) verifying install, progress: 11.77 (606920495 / 5156405293)
18:55:39
Update state (0x5) verifying install, progress: 24.02 (1238448416 / 5156405293)
18:55:41
Update state (0x5) verifying install, progress: 36.04 (1858392514 / 5156405293)
18:55:43
Update state (0x5) verifying install, progress: 47.57 (2453102440 / 5156405293)
18:55:45
Update state (0x5) verifying install, progress: 59.44 (3065202940 / 5156405293)
18:55:47
Update state (0x5) verifying install, progress: 71.93 (3708788807 / 5156405293)
18:55:49
Update state (0x5) verifying install, progress: 84.66 (4365580333 / 5156405293)
18:55:51
Update state (0x5) verifying install, progress: 97.27 (5015697453 / 5156405293)
Success! App '1690800' fully installed.
quit
Steps to reproduce:
*Add Satisfactory instance
*Start instance
Actions taken to resolve so far:
Edited GenericModule.kvp
and made the following change:
Replaced
App.ExecutableWin=1690800\Engine\Binaries\Win64\UE4Server-Win64-Shipping.exe
App.ExecutableLinux=1690800/Engine/Binaries/Linux/UE4Server-Linux-Shipping
with
App.ExecutableWin=1690800\Engine\Binaries\Win64\UnrealServer-Win64-Shipping.exe
App.ExecutableLinux=1690800/Engine/Binaries/Linux/UnrealServer-Linux-Shipping
And verified that UnrealServer-Linux-Shipping exists at the given path.