You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some very basic code for simulating two bodies connected with a (fixed) joint. However, this code fails in the latest release of rapier.js (0.14.0). It also fails in older releases.
Running this code in a browser (Chrome 133 on macOS 15.3.1) results in an "unreachable" exception deep in the WASM code:
0057e15e:0x1185c8 Uncaught (in promise) RuntimeError: unreachable
at 0057e15e:0x1185c8
at 0057e15e:0x148e24
at 0057e15e:0x146ca9
at 0057e15e:0x14abf1
at 0057e15e:0x2f03e
at 0057e15e:0xf96a9
at Qg.step (rapier_wasm3d.js:3548:14)
at eI.step (physics_pipeline.ts:69:22)
at Q.step (world.ts:258:30)
at animate (test.html:41:15)
This also fails with other types of joints, e.g. revolute joint:
I have some very basic code for simulating two bodies connected with a (fixed) joint. However, this code fails in the latest release of rapier.js (0.14.0). It also fails in older releases.
Running this code in a browser (Chrome 133 on macOS 15.3.1) results in an "unreachable" exception deep in the WASM code:
This also fails with other types of joints, e.g. revolute joint:
The text was updated successfully, but these errors were encountered: