-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TestRagdollCharacter crashes #740
Comments
I managed to reproduce the issue using native Bullet on Windows 7, so it's not a unix-specific issue. Here's the console log:
I verified that TestRagdollCharacter still works with jBullet. |
The issue may be related to bones such as "Sheath.R" for which no vertices have weights above the threshold (0.5). In this case, an empty array is passed to the HullCollisionShape constructor, resulting in an empty btConvexHullShape. Perhaps Native Bullet's stepSimulation method can't cope with an empty btConvexHullShape. |
I've found a fix, so I'll assign this issue to myself. |
The crash no longer occurs in 'master' branch. |
Hey Guys,
TestBoneRagdoll
works like a charm, howeverTestRagdollCharacter
leads to a native-bullet crash.Linux 4.8.0 on Kubuntu 16.10
It's not
HEAD
but I did a quick git diff we shows there was nothing bullet related in between.The text was updated successfully, but these errors were encountered: