kripken / box2d.js

Port of Box2D to JavaScript using Emscripten
1.33k stars 196 forks source link

Uncaught Assertion: 20 caused by b2Body.CreateFixture #21

Closed Fishrock123 closed 11 years ago

Fishrock123 commented 11 years ago

Yeah, so since there is like, no documentation on this stuff, what the hell does "Uncaught Assertion: 20" mean?

It's being thrown when I try to call this:

my_b2Body.CreateFixture(my_fixtureDef);
kripken commented 11 years ago

Can you please provide a complete testcase to reproduce with?

Fishrock123 commented 11 years ago

Switched to a different Box2D Lib, no longer have it. :/

Fishrock123 commented 11 years ago

Closing as I don't know how to reproduce.