Can's see console

designpeg

  • *
  • Posts: 731
I get this error each time I test my game - game runs fine, but console shows nothing beyond
Universal.initScreen (356): Scale Y: 1

This is making it hard to debug, any ideas if it's something I've got wrong in my game, or is it a Stencyl problem?




Unexpected problem on thread Thread-1221: Index 8192 out of bounds for length 8192

Throwable: java.lang.ArrayIndexOutOfBoundsException: Index 8192 out of bounds for length 8192
   at stencyl.sw.util.net.SocketServer.decodeWebSocketData(SocketServer.java:566)
   at stencyl.sw.util.net.SocketServer._received(SocketServer.java:405)
   at stencyl.sw.util.net.SocketServer.access$700(SocketServer.java:27)
   at stencyl.sw.util.net.SocketServer$SocketInputWorker.run(SocketServer.java:276)
   at java.base/java.lang.Thread.run(Unknown Source)

Luyren

  • *
  • Posts: 2810
Check if your log are going through the game controller or not. You can also export your logs, then clear them under Tools > Logs, and see if you still have this issue.
My Stencyl resources are available here: https://luyren.itch.io/
Cutscenes, RPG Elements, Particles, Map System and many more.

Justin

  • *
  • Posts: 4716
This is a problem in Stencyl.

I've filed it in the issue tracker and fixed it (I think) in the latest private build.

http://community.stencyl.com/index.php?issue=1876.0
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

designpeg

  • *
  • Posts: 731
Fantastic, thanks!

Chris24XD

  • Posts: 48
Download an extention called HUD console.
When you install it, put a create console and show console blocks on a When Created event.
Then do the error again to see it.

You can also, open the Log Viewer.