2.73 character demo access violation in release version

mickey
Posts: 107
Joined: Fri Sep 19, 2008 6:08 pm

2.73 character demo access violation in release version

Post by mickey »

Hi

there seems to be an access violation on the character demo when i try to run the release version.

vs 2008 breaks in this line:

btBroadphasePair* collisionPair = m_pairCache->findPair(m_me->getBroadphaseHandle(),proxy0);

on btDiscreteDynamicsWorld.cpp.

also, LinearMath/btPoint3.h seems to be missing on the source folders, I always needed to copy one from an earlier version.

Cheers
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: 2.73 character demo access violation in release version

Post by Erwin Coumans »

You should not use btPoint3.h anymore, the release notes mentioned that it has been deprecated. Please do a find and replace in your source tree from btPoint3 to btVector3.

The character controller issue has been fixed, can you please download Bullet 2.73 again (bullet-2.73-final.zip)?
Thanks a lot for the report,
Erwin
mickey
Posts: 107
Joined: Fri Sep 19, 2008 6:08 pm

Re: 2.73 character demo access violation in release version

Post by mickey »

I see thanks, sorry miss that one out.