Overflow in AABB in the unmodified ragdoll demo

JoostHuizinga
Posts: 6
Joined: Sun Jan 20, 2013 10:45 pm

Overflow in AABB in the unmodified ragdoll demo

Post by JoostHuizinga »

Hello everybody,

I recently downloaded and installed Bullet, but while testing it a came upon a rather strange issue. I have ran several demos but, for some reason, the ragdoll demo does not properly spawn ragdolls, and instead returns the following error:

Overflow in AABB, object removed from simulation
If you can reproduce this, please email bugs@continuousphysics.com

Please include above information, your Platform, version of OS.

I am using:
- Windows XP, service pack 3
- Bullet 2.81
- Eclipse C/C++ dev tools 6.0.0
- MinGW toolchain
- CMake to create the project files

What makes the error strange (in my opinion) is that is seems to be the only demo that suffers from it, and when I build the same file using Visual Express 2010, the demo works as expected. The issue is also present when I am just using MinGW when building the ragdoll demo. I have build and rebuild AppRagdollDemo.exe several times and reinstalled Bullet several times, but the issue remains.

What could possibly be the problem?
lbt
Posts: 1
Joined: Sun Feb 23, 2014 10:20 pm

Re: Overflow in AABB in the unmodified ragdoll demo

Post by lbt »

Just for the record - I got this error when I created a btGImpactMeshShape and forgot to run btShape->updateBound();