PiRSquared17 / zildo

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

Exception reported on GooglePlay (Nullpointer in ActionExecutor.render) #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version 1.6:

java.lang.NullPointerException
at zildo.fwk.script.command.ActionExecutor.render(ActionExecutor.java:171)
at zildo.fwk.script.command.ScriptExecutor.renderAction(ScriptExecutor.java:141)
at zildo.fwk.script.command.ScriptExecutor.render(ScriptExecutor.java:78)
at zildo.server.state.ScriptManagement.render(ScriptManagement.java:91)
at zildo.server.EngineZildo.renderFrame(EngineZildo.java:179)
at zildo.client.stage.SinglePlayer.updateGame(SinglePlayer.java:162)
at zildo.client.Client.mainLoop(Client.java:170)
at com.zildo.OpenGLRenderer.onDrawFrame(OpenGLRenderer.java:102)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1363)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1118)

Original issue reported on code.google.com by tcheg...@gmail.com on 15 Sep 2012 at 11:07