So I enjoyed the save feature and resumed my game. After some time i had about 250 villagers and the game got quite laggy. At the end the game crashed.
OS: Linux
CPU: Intel i3-2328M (2.20GHz)
RAM: 8GB
GPU: intel onboard
Java Version:
java version "1.7.0_72"
Java SE Runtime Environment (build 1.7.0_72-b14)
Java HotSpot 64-Bit Server VM (build 24.72-b04, mixed mode)
Here's the part of the log which caused the crash:
Mon Jan 19 21:10:40 GMT 2015 ERROR:null
java.lang.NullPointerException
at rpc.entities.EntityBase.enterMateHome(EntityBase.java:2051)
at rpc.entities.EntityBase.updateAI(EntityBase.java:920)
at rpc.entities.EntityBase.update(EntityBase.java:719)
at rpc.entities.EntityModule.update(EntityModule.java:203)
at rpc.states.PlayState.update(PlayState.java:538)
at org.newdawn.slick.state.StateBasedGame.update(StateBasedGame.java:266)
at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:652)
at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:418)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:328)
at rpc.launcher.Game.launchGame(Game.java:85)
at rpc.launcher.Launcher.main(Launcher.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Mon Jan 19 21:10:40 GMT 2015 ERROR:Game.update() failure - check the game code.
org.newdawn.slick.SlickException: Game.update() failure - check the game code.
at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:669)
at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:418)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:328)
at rpc.launcher.Game.launchGame(Game.java:85)
at rpc.launcher.Launcher.main(Launcher.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)