PiRSquared17 / zildo

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

Exception on restoring game #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version 2.11

java.lang.NullPointerException
at zildo.server.EngineZildo.restoreBackedUpGame(EngineZildo.java:282)
at zildo.fwk.script.command.ActionExecutor.render(ActionExecutor.java:522)
at zildo.fwk.script.command.ScriptExecutor.renderAction(ScriptExecutor.java:183)
at zildo.fwk.script.command.ScriptExecutor.renderAction(ScriptExecutor.java:178)
at 
zildo.fwk.script.command.ScriptExecutor.renderElement(ScriptExecutor.java:206)
at zildo.fwk.script.command.ScriptExecutor.render(ScriptExecutor.java:93)
at zildo.server.state.ScriptManagement.render(ScriptManagement.java:127)
at zildo.server.EngineZildo.renderFrame(EngineZildo.java:183)
at zildo.client.stage.SinglePlayer.updateGame(SinglePlayer.java:167)
at zildo.client.Client.mainLoop(Client.java:177)
at com.alembrum.OpenGLRenderer.onDrawFrame(OpenGLRenderer.java:105)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1531)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1248)

Original issue reported on code.google.com by tcheg...@gmail.com on 28 Sep 2014 at 9:19

GoogleCodeExporter commented 9 years ago
Never happened again since. ==> Close

Original comment by tcheg...@gmail.com on 28 Dec 2014 at 9:56