Link to .capx file (required!):
link to capx
Steps to reproduce:
1. Open the capx and select Box2D asm.js physics
2. Run Layout "L_Trial"
3. Observe failure message
Observed result:
<img src="https://dl.dropboxusercontent.com/u/184657779/C2%20problems/physics%20failure%20r155.png" border="0">
The layout only partially loads and then freezes showing the above error message.
Expected result:
Try this step first. Run the capx using Box2D web physics (DO NOT select Box2D asm.js) to see layout "L_Trial" run correctly (it's a simple car physics example using L/R arrow keys to move). This could be related to my other active physics bug report. This failure is fragile in that deleting one object, an animation frame or an array could cause the failure to disappear and not be repeated. This runs normally in Box2D web but, once you run this in asm.js there's no going back to Box2D web unless you reload the project (and haven't re-saved it).
Browsers affected:
Chrome: yes
Firefox: yes
Internet Explorer: yes
Operating system & service pack:
W7 Ultimate x64 SP1
Construct 2 version:
r155 x64
Update - changed the title and some phrases for clarity