I used to host a headless Factorio server in Azure Container Instances in 2020 and 2021 which worked without issues. It was based on the image, factoriotools/factorio. The setup is without any mods, or save game modifications. Just a clean instance.
When I try to use the same setup today in November 2022, I am unable to connect to the server, with the client error: "waiting for the server to save the map".
The server gives the error on startup: "12.938 Error InterruptibleStdioStream.cpp:61: Got EOF on stdin; closing", but then continues.
When attempting to connect, the server logs state:
Code: Select all
132.905 Warning ServerSynchronizer.cpp:112: nextHeartbeatSequenceNumber(7188) peer(1) wants a heartbeat(5987) that we don't have.
Does anyone else experience this, or are you successfully running a setup in Azure?
I've attached the server logs if this has any interest.