Piet Bronders
Piet Bronders
> Alpha 7: > > ``` > ERROR: Condition "!method" is true. Returning: 0 > at: get_builtin_method_hash (core/variant/variant_call.cpp:1172) > ERROR: Error getting method , hash mismatch. > at: gdnative_variant_get_ptr_builtin_method (core/extension/gdnative_interface.cpp:475)...
> Hi, I might not have well understood how to make it work. I am on ubuntu linux, did download the latest file.so and putted it in the bin directory...
Hello @jgodfrey, Disclaimer: I don't have any experience with using Raspberry PI On the other hand I don't see why it shouldn't be possible if the correct compiler flags are...
Hi @boruok, The larger binary size is due to the GDNative interface being part of the binary vs. compiling a binary without any wrapper. I don't really know if it...
Hello @clayheaton I'm reading a bit about M1 and it seems that Github Actions (the CI that I use for this project) doesn't maturely support M1 yet. (https://github.com/actions/virtual-environments/issues/2187). There seems...
Waiting for this PR to be merged: https://github.com/godotengine/godot-cpp/pull/529
Hello @stebulba The issue described here is specific to the new ARM M1 architecture introduced by Apple for their new line of laptops and desktop computers. In your case, the...
@clayheaton There have been some developments that might enable me to export the plugin to ARM64, namely: https://github.com/godotengine/godot-cpp/pull/584 I'm testing out some things on my testing repository (https://github.com/2shady4u/godot-cpp-ci) and have...
@clayheaton I've added a build for MacOS ARM64 to Github Actions which can be downloaded [here](https://github.com/2shady4u/godot-sqlite/actions/workflows/macos_builds.yml). ### Why is this build not included in Godot SQLite by default? Currently Godot...
@clayheaton There's an open PR (https://github.com/godotengine/godot-cpp/pull/529) on the `godot-cpp`-repo that should hopefully enable me to build binaries for the "universal" target. Unfortunately there hasn't been much activity on this PR...