WolfireGames / overgrowth

Open Source codebase of the game Overgrowth by Wolfire Games LLC
Apache License 2.0
2.51k stars 260 forks source link

Problem in angelscript #71

Open DJs3000 opened 2 years ago

DJs3000 commented 2 years ago

I try launch Overgrowth in MCST Elbrus(https://en.wikipedia.org/wiki/Elbrus-8S). It turns out to compile. It throws an error at startup. 2022051416345014

I analyzed the entire code and found where the error text is. "Error registering method of "array" "void push_back(const T&in)" asNOT_SUPPORTED". The error text is here https://github.com/a1batross/overgrowth/blob/main/Source/Scripting/angelscript/ascontext.cpp line 84. Help to understand the problem and fix it.