-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SkeletonIK crashes when selecting node in hierarchy #45517
Comments
Just downloaded and tried rc1, too, same issue. Tried a couple times, and it actually seems to be happening even more consistently now--just closing and reopening the scene one time triggers the issue rather than it taking multiple times like before. |
Address sanitizer log
|
This is still happening in 3.4.3 I tested with an empty project and just saved a scene with a single spatial object. Open the scene. I repeated those steps over and over and never crashed. The very first time I put a skeletonIK node in the scene hierarchy and ran through the steps above but clicked on skeletonIK instead of Spatial and the editor crashed immediately on clicking skeletonIK. I'd like to point out that I never even had to run the game. Just doing this in the editor results in a crash every time. |
I can confirm this still happens in 3.5-stable. |
Godot version:
3.2.3
OS/device including version:
Linux (5.4) Manjaro Nibia 20.2.1
Linux (5.9) Manjaro Nibia 20.2.1
(tried on two different machines)
Issue description:
I'm exporting to gltf2 (*.glb) from Blender (2.91.0), a simple mesh and armature, just trying to test IK and get it working. It works in the viewport for me but not when actually playing the scene. And then trying to fix that I ran into this crashing issue. It doesn't seem to happen totally consistently, but I managed to figure out probably the bare minimum steps to produce this, and following these steps I was able to get it to crash pretty consistently on the 3rd or 4th time.
I tested the IK demo on the asset library and that seemed to work okay so I think it might be something with what I'm doing, but I tried exporting from Blender to both .dae as well as .escn and IK was broken with those, too. Not sure what else to try...
Steps to reproduce:
Open test.tscn
Click on SkeletonIK in the hierarchy in the Scene tab
Play Scene (F6)
Close the play scene window
Close the scene
Repeat 1-3 times and it should crash on step 2
Minimal reproduction project:
SkeletonIKTest.zip
The text was updated successfully, but these errors were encountered: