Advertisement
AndrewB794

RPC Crash log 1/29/2015

Jan 30th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Thu Jan 29 21:30:29 EST 2015 INFO:Slick Build #237
  2. Launching Full Screen
  3. Thu Jan 29 21:30:30 EST 2015 INFO:LWJGL Version: 2.9.3
  4. Thu Jan 29 21:30:30 EST 2015 INFO:OriginalDisplayMode: 1280 x 1024 x 32 @60Hz
  5. Thu Jan 29 21:30:30 EST 2015 INFO:TargetDisplayMode: 1280 x 1024 x 32 @60Hz
  6. Thu Jan 29 21:30:31 EST 2015 INFO:Starting display 1280x1024
  7. Thu Jan 29 21:30:31 EST 2015 INFO:Use Java PNG Loader = true
  8. Thu Jan 29 21:30:32 EST 2015 INFO:Controllers not available
  9. Thu Jan 29 21:30:32 EST 2015 INFO:Initialising sounds..
  10. Thu Jan 29 21:30:32 EST 2015 INFO:- Sound works
  11. Thu Jan 29 21:30:32 EST 2015 INFO:- 64 OpenAL source available
  12. Thu Jan 29 21:30:32 EST 2015 INFO:- Sounds source generated
  13. Loading Main Menu
  14. fontModule: 26
  15. saveModule: 444
  16. profileModule: 0
  17. timeModule: 1
  18. mapModule: 8330
  19. miniMapModule: 547
  20. transitionModule: 0
  21. shadowModule: 1553
  22. lightingModule: 611
  23. objectModule: 4
  24. cloudModule: 83
  25. backgroundModule: 12
  26. soundModule: 6872
  27. particleModule: 899
  28. collisionModule: 386
  29. entityModule: 1265
  30. essenceModule: 0
  31. entityModule Sync: 79
  32. Thu Jan 29 21:31:03 EST 2015 INFO:Starting display 1280x1024
  33. TOTAL TIME: 24112
  34. Thu Jan 29 21:31:24 EST 2015 INFO:Starting display 1280x1024
  35. Loading: Bradleys Crossing
  36. saveModule failed to load save file data!
  37. Loading Game
  38. fontModule: 18
  39. saveModule: 0
  40. Time save data failed to load, loading defaults!
  41. timeModule: 1
  42. mapModule: 5708
  43. miniMapModule: 233
  44. Resource save data failed to load, loading defaults!
  45. resourceModule: 978
  46. transitionModule: 0
  47. shadowModule: 1218
  48. lightingModule: 28
  49. projectilesModule: 0
  50. Thu Jan 29 21:31:51 EST 2015 ERROR:null
  51. java.lang.NumberFormatException: null
  52. at java.lang.Integer.parseInt(Integer.java:542)
  53. at java.lang.Integer.parseInt(Integer.java:615)
  54. at rpc.particles.ParticleModule.loadPlaySurvival(ParticleModule.java:227)
  55. at rpc.particles.ParticleModule.initLoad(ParticleModule.java:204)
  56. at rpc.particles.ParticleModule.initController(ParticleModule.java:182)
  57. at rpc.states.PlayState.loadState(PlayState.java:251)
  58. at rpc.states.PlayState.update(PlayState.java:590)
  59. at org.newdawn.slick.state.StateBasedGame.update(StateBasedGame.java:266)
  60. at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:657)
  61. at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:421)
  62. at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:331)
  63. at rpc.launcher.Game.launchGame(Game.java:88)
  64. at rpc.launcher.Launcher.main(Launcher.java:44)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:483)
  69. at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
  70. Thu Jan 29 21:31:51 EST 2015 ERROR:Game.update() failure - check the game code.
  71. org.newdawn.slick.SlickException: Game.update() failure - check the game code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement