Stonehearth

Stonehearth

Lady Seliana Apr 10, 2019 @ 12:35pm
Pls.What is Iua? is go to high 80%++++ and error
release-949 (x64)[M]
No matching overload found, candidates:
Point3 get_standable_point(lua_State*,Physics&,Point3 const&,int)
Point3 get_standable_point(lua_State*,Physics&,custom [class std::weak_ptr<class radiant::om::Entity>],Point3 const&)
stack traceback:
[C]: in function 'get_standable_point'
radiant/modules/terrain.lua:78: in function 'place_entity'
...h/ai/actions/compelled_behaviors/teleport_action.lua:35: in function <...h/ai/actions/compelled_behaviors/teleport_action.lua:17>
[C]: ?
[C]: ?
[C]: ?
[C]: ?
[C]: in function 'run'
stonehearth/components/ai/ai_component.lua:549: in function <stonehearth/components/ai/ai_component.lua:533>
[C]: in function 'xpcall'
radiant/modules/commons.lua:67: in function 'xpcall'
stonehearth/components/ai/ai_component.lua:533: in function <stonehearth/components/ai/ai_component.lua:529>
[C]: ?
[C]: ?
Originally posted by BrunoSupremo:
Lua is the core code of the game, it simple means that the game performance is almost at its limit.
The error is about teleporting to invalid location. Where you tried to teleport? To avoid similar problems, try to teleport over natural terrain, instead of over other objects or buildings. I guess that could be the error reason, something blocking your action like a bad hitbox, etc...
< >
Showing 1-2 of 2 comments
The author of this thread has indicated that this post answers the original topic.
BrunoSupremo Apr 11, 2019 @ 10:23am 
Lua is the core code of the game, it simple means that the game performance is almost at its limit.
The error is about teleporting to invalid location. Where you tried to teleport? To avoid similar problems, try to teleport over natural terrain, instead of over other objects or buildings. I guess that could be the error reason, something blocking your action like a bad hitbox, etc...
Lady Seliana Apr 11, 2019 @ 11:14am 
Is there a solution to this problem?
< >
Showing 1-2 of 2 comments
Per page: 1530 50