PiRSquared17 / zildo

Automatically exported from code.google.com/p/zildo
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Exception from Google play #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Seen on the Crash view:

java.lang.ArrayIndexOutOfBoundsException: length=6; index=-5
at zildo.monde.sprites.desc.ZildoSprSequence.getSpr(ZildoSprSequence.java:97)
at zildo.monde.sprites.persos.PersoZildo.animate(PersoZildo.java:615)
at zildo.server.SpriteManagement.updateSprites(SpriteManagement.java:508)
at zildo.server.EngineZildo.renderFrame(EngineZildo.java:190)
at zildo.client.stage.SinglePlayer.updateGame(SinglePlayer.java:162)
at zildo.client.Client.mainLoop(Client.java:171)
at com.alembrum.OpenGLRenderer.onDrawFrame(OpenGLRenderer.java:105)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1463)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1217)

Original issue reported on code.google.com by tcheg...@gmail.com on 18 Jun 2013 at 11:51

GoogleCodeExporter commented 9 years ago
[Fixed in version 2.3]

Original comment by tcheg...@gmail.com on 19 Jun 2013 at 8:15