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
I'm seeing a shutdown crash when using DebugDraw3D. I checked around to see if it was a Godot-side issue, and it seems someone else has also run into the same issue: godotengine/godot#101465
In that issue, they mention that the issue is caused by GDExtension and that godot-cpp needs to be updated to include this
commit which should be present in the 4.2 branch of godot-cpp: godotengine/godot-cpp#1458
Regarding the upgrade to 4.2, I will most likely update godot-cpp for the next release, if this does not lead to new crashes.
Moreover, godot 4.1 with my library was launched only 81 times in 6 months and 0 times in the last month (actually, it seemed to me that 4.3 is still not that common 😅).
Thank you for the prompt response. 1.4.6 seems like it fixes the issue! When do you expect it to be formally released? (I can use the updated binary that you linked in the meantime).
@yash3ahuja my main goal right now is to add 3d text support. All that remains is to implement a fast reuse of the already created text and fix the deletion timers in the physics frames. Then I will make other minor changes.
It may take a few days or weeks, and I hope to complete it as soon as possible.
Godot version
4.3.1.rc.mono
DebugDraw3D version
1.4.5
On which operating systems the error occurs
No response
Using which renderers the error occurs
No response
Issue description
Hello,
I'm seeing a shutdown crash when using DebugDraw3D. I checked around to see if it was a Godot-side issue, and it seems someone else has also run into the same issue: godotengine/godot#101465
In that issue, they mention that the issue is caused by GDExtension and that godot-cpp needs to be updated to include this
commit which should be present in the 4.2 branch of godot-cpp: godotengine/godot-cpp#1458
The plugin seems to be currently on the godot-cpp version targeting 4.1 (corresponding commit: https://github.com/godotengine/godot-cpp/tree/4d5d707d60aac3ecb4d3e413c840448fb1356264).
Steps to reproduce
Object::~Object()
on trying to clean up instance bindings.Minimal reproduction project
debugdrawcrash-project.zip
The text was updated successfully, but these errors were encountered: