I tried upgrading my project which was using an old version of bullet (2.88) to the lastest version (3.24) and now I get a crash at btConvexHullShape::localGetSupportingVertexWithoutMargin()
Anyone know what change could have happened to cause this crash?
crash at btConvexHullShape::localGetSupportingVertexWithoutMargin
-
- Posts: 2
- Joined: Wed Nov 30, 2022 1:19 pm
Re: crash at btConvexHullShape::localGetSupportingVertexWithoutMargin
Getting same issue, upvote
-
- Posts: 2
- Joined: Wed Nov 30, 2022 1:19 pm
Re: crash at btConvexHullShape::localGetSupportingVertexWithoutMargin
If anyone interested, in my case the culprit was using btStaticPlaneShape in btDiscreteDynamicsWorld. Once I removed it issue is gone