Hi,
I get the follow error after reloading my game. First time to get the error at once before I saved the game:
develop-2630 (x64)
...nehearth/components/building/building_component.luac:124: attempt to index local 'entity' (a nil value)
stack traceback:
radiant/modules/events.luac:48: in function <radiant/modules/events.luac:45>
...nehearth/components/building/building_component.luac:124: in function '_trace_entity'
...nehearth/components/building/building_component.luac:37: in function '_restore_structure_traces'
...nehearth/components/building/building_component.luac:17: in function 'obj'
radiant/modules/events.luac:14: in function 'instance'
radiant/modules/events.luac:59: in function <radiant/modules/events.luac:57>
[C]: in function 'xpcall'
radiant/modules/events.luac:57: in function <radiant/modules/events.luac:50>
Currently are my game in that status also in the beginning. Plan is build a castle.
Here the Log Files.
stonehearth.log (60.0 KB)
I hope I can finish my castle If the save game also needed let me know it.
Br RawEdge
PS: I hope you understand it but English is not my mother language.
Update: after try to place a new block for the building I get the follow Errors:
develop-2630 (x64)
radiant/modules/entities.luac:100: attempt to index local 'entity' (a nil value)
stack traceback:
[C]: ?
radiant/modules/entities.luac:100: in function 'get_world_grid_location'
stonehearth/services/server/build/build_service.luac:130: in function '_subtract_region_from_floor'
stonehearth/services/server/build/build_service.luac:91: in function '_add_floor_type'
stonehearth/services/server/build/build_service.luac:81: in function 'add_floor'
stonehearth/services/server/build/build_service.luac:50: in function 'cb'
stonehearth/services/server/build/build_service.luac:304: in function 'do_command'
stonehearth/services/server/build/build_service.luac:50: in function <stonehearth/services/server/build/build_service.luac:49>
develop-2630 (x64)
c++ exception: lua runtime error
stack traceback:
develop-2630 (x64)
...hearth/services/server/build/build_undo_manager.luac:6: assertion failed!
stack traceback:
[C]: ?
[C]: in function 'assert'
...hearth/services/server/build/build_undo_manager.luac:6: in function 'begin_transaction'
stonehearth/services/server/build/build_service.luac:303: in function 'do_command'
stonehearth/services/server/build/build_service.luac:50: in function <stonehearth/services/server/build/build_service.luac:49>