gangsterzmbie 3 Posted May 8, 2023 Report Share Posted May 8, 2023 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) Link to comment Share on other sites More sharing options...
bossman99 0 Posted May 20, 2023 Report Share Posted May 20, 2023 what source are you using dude? Link to comment Share on other sites More sharing options...
Fbnz156 0 Posted June 27, 2023 Report Share Posted June 27, 2023 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. Link to comment Share on other sites More sharing options...
motleycrew1 3 Posted December 15, 2023 Report Share Posted December 15, 2023 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? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now