Frequent crashing on stepSimulation call

Post Reply
erbisme4@yahoo.com
Posts: 41
Joined: Fri Apr 29, 2016 2:41 pm

Frequent crashing on stepSimulation call

Post by erbisme4@yahoo.com »

I get frequent exceptions on the stepSimulation call when using btPoint2PointConstraint. Here is my call stack:

Code: Select all

 	msvcr120.dll!000007fec6a13304()	Unknown
 	msvcr120.dll!000007fec6a0db8c()	Unknown
 	msvcr120.dll!000007fec6a14a46()	Unknown
 	msvcr120.dll!000007fec6a0ddc1()	Unknown
 	VPPathCalculator.dll!btSequentialImpulseConstraintSolver::solveGroupCacheFriendlySetup(class btCollisionObject * *,int,class btPersistentManifold * *,int,class btTypedConstraint * *,int,struct btContactSolverInfo const &,class btIDebugDraw *)	C++
 	VPPathCalculator.dll!btSequentialImpulseConstraintSolver::solveGroup(class btCollisionObject * *,int,class btPersistentManifold * *,int,class btTypedConstraint * *,int,struct btContactSolverInfo const &,class btIDebugDraw *,class btDispatcher *)	C++
 	VPPathCalculator.dll!InplaceSolverIslandCallback::processConstraints(void)	C++
 	VPPathCalculator.dll!btDiscreteDynamicsWorld::solveConstraints(struct btContactSolverInfo &)	C++
 	VPPathCalculator.dll!btDiscreteDynamicsWorld::internalSingleStepSimulation(float)	C++
 	VPPathCalculator.dll!btDiscreteDynamicsWorld::stepSimulation(float,int,float)	C++
hyyou
Posts: 96
Joined: Wed Mar 16, 2016 10:11 am

Re: Frequent crashing on stepSimulation call

Post by hyyou »

remove rigidBody before constraint from the world?
jad albert
Posts: 2
Joined: Sun Oct 09, 2016 9:41 am

Re: Frequent crashing on stepSimulation call

Post by jad albert »

erbisme4@yahoo.com wrote:I get frequent exceptions on the stepSimulation call when using btPoint2PointConstraint. Here is my call stack:
TragusInfantigoRx Drugs

It might be the case that it crashes amid Multiplayer , you will normally get kicked to the dashboard where you can basically restart it. In some instances a crash happens while playing Campaign, you should restart the program and after that begin from your last spare or checkpoint.
Post Reply