2
« on: July 15, 2020, 09:55:51 am »
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)