Hi, i got this error in a multiplayer game (headless server), when last player quits the game.
It's a server where game continues to run even without players online.
877.260 Info ServerMultiplayerManager.cpp:909: updateTick(94610350) received stateChanged peerID(1) oldState(InGame) newState(DisconnectScheduled)
2019-06-20 19:54:54 [LEAVE] DarkyPupu left the game
877.281 Info ServerSynchronizer.cpp:583: nextHeartbeatSequenceNumber(12465) removing peer(1).
1124.346 Error MainLoop.cpp:1183: Exception at tick 94625175: The mod Black Map caused a non-recoverable error.
Please report this error to the mod author.
Error while running event BlackMap::on_tick (ID 0)
BlackMap/control.lua:52: attempt to index local 'handler' (a nil value)
stack traceback:
BlackMap/control.lua:52: in function <BlackMap/control.lua:41>
1124.352 Error ServerMultiplayerManager.cpp:92: MultiplayerManager failed: "The mod Black Map caused a non-recoverable error.
Please report this error to the mod author.
Error while running event BlackMap::on_tick (ID 0)
BlackMap/control.lua:52: attempt to index local 'handler' (a nil value)
stack traceback:
BlackMap/control.lua:52: in function <BlackMap/control.lua:41>"
1124.352 Info ServerMultiplayerManager.cpp:776: updateTick(94625175) changing state from(InGame) to(Failed)
1124.352 Quitting: multiplayer error.