EmergentOrganization / cell-rpg

:black_square_button: connect to a universe where cellular automata have run rampant
http://emergentorganization.github.io/bridge/
Other
12 stars 1 forks source link

Game crashes under too much load? #124

Closed 7yl4r closed 6 years ago

7yl4r commented 6 years ago
Exception in thread "LWJGL Application" java.lang.ArrayIndexOutOfBoundsException: 64
    at com.artemis.utils.Bag.get(Bag.java:181)
    at com.artemis.BasicComponentMapper.get(BasicComponentMapper.java:42)
    at io.github.emergentorganization.cellrpg.core.systems.RenderSystem.process(RenderSystem.java:131)
    at io.github.emergentorganization.cellrpg.core.systems.RenderSystem.processSystem(RenderSystem.java:101)
    at com.artemis.BaseSystem.process(BaseSystem.java:45)
    at com.artemis.InvocationStrategy.process(InvocationStrategy.java:17)
    at com.artemis.World.process(World.java:402)
    at io.github.emergentorganization.cellrpg.scenes.game.worldscene.WorldScene.render(WorldScene.java:46)
    at io.github.emergentorganization.cellrpg.scenes.game.Arcade.render(Arcade.java:64)
    at com.badlogic.gdx.Game.render(Game.java:46)
    at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:223)
    at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:124)

Process finished with exit code -1