You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also encountered a similar issue with stable-2.0.21.
Looking at the logs, it seems that the system is trying to load Map version 2.0.23-0.
Additionally, in my environment, the same problem occurred with version 2.0.15-stable.
2.0.21
2.912 Error ServerMultiplayerManager.cpp:84: MultiplayerManager failed: "Map version 2.0.23-0 cannot be loaded because it is higher than the game version (2.0.21-5)."
2.912 Info ServerMultiplayerManager.cpp:806: updateTick(18446744073709551615) changing state from(CreatingGame) to(InitializationFailed)
2.912 Info CommandLineMultiplayer.cpp:211: Exit point.
2.930 Info ServerMultiplayerManager.cpp:146: Quitting multiplayer connection.
2.930 Info ServerMultiplayerManager.cpp:806: updateTick(18446744073709551615) changing state from(InitializationFailed) to(Closed)
2.930 Info ServerMultiplayerManager.cpp:166: Deleting active scenario (global = true).
3.052 Info UDPSocket.cpp:233: Closing socket
2.0.15
4.234 Error ServerMultiplayerManager.cpp:84: MultiplayerManager failed: "Map version 2.0.23-0 cannot be loaded because it is higher than the game version (2.0.15-4)."
4.235 Info ServerMultiplayerManager.cpp:806: updateTick(18446744073709551615) changing state from(CreatingGame) to(InitializationFailed)
4.235 Info CommandLineMultiplayer.cpp:211: Exit point.
4.246 Info ServerMultiplayerManager.cpp:146: Quitting multiplayer connection.
4.246 Info ServerMultiplayerManager.cpp:806: updateTick(18446744073709551615) changing state from(InitializationFailed) to(Closed)
4.246 Info ServerMultiplayerManager.cpp:166: Deleting active scenario (global = true).
4.378 Info UDPSocket.cpp:233: Closing socket
4.381 Goodbye
I am running the factorio-docker since October. Until now it was working well, including updating the underlying container to latest or stable.
I was on
2.0.15
for a while, now I was trying to upgrade tostable-2.0.21
and getting the following error, which results a boot-loop:If I go back to
2.0.15
the server starts up and shows up in the public games.The text was updated successfully, but these errors were encountered: