console error

  1. L

    SOLVED Playtesting on Opera GX target results in FS error in JavaScript console

    Whenever I attempt to playtest my game on Opera GX (by selecting the Opera GX target using Game Maker Studio 2.3), a screen appears with a loading wheel that says "All Downloads Complete". When I open the JavaScript console, the following appears: Things I have tried: Turning off anti-virus...
  2. deathzero021

    Legacy GM <Solved> Console "out of bounds" error

    The error: Grid 0, index out of bounds writing [-1,0] - size is [4,4] Now this implies that I am trying to write to a grid in a position that doesn't exist. I used the debugger and set many break points, going one step at a time until I found the culprit. // Left side if (bx-1...
Top