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 continueDialog) #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
java.lang.NullPointerException
at zildo.monde.dialog.DialogManagement.continueDialog(DialogManagement.java:159)
at zildo.monde.dialog.DialogManagement.goOnDialog(DialogManagement.java:192)
at zildo.server.PlayerManagement.keyPressAction(PlayerManagement.java:390)
at zildo.server.PlayerManagement.handleCommon(PlayerManagement.java:139)
at zildo.server.PlayerManagement.manageKeyboard(PlayerManagement.java:103)
at zildo.server.EngineZildo.renderFrame(EngineZildo.java:131)
at zildo.client.stage.SinglePlayer.updateGame(SinglePlayer.java:162)
at zildo.client.Client.mainLoop(Client.java:170)
at com.zildo.OpenGLRenderer.onDrawFrame(OpenGLRenderer.java:134)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1146)

Original issue reported on code.google.com by tcheg...@gmail.com on 26 Aug 2012 at 1:27

GoogleCodeExporter commented 9 years ago
[Fixed in 1.3]

Bug occured when player touches Zildo and action region in the same time, when 
the current sentence was following to another one (symbol '@' in text).

It shouldn't occur anymore, because now, inventory and dialog are impossible in 
the same time.

Svn revision : 1098

Original comment by tcheg...@gmail.com on 27 Aug 2012 at 7:00