Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. 02-10 10:04:21.947 10526-10614/com.oldenweb.jaws E/AndroidRuntime﹕ FATAL EXCEPTION: GLThread 103637
  2. Process: com.oldenweb.jaws, PID: 10526
  3. java.lang.IllegalArgumentException: The same task may not be scheduled twice.
  4. at com.badlogic.gdx.utils.Timer.scheduleTask(Timer.java:64)
  5. at com.badlogic.gdx.utils.Timer.scheduleTask(Timer.java:54)
  6. at com.badlogic.gdx.utils.Timer.schedule(Timer.java:156)
  7. at com.oldenweb.Main$3.act(Main.java:671)
  8. at com.badlogic.gdx.scenes.scene2d.actions.SequenceAction.act(SequenceAction.java:65)
  9. at com.badlogic.gdx.scenes.scene2d.Actor.act(Actor.java:95)
  10. at com.oldenweb.Act.act(Act.java:60)
  11. at com.badlogic.gdx.scenes.scene2d.Group.act(Group.java:49)
  12. at com.badlogic.gdx.scenes.scene2d.Stage.act(Stage.java:223)
  13. at com.oldenweb.Main.renderGame(Main.java:483)
  14. at com.oldenweb.Main.render(Main.java:409)
  15. at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:424)
  16. at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1531)
  17. at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1248)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement