The bug occurred a few seconds after placing a blueprint containing ghost on water entities, when placed in space with SE mod and scaffold platform automatic placement.
Log:
The mod Ghost On Water (0.12.0) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event GhostOnWater::on_tick (ID 0)
GhostOnWater/modules/waterGhostCommon.lua:36: attempt to index upvalue 'mask2' (a nil value)
stack traceback:
GhostOnWater/modules/waterGhostCommon.lua:36: in function 'func'
stdlib/stdlib/utils/table.lua:72: in function 'find'
stdlib/stdlib/utils/table.lua:89: in function <stdlib/stdlib/utils/table.lua:88>
(...tail calls...)
GhostOnWater/modules/landfillPlacer.lua:33: in function 'getLandfillType'
GhostOnWater/modules/landfillPlacer.lua:159: in function 'func'
stdlib/stdlib/utils/table.lua:116: in function 'each'
GhostOnWater/modules/landfillPlacer.lua:145: in function 'func'
stdlib/stdlib/utils/table.lua:116: in function 'each'
GhostOnWater/modules/landfillPlacer.lua:142: in function 'placeGhostLandfill'
GhostOnWater/modules/waterGhostUpdater.lua:96: in function 'handler'
stdlib/stdlib/event/event.lua:342: in function 'pcall'
stdlib/stdlib/event/event.lua:362: in function 'dispatch_event'
stdlib/stdlib/event/event.lua:438: in function <stdlib/stdlib/event/event.lua:396>