I was attempting to flood a large area and ran into a bug once the smaller area was full for a bit. No idea what threw it, but thought I’d share it.
develop-2807 (x64)
...arth/services/server/hydrology/hydrology_service.lua:430: assertion failed!
stack traceback:
radiant/modules/common.lua:171: in function <radiant/modules/common.lua:170>
[C]: in function 'assert'
...arth/services/server/hydrology/hydrology_service.lua:430: in function 'create_water_body_with_region'
stonehearth/components/water/water_component.lua:904: in function '_lower_layer'
stonehearth/components/water/water_component.lua:788: in function '_remove_height'
stonehearth/components/water/water_component.lua:261: in function '_remove_water'
stonehearth/components/water/water_component.lua:473: in function 'fill_channel_from_water_region'
...hearth/services/server/hydrology/channel_manager.lua:534: in function 'callback_fn'
...hearth/services/server/hydrology/channel_manager.lua:170: in function 'each_channel_ascending'
...hearth/services/server/hydrology/channel_manager.lua:532: in function 'fill_channels_to_capacity'
...arth/services/server/hydrology/hydrology_service.lua:727: in function '_on_tick'
...
[C]: in function 'xpcall'
radiant/controllers/time_tracker_controller.lua:82: in function 'set_now'
...hearth/services/server/calendar/calendar_service.lua:374: in function '_on_event_loop'
...hearth/services/server/calendar/calendar_service.lua:37: in function 'instance'
radiant/modules/events.lua:226: in function <radiant/modules/events.lua:220>
[C]: in function 'xpcall'
radiant/modules/events.lua:220: in function 'trigger'
radiant/modules/events.lua:283: in function '_trigger_gameloop'
radiant/modules/events.lua:334: in function '_update'
radiant/server.lua:62: in function <radiant/server.lua:58>