java.lang.ArrayIndexOutOfBoundsException: 0
org.jbox2d.dynamics.Island.a(Island.java:86)
org.jbox2d.dynamics.PhysicsWorld.a(PhysicsWorld.java:572)
net.buildism.ag.r(World.java:750)
net.buildism.i.f(Game.java:264)
net.buildism.n.p(Main.java:648)
net.buildism.MainApplet.run(MainApplet.java:235)
java.lang.Thread.run(Unknown Source)
On the downloadable editor. (The online editor lags no matter what I do)
I think its because I have bricks that are changing different sizes at different times.
I just got another, except this one was a negative array something exception.
By switching worlds while my character was out.
java.lang.NegativeArraySizeException
org.jbox2d.dynamics.Island.a(Island.java:118)
org.jbox2d.dynamics.PhysicsWorld.a(PhysicsWorld.java:572)
net.buildism.ag.r(World.java:750)
net.buildism.i.f(Game.java:264)
net.buildism.n.p(Main.java:648)
net.buildism.MainApplet.run(MainApplet.java:235)
java.lang.Thread.run(Unknown Source)
When trying to move between worlds with a script.
The NegativeArraySizeException seems to appear when I try to switch worlds.
org.jbox2d.dynamics.Island.a(Island.java:86)
org.jbox2d.dynamics.PhysicsWorld.a(PhysicsWorld.java:572)
net.buildism.ag.r(World.java:750)
net.buildism.i.f(Game.java:264)
net.buildism.n.p(Main.java:648)
net.buildism.MainApplet.run(MainApplet.java:235)
java.lang.Thread.run(Unknown Source)
On the downloadable editor. (The online editor lags no matter what I do)
I think its because I have bricks that are changing different sizes at different times.
I just got another, except this one was a negative array something exception.
By switching worlds while my character was out.
java.lang.NegativeArraySizeException
org.jbox2d.dynamics.Island.a(Island.java:118)
org.jbox2d.dynamics.PhysicsWorld.a(PhysicsWorld.java:572)
net.buildism.ag.r(World.java:750)
net.buildism.i.f(Game.java:264)
net.buildism.n.p(Main.java:648)
net.buildism.MainApplet.run(MainApplet.java:235)
java.lang.Thread.run(Unknown Source)
When trying to move between worlds with a script.
The NegativeArraySizeException seems to appear when I try to switch worlds.