[kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
Posted: Fri Mar 08, 2019 1:28 am
First, I updated the server to 0.17.8 from 0.17.7 using the following commands:
Now, When i realized the server was not coming up, I typed the following commands:
When those commands were run, The server crashed on startup with the output going into the log. Attached is a copy of the log. I have been able to revert the server to 17.7 using the same commands, but replacing the url in the "wget" command with the 0.17.7 url, and the server starts without issue. Let me know if any more information is needed.
Edit: Also happens in 0.17.9
Edit: Also happens in 0.17.10
Edit: Also happens in 0.17.11
Code: Select all
systemctl stop factorio
systemctl disable factorio
wget -O factorio.tar.xz https://www.factorio.com/get-download/latest/headless/linux64
unxz factorio.tar.xz
tar -C .. -xvf factorio.tar
rm factorio.tar
systemctl enable factorio
systemctl start factorio
Code: Select all
systemctl stop factorio
/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
Edit: Also happens in 0.17.9
Edit: Also happens in 0.17.10
Edit: Also happens in 0.17.11