griffithinfotech / quickb2

Automatically exported from code.google.com/p/quickb2
0 stars 0 forks source link

Assertion failed #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Giving still more and more of these errors when moving qb2Group via applying 
applyTorque()

Assertion failed: (m_contactCount < m_contactCapacity), function Add, file 
../Box2D/Dynamics/b2Island.h, line 74.
[object AlchemyExit]
    at MethodInfo-635()
    at MethodInfo-278()
    at QuickB2.objects.tangibles::qb2World/step()
    at QuickB2.objects.tangibles::qb2World/enterFrame()

and

Assertion failed: (m_entryCount < b2_maxStackEntries), function Allocate, file 
../Box2D/Common/b2StackAllocator.cpp, line 38.
[object AlchemyExit]
    at MethodInfo-635()
    at MethodInfo-278()
    at QuickB2.objects.tangibles::qb2World/step()
    at QuickB2.objects.tangibles::qb2World/enterFrame()

Original issue reported on code.google.com by miroslav...@marmar.sk on 26 Aug 2011 at 8:00