Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Out of memory error when resizing client

Joined
Mar 14, 2017
Messages
156
when running client in sdk or non sdk mode, if i attempt to resize runemate client over a certain amount, it starts giving the following out of memory error, over and over.

also the client disappears

Code:
java.lang.OutOfMemoryError
    at sun.misc.Unsafe.allocateMemory(Native Method)
    at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:127)
    at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
    at com.sun.prism.impl.BufferUtil.newByteBuffer(BufferUtil.java:90)
    at com.sun.prism.impl.BufferUtil.newIntBuffer(BufferUtil.java:121)
    at com.sun.prism.impl.QueuedPixelSource.getUnusedPixels(QueuedPixelSource.java:153)
    at com.sun.javafx.tk.quantum.UploadingPainter.run(UploadingPainter.java:147)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
    at com.sun.javafx.tk.RenderJob.run(RenderJob.java:58)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
    at java.lang.Thread.run(Thread.java:745)

if i have used mouse to click and drag to resize, if still holding mouse button, i can resize smaller and it works properly. also gives same error if i use the maximize button


@Party @Cloud
 
Last edited:
Joined
Mar 14, 2017
Messages
156
full log file please

this is the extent of the logs i get. even with Fine logging on. it seems it happens to me also without a bot running. but i am able to do it every time (from intellij, or from running straight from runemate.exe)
 
after a full reinstall of runemate and the java that comes with it. it is working a bit better. it still throws the error when resizing and client messes up, but it hasnt disappeared on me and not been able to come back, but the out of memory error still pops up every time. i am able to consistantly do it (not the out of memory clientUI alert, out of memory is always in the run log)
 

Attachments

  • 05-02 6 03 04 - spectre.txt
    40 KB · Views: 5
Top