You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have previously tried to make openspades work on aarch64 but angeloscript was just far too old for it to work properly and just failed build. Updating angeloscript didn't yield anything useful. More issues only.
Builds successfully with master + #1005 + *:arm64-osx vcpkg packages. It however fails at runtime:
2022/06/20 00:52:30 [ScriptManager.cpp:44] (0, 0) : ERR : Failed in call to function 'RegisterObjectBehaviour' with 'AudioChunk' and 'void f()' (Code: -7)
2022/06/20 00:52:30 [Main.cpp:650] [!] Terminating due to the fatal error: Not supported
at ../Sources/ScriptBindings/ScriptManager.cpp:190
static void spades::ScriptManager::CheckError(int) at ScriptManager.cpp:189
spades::ScriptManager::ScriptManager() at ScriptManager.cpp:77
int main(int, char **) at Main.cpp:320
Builds successfully with master + #1005 + *:arm64-osx vcpkg packages. It however fails at runtime:
2022/06/20 00:52:30 [ScriptManager.cpp:44] (0, 0) : ERR : Failed in call to function 'RegisterObjectBehaviour' with 'AudioChunk' and 'void f()' (Code: -7)
2022/06/20 00:52:30 [Main.cpp:650] [!] Terminating due to the fatal error: Not supported
at ../Sources/ScriptBindings/ScriptManager.cpp:190
static void spades::ScriptManager::CheckError(int) at ScriptManager.cpp:189
spades::ScriptManager::ScriptManager() at ScriptManager.cpp:77
int main(int, char **) at Main.cpp:320
This issue tracks OpenSpades' support for Apple Silicon Macs (AArch64).
Compilation fails on aarch64 #906Current version of angelscript cannot compile on apple m1. #981arm64e
support? This is beneficial from a security point of view, and that's important because OpenSpades is a network applicationThe text was updated successfully, but these errors were encountered: