I'm trying to make a headless version working with this mod, but when starting a game it throws an error and quits. It's due to this mod only
The stacktrace is:
0.468 Checksum for script /home/factorio/factorio/temp/currently-playing/control.lua: 282129324
0.476 Checksum for script FARL/control.lua: 3141102163
0.477 Checksum for script islands_world/control.lua: 581692850
0.479 Checksum for script Ships/control.lua: 1933916377
0.502 Error ServerMultiplayerManager.cpp:94: MultiplayerManager failed: "Error while running on_init: Map doesn't contain 1 player, this function can't be used
stack traceback:
islands_world/control.lua:6: in function <islands_world/control.lua:2>"
0.502 Info ServerMultiplayerManager.cpp:671: mapTick(-1) changing state from(CreatingGame) to(InitializationFailed)
0.503 Info ServerMultiplayerManager.cpp:140: Quitting multiplayer connection.
0.503 Info ServerMultiplayerManager.cpp:671: mapTick(-1) changing state from(InitializationFailed) to(Closed)
0.515 Info UDPSocket.cpp:206: Closing socket
0.516 Goodbye
Any idea how to solve this?