Posted May 8, 20232 yr comment_92524 Hello, Could someone help me with my Client becouse it freezes when i telepoort to certain locations. Below i will paste the error codes: Exception in thread "Thread-6" java.lang.OutOfMemoryError: Java heap space at com.zamron.Rasterizer.method367(Rasterizer.java:130) at com.zamron.Client.loadRegion(Client.java:4296) at com.zamron.Client.getMapLoadingState(Client.java:6760) at com.zamron.Client.loadingStages(Client.java:6705) at com.zamron.Client.mainGameProcessor(Client.java:7234) at com.zamron.Client.processGameLoop(Client.java:6173) at com.zamron.RSApplet.run(RSApplet.java:244) at com.zamron.Client.run(Client.java:9972) at java.lang.Thread.run(Thread.java:748)
June 27, 20232 yr comment_94482 You could try increasing your heap space by passing -Xmx and -Xms command line arguments, for example, -Xmx1024m -Xms1024m If it uses more than a GB then you likely have a problem.
December 15, 20231 yr comment_102431 On 5/8/2023 at 3:54 AM, gangsterzmbie said: Hello, Could someone help me with my Client becouse it freezes when i telepoort to certain locations. Below i will paste the error codes: Exception in thread "Thread-6" java.lang.OutOfMemoryError: Java heap space at com.zamron.Rasterizer.method367(Rasterizer.java:130) at com.zamron.Client.loadRegion(Client.java:4296) at com.zamron.Client.getMapLoadingState(Client.java:6760) at com.zamron.Client.loadingStages(Client.java:6705) at com.zamron.Client.mainGameProcessor(Client.java:7234) at com.zamron.Client.processGameLoop(Client.java:6173) at com.zamron.RSApplet.run(RSApplet.java:244) at com.zamron.Client.run(Client.java:9972) at java.lang.Thread.run(Thread.java:748) Do you have the Cache for this?
Create an account or sign in to comment