godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.66k stars 502 forks source link

GDExtension Crash When Launching Game At Alpha 10 #769

Closed hakuhan closed 2 years ago

hakuhan commented 2 years ago

ERROR: Index p_type_b = 1122114304 is out of bounds (Variant::VARIANT_MAX = 35). at: Variant::get_ptr_operator_evaluator (core\variant\variant_op.cpp:919) ERROR: Condition "!method" is true. Returning: 0 at: Variant::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:485)

Calinou commented 2 years ago

@hakuhan Please upload a minimal reproduction project to make this easier to troubleshoot.

Could you reproduce this issue on 4.0.alpha9?

hakuhan commented 2 years ago

@hakuhan Please upload a minimal reproduction project to make this easier to troubleshoot.

Could you reproduce this issue on 4.0.alpha9?

No. Alpha 9 is OK.

hakuhan commented 2 years ago

I finally fond the reason. lib name changed: image