ficsit network crashes server upon restarting/loading a save

When i try to load a save or the timed restart sets in, the server crashes when i start or exit the server it works just fine
Solution:
If you have any questions about Ficsit-Networks (or Ficsit-Cam), want to know more info about it or share/yoink some scripts, Join the discord! https://discord.gg/agwBPv6
Jump to solution
10 Replies
NoRhythm
NoRhythmOP5mo ago
the server files are in /srv/servers/satisfactory and the owner of the satisfactory dir is the steam user i start the server through the root user with this sh script
#!/bin/bash

SERVER_DIR="/srv/servers/satisfactory"
SERVER_EXEC="FactoryServer.sh"
SERVER_PORT="7780"
SERVER_USER="steam"

echo "Starting Satisfactory Server on port $SERVER_PORT as user $SERVER_USER from $SERVER_DIR..."
sudo -u "$SERVER_USER" bash -l -c "cd '$SERVER_DIR' && ./'$SERVER_EXEC' -Port=$SERVER_PORT"
#!/bin/bash

SERVER_DIR="/srv/servers/satisfactory"
SERVER_EXEC="FactoryServer.sh"
SERVER_PORT="7780"
SERVER_USER="steam"

echo "Starting Satisfactory Server on port $SERVER_PORT as user $SERVER_USER from $SERVER_DIR..."
sudo -u "$SERVER_USER" bash -l -c "cd '$SERVER_DIR' && ./'$SERVER_EXEC' -Port=$SERVER_PORT"
the crash is SEGMENTATION FAULT
NoRhythm
NoRhythmOP5mo ago
at some point to the save refined power was added, but soon removed, no refined power buildings where placed in the world Ficsit network worked fine before and it does work, beside that it crashes the server It only happened after added Refined Power, which was removed, when i now also remove ficsit network i can restart and load saves just fine without the error also attached is the current mod list
No description
FICSIT-Fred
FICSIT-Fred5mo ago
Automated responses for NoRhythm (297797055798312970)
Outdated mods found!
Satisfactory Mod Loader can be updated to 3.11.0 Infinite Nudge can be updated to 2.3.4 Persistent Paintables can be updated to 1.3.1 Infinite Zoop can be updated to 1.8.24 Update these mods, there may be fixes for your issue in doing so.
Key Details for SMMDebug-2025-06-01-14-07-13.zip
SMM Version: 3.0.3
SML Version: 3.10.0
Installed Mods: 9
Game: LinuxServer CL 385279 from Dedicated Server
Path: `sftp://user:pass@******/srv/servers/satisfactory`
SMM Version: 3.0.3
SML Version: 3.10.0
Installed Mods: 9
Game: LinuxServer CL 385279 from Dedicated Server
Path: `sftp://user:pass@******/srv/servers/satisfactory`
NoRhythm
NoRhythmOP5mo ago
inside of smm it says no mods to update found, are these updates for the expermintal branch?
Acxd
Acxd5mo ago
Yeah, ignore those suggestions CC @Panakotta00
NoRhythm
NoRhythmOP5mo ago
any ideas? server runs fine until the scheduled restart comes then it fails to erstart with segmentation fault
Acxd
Acxd5mo ago
I think you'll get better support if you report it on their server >fin
Solution
FICSIT-Fred
FICSIT-Fred5mo ago
If you have any questions about Ficsit-Networks (or Ficsit-Cam), want to know more info about it or share/yoink some scripts, Join the discord! https://discord.gg/agwBPv6

Did you find this page helpful?