- Joined
- Mar 14, 2017
- Messages
- 156
- Thread Author
- #1
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
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
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: