kripken / box2d.js

Port of Box2D to JavaScript using Emscripten
1.32k stars 198 forks source link

testbed car demo broken #40

Open no-zzz-un opened 11 years ago

no-zzz-un commented 11 years ago

the current testbed car demo is broken:

Uncaught TypeError: Object 300 has no method 'stackAlloc' box2d.js:414
Uncaught TypeError: Cannot call method 'SetMotorSpeed' of null car.js:212
Joncom commented 11 years ago

Works for me. Any specific instructions on how to reproduce this error?

no-zzz-un commented 11 years ago

chrome 28.0.1500.71 on macosx

i'm talking about the repository html5canvas_demo/testbed.html, not the www.iforce2d.net hosted testbed which the readme points to

Joncom commented 11 years ago

Ah, yes, it appears you are correct @noun. Ever since this commit, the test-bed fails as you mentioned.