Trying to Build and keep getting Engine error

I am building a big building and I got pretty far in it and then as I try to build I keep receiving this engine error:
release-707 (x64)
radiant/modules/entities.lua:317: attempt to index local ‘entity’ (a nil value)
stack traceback:
[C]: ?
radiant/modules/entities.lua:317: in function ‘get_world_grid_location’
…onehearth/components/building/building_component.lua:1546: in function ‘_slice_by_story’
…onehearth/components/building/building_component.lua:1824: in function ‘_compute_dependencies’
…onehearth/components/building/building_component.lua:466: in function 'set_active’
stonehearth/services/server/build/build_service.lua:105: in function 'set_active’
stonehearth/call_handlers/build_call_handler.lua:19: in function <stonehearth/call_handlers/build_call_handler.lua:18>

I want to finish this building, Can someone please help!

hey there @Voltex, welcome to the discourse :smile:

would you be able to provide your savefile that has this bugged build in it? To upload a save,

locate the folder in C:\Program Files (x86)\Steam\steamapps\common\Stonehearth\saved_games (assuming a default Steam install), zip the individual save’s folder (not the entire saved_games folder), and upload it. If the *.zip is less than 10 MB, feel free to upload it directly to the Discourse. If larger, please upload it to a cloud storage site like Dropbox, Google Drive, File Dropper, etc. and post the sharing link here.

Here is the save file.

1492876573134.zip (5.0 MB)

i am having the same problem this just keeps poping up and every time i try to build something else it wont do anything
release-707 (x64)
stonehearth/components/wall/wall_component.lua:366: attempt to index a nil value
stack traceback:
[C]: ?
stonehearth/components/wall/wall_component.lua:366: in function 'connect_to_columns’
stonehearth/services/server/build/build_service.lua:1266: in function 'init_fn’
stonehearth/services/server/build/build_service.lua:538: in function '_create_blueprint’
stonehearth/services/server/build/build_service.lua:1264: in function '_create_wall’
stonehearth/services/server/build/build_service.lua:1251: in function '_add_wall_span’
stonehearth/services/server/build/build_service.lua:1081: in function 'visitor_fn’
stonehearth/lib/build_util.lua:817: in function 'grow_walls_around’
stonehearth/services/server/build/build_service.lua:1080: in function 'grow_walls’
stonehearth/services/server/build/build_service.lua:1052: in function 'cb’
stonehearth/services/server/build/build_service.lua:1583: in function 'do_command’
stonehearth/services/server/build/build_service.lua:1051: in function <stonehearth/services/server/build/build_service.lua:1049>

I found a kinda solution to the problem, i had the same problem, and the engine error is still there, but you simply just detroy the building you are building, and then you place the same building afterwards :slight_smile:
I hope this will help you