Crash when trying to call virtual method without return value #1403
Labels
bug
This has been identified as a bug
crash
topic:buildsystem
Related to the buildsystem or CI setup
Milestone
Godot version
4.3 dev 4
godot-cpp version
4.3 dev 4
System information
Windows 11
Issue description
Engine crashes when trying to call virtual method without return value.

In engine:
https://github.com/godotengine/godot/blob/f2045ba822bff7d34964901393581a3117c394a9/core/extension/gdextension_interface.cpp#L1214
Steps to reproduce
GDVIRTUAL0(_do_something_virtual_without_return);
GDVIRTUAL_CALL(_do_something_virtual_without_return);
Minimal reproduction project
461aeaf
The text was updated successfully, but these errors were encountered: