Open GoogleCodeExporter opened 9 years ago
Future information: it seems to be happening in the btDbvtBroadphase
constructor ln 404 of Physics.cpp
Original comment by stephen....@gmail.com
on 29 Mar 2013 at 11:25
Did you manage to fix it? I got the same issue as well!
Original comment by jonathan...@gmail.com
on 3 Dec 2013 at 2:56
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
Same issue. Replacing m_pPhysics.reset(CreateGamePhysics()); with
m_pPhysics.reset(CreateNullPhysics()); in TeapotWarsLogic::TeapotWarsLogic()
(TeapotWars.cpp) is a work around but then you essentially have nothing to work
with or test.
Probably should increase priority to High.
Using Visual Studio 2013, Windows 8.1 Pro x64 WMC. I have tried the included
bullet-2.79. I have also tried bullet-2.80 and bullet-2.82 (both from
deprecated bullet/downloads). (To compile, I had to change their multithreading
to 'multithreading debug', not DLL etc.)
Original comment by tidni.st...@tidni.net
on 17 Nov 2014 at 7:42
Original issue reported on code.google.com by
stephen....@gmail.com
on 29 Mar 2013 at 11:21