I ran into the error when my automatic update script was run. The steps are easy to replicate, because if you navigate to the download headless experimental releases page, then click on the latest experimental link, You receive the standard 404 response in a browser as well.
What did you do?
I ...
Search found 7 matches
- Mon Jun 24, 2019 4:48 pm
- Forum: Resolved Problems and Bugs
- Topic: [wheybags] [0.17.52] "latest experimental" link for headless server returns 404 response.
- Replies: 1
- Views: 1102
- Fri May 17, 2019 3:41 pm
- Forum: Technical Help
- Topic: [0.17.40] Mac won't mount. [0.17.41] link is 404
- Replies: 3
- Views: 1981
Re: [0.17.40] Mac won't mount. [0.17.41] link is 404
This isn't mac specific.
If you go to the latest headless experimental link, a 404 (not found) is received: https://factorio.com/get-download/latest/headless/linux64.
I first noticed this when my auto updating script failed to retrieve the tar, and subsequently failed to update on my Linux ...
If you go to the latest headless experimental link, a 404 (not found) is received: https://factorio.com/get-download/latest/headless/linux64.
I first noticed this when my auto updating script failed to retrieve the tar, and subsequently failed to update on my Linux ...
- Mon Mar 11, 2019 10:19 pm
- Forum: Pending
- Topic: [kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
- Replies: 9
- Views: 2906
Re: [kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
Wanted to give a quick update. On a tip by a friend of mine, I decided to do some troubleshooting. Here was my process:
[1] I logged onto the server from my steam client.
[2] I used the /admin command to open the admin gui.
[3] I pressed "manage", then "delete" on 20 players.
[4] I attempted to ...
[1] I logged onto the server from my steam client.
[2] I used the /admin command to open the admin gui.
[3] I pressed "manage", then "delete" on 20 players.
[4] I attempted to ...
- Mon Mar 11, 2019 9:05 pm
- Forum: Pending
- Topic: [kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
- Replies: 9
- Views: 2906
Re: [kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
Just an add on, as The error occurs in 0.17.10 as well.
gamemaster@mars:~/factorio$ clear
gamemaster@mars:~/factorio$ cat Launch.sh
/home/gamemaster/factorio/bin/x64/factorio --server-settings /home/gamemaster/factorio/data/server-settings.json --start-server-load-latest --console-log /home ...
gamemaster@mars:~/factorio$ clear
gamemaster@mars:~/factorio$ cat Launch.sh
/home/gamemaster/factorio/bin/x64/factorio --server-settings /home/gamemaster/factorio/data/server-settings.json --start-server-load-latest --console-log /home ...
- Fri Mar 08, 2019 10:15 pm
- Forum: Pending
- Topic: [kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
- Replies: 9
- Views: 2906
Re: [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
Understood. Here is the link to the autosave via google drive: https://drive.google.com/file/d/1eLKLZp ... sp=sharingLoewchen wrote: Fri Mar 08, 2019 9:30 pm Post the save please, best use a hosting service and post the link.
- Fri Mar 08, 2019 8:47 pm
- Forum: Pending
- Topic: [kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
- Replies: 9
- Views: 2906
Re: [0.17.8] Ubuntu Headless Server Crashes on Start
I was looking further into this issue, because it also occurs on 0.17.9, and ran across this post: viewtopic.php?f=7&t=65676
Could the two possibly be related?
Could the two possibly be related?
- Fri Mar 08, 2019 1:28 am
- Forum: Pending
- Topic: [kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
- Replies: 9
- Views: 2906
[kovarex] [0.17.8] Crash of headless loading save: "this->handPosition == NO_ITEM_STACK_INDEX was not true"
First, I updated the server to 0.17.8 from 0.17.7 using the following commands:
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 ...
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 ...