crash at btConvexHullShape::localGetSupportingVertexWithoutMargin

Post Reply
ed_welch
Posts: 43
Joined: Wed Mar 04, 2015 6:16 pm

crash at btConvexHullShape::localGetSupportingVertexWithoutMargin

Post by ed_welch »

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?
ilgar_lunin
Posts: 2
Joined: Wed Nov 30, 2022 1:19 pm

Re: crash at btConvexHullShape::localGetSupportingVertexWithoutMargin

Post by ilgar_lunin »

Getting same issue, upvote
ilgar_lunin
Posts: 2
Joined: Wed Nov 30, 2022 1:19 pm

Re: crash at btConvexHullShape::localGetSupportingVertexWithoutMargin

Post by ilgar_lunin »

If anyone interested, in my case the culprit was using btStaticPlaneShape in btDiscreteDynamicsWorld. Once I removed it issue is gone
ed_welch
Posts: 43
Joined: Wed Mar 04, 2015 6:16 pm

Re: crash at btConvexHullShape::localGetSupportingVertexWithoutMargin

Post by ed_welch »

ah, thanks for the answer. I don't use btStaticPlaneShape, so it must be something else in my case.
My solution is to keep using the old version ;)
ed_welch
Posts: 43
Joined: Wed Mar 04, 2015 6:16 pm

Re: crash at btConvexHullShape::localGetSupportingVertexWithoutMargin

Post by ed_welch »

I downloaded the latest version and now it seems to be ok. I no longer get the crash.
shallshe
Posts: 3
Joined: Wed Nov 02, 2022 7:32 am

Re: crash at btConvexHullShape::localGetSupportingVertexWithoutMargin

Post by shallshe »

I don't use btStaticPlaneShape but in the latest update this error has been fixed.

geometry dash world
Post Reply