- Joined
- Feb 24, 2020
- Messages
- 33
- Thread Author
- #1
Constantly i experience two problems:
1. When resizing the runmate window while in developer mode i get this weird stuff:
this occurs when my system has about 8Gb of ram left.
2. Why does it happen that bots GUI showing statistics(exp/hr etc...) gets often polluted with random data/negative values, this happens often with many different bots its not problem of one bot per se.
1. When resizing the runmate window while in developer mode i get this weird stuff:
Code:
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
at sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.<init>(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
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(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at com.sun.javafx.tk.RenderJob.run(RenderJob.java:58)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
at java.lang.Thread.run(Unknown Source)
2. Why does it happen that bots GUI showing statistics(exp/hr etc...) gets often polluted with random data/negative values, this happens often with many different bots its not problem of one bot per se.