Page 1 of 1

[0.18.24] Linux Headless server not starting

Posted: Sun May 17, 2020 9:52 am
by DarkStarZN
I have a Linux Headless server running at here that I updated from 0.18.21 to 0.18.24 and since then the server won't start up.

I had several mods installed, but even after removing them the server won't start. The mods in question: FNEI, Squeak Through and Even Distribution.

Save file:
https://drive.google.com/file/d/1m7UUfn ... sp=sharing

The log file as follows:

Code: Select all

   0.000 2020-05-17 11:38:05; Factorio 0.18.24 (build 51524, linux64, headless)
   0.151 Operating system: Linux (Ubuntu 20.04)
   0.151 Program arguments: "/home/gamemaster/factorio/bin/x64/factorio" "--server-settings" "/home/gamemaster/factorio/data/server-settings.json" "--start-server-load-latest" "--console-log" "/home/gamemaster/Factorio.log" 
   0.151 Read data path: /home/gamemaster/factorio/data
   0.151 Write data path: /home/gamemaster/factorio [6884/15556MB]
   0.152 Binaries path: /home/gamemaster/factorio/bin
   0.170 System info: [CPU: AMD Athlon(tm) II Neo N36L Dual-Core Processor, 2 cores, RAM: 2892 MB]
   0.170 Environment: DISPLAY=<unset> WAYLAND_DISPLAY=<unset> DESKTOP_SESSION=<unset> XDG_SESSION_DESKTOP=<unset> XDG_CURRENT_DESKTOP=<unset> __GL_FSAA_MODE=<unset> __GL_LOG_MAX_ANISO=<unset> __GL_SYNC_TO_VBLANK=<unset> __GL_SORT_FBCONFIGS=<unset> __GL_YIELD=<unset>
   0.170 Running in headless mode
   0.178 Loading mod core 0.0.0 (data.lua)
   0.377 Loading mod base 0.18.24 (data.lua)
   1.373 Loading mod base 0.18.24 (data-updates.lua)
   1.913 Checksum for core: 3371497937
   1.913 Checksum of base: 703431642
   2.231 Error Util.cpp:83: Error while loading utility-sounds prototype "default" (utility-sounds): Key "picked_up_item" not found in property tree at ROOT.utility-sounds.default
Thank you for any help you can offer.

Re: [0.18.24] Linux Headless server not starting

Posted: Tue May 19, 2020 6:05 pm
by Smaties81
Hey,

with witch account du you start the Server?
Do you have change the owner?

chown -cR groupe:user path/

Its maybe the Root and you started with a other user?

Re: [0.18.24] Linux Headless server not starting

Posted: Tue May 19, 2020 10:35 pm
by Rseding91
It looks like you updated the binary but didn't update the data files the server uses.

Did you copy-paste the binary over the old one and do nothing else?

Re: [0.18.24] Linux Headless server not starting

Posted: Thu May 21, 2020 4:37 pm
by DarkStarZN
I ran an update script, but it's entirely possibly I ran the script as the wrong user and it's partially updated it.

I think I'll re-download the entire game and give that a try.