Access Violation

Shamun
Posts: 1
Joined: Thu Oct 14, 2010 2:07 am

Access Violation

Post by Shamun »

Hi,
I'm using Visual Studio Premium 2010 and I'm trying to combine Ogre, Bullet and my own engine.
But I got this error every time two objects collide:

Code: Select all

Unhandled exception at 0x007f1867 in JamExample_d.exe: 0xC0000005: Access violation reading location 0xffffffff.
The error is at btSequentialImpulseConstraintSolver.cpp line 131.
It doesn't happen if one of the object is set to: btRigidBody::CF_NO_CONTACT_RESPONSE
I can't find the source of this problem it's driving my crazy.
If you need any part of the code I'll publish it.

By the way the demos work great.

Thanks,
Shamun