Open DJs3000 opened 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.
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.
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.
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.