Closed GoogleCodeExporter closed 9 years ago
Hey there is problem on line 1172 or thereabouts in
btParallelConstraintSolver.cpp, it happens because there are no constraints and
it tries to access the first element, u can do something like this around the
for loop
if(numConstraints)
{
//only enter if there is numconstraiints
Original comment by ganesh...@gmail.com
on 9 Feb 2012 at 4:14
I cannot reproduce it. Have you tried it with latest trunk?
If so, can you create a reproduction case by modifying the
Bullet/Demos/MultiThreadedDemo?
Thanks a lot
Original comment by erwin.coumans
on 29 Feb 2012 at 2:15
close the issue, without repro case
Original comment by erwin.coumans
on 1 Mar 2012 at 5:16
Original issue reported on code.google.com by
cgrip...@gmail.com
on 11 Jul 2011 at 9:48