Running 0.16.51 on client and server. The server is a docker container running on a VPS. Mod was working perfectly for a few hours but now when trying to enable it the server crashes with the following error message in the logs:
101.450 Error MainLoop.cpp:1035: Exception at tick 1873174: Error while running event GhostPlacerExpress::on_gui_click (ID 1)
GhostPlacerExpress/control.lua:11: attempt to index local 'player' (a nil value)
101.454 Error ServerMultiplayerManager.cpp:96: MultiplayerManager failed: "Error while running event GhostPlacerExpress::on_gui_click (ID 1)
GhostPlacerExpress/control.lua:11: attempt to index local 'player' (a nil value)"
101.454 Info ServerMultiplayerManager.cpp:699: mapTick(1873174) changing state from(InGame) to(Failed)
101.457 Info GlobalContext.cpp:696: Waiting for child processes to exit:
101.846 Info ServerMultiplayerManager.cpp:142: Quitting multiplayer connection.
101.850 Info ServerMultiplayerManager.cpp:699: mapTick(4294967295) changing state from(Failed) to(Closed)
101.852 Info UDPSocket.cpp:206: Closing socket
101.852 Info UDPSocket.cpp:236: Socket closed
101.852 Info UDPSocket.cpp:206: Closing socket
101.927 Info UDPSocket.cpp:206: Closing socket
101.928 Info UDPSocket.cpp:236: Socket closed
101.934 Goodbye
Happy to provide any other required info, really enjoyed using the mod when it was working :)