Exception thrown, see JavaScript console

Issue #526 resolved
Hans Braakmann created an issue

The online MicroBlocks Pilot version returns an error. Chrome on Mac OSX

Uncaught RuntimeError: memory access out of bounds
at gp_wasm.wasm:0x7f5
at gp_wasm.wasm:0x1c491
at Module._main (gp_wasm.js:1:180697)
at callMain (gp_wasm.js:1:182012)
at doRun (gp_wasm.js:1:182409)
at gp_wasm.js:1:182564

Comments (6)

  1. John Maloney repo owner
    • changed status to open

    This error sometimes happens after a new release of the web app because the browser failed to fetch one of the required files. Reloading browser page page should fix the problem. It may help to hold down shift while clicking the browser's page reload button.

  2. Hans Braakmann reporter

    Thanks, this post can be closed. Another commit: the sensor values for tilt x en tilt y on the Micro:Bit V1 only returns one single value -200 for tilt x and 200 for tilt y. This is the case for the MicroBlocks Stable and Pilot version.

  3. John Maloney repo owner

    the sensor values for tilt x en tilt y on the Micro:Bit V1 only returns one single value -200 for tilt x and 200 for tilt y

    That could be a broken accelerometer. Do you have another micro:bit V1 you can try?

  4. Log in to comment