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.

Bug OutOfMemoryError: Java heap space

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
Code:
java.lang.OutOfMemoryError: Java heap space
        at java.io.ObjectOutputStream$HandleTable.<init>(Unknown Source)
        at java.io.ObjectOutputStream.<init>(Unknown Source)
        at sun.rmi.server.MarshalOutputStream.<init>(Unknown Source)
        at sun.rmi.server.MarshalOutputStream.<init>(Unknown Source)
        at sun.rmi.transport.ConnectionOutputStream.<init>(Unknown Source)
        at sun.rmi.transport.StreamRemoteCall.getOutputStream(Unknown Source)
        at sun.rmi.transport.StreamRemoteCall.getOutputStream(Unknown Source)
        at sun.rmi.transport.StreamRemoteCall.<init>(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unkn
own Source)
        at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)
        at com.sun.proxy.$Proxy8.int32(Unknown Source)
        at nul.iIIiiIiIIIii.const(efc:181)
        at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.
getWidth(qwb:208)
        at com.runemate.game.api.hybrid.local.hud.interfaces.Interfaces.const(bb
c:268)
        at com.runemate.game.api.hybrid.local.hud.interfaces.Interfaces$$Lambda$
489/11109229.test(Unknown Source)
        at java.util.function.Predicate.lambda$and$0(Unknown Source)
        at java.util.function.Predicate$$Lambda$487/19111414.test(Unknown Source
)
        at com.runemate.game.api.hybrid.queries.QueryBuilder.accepts(qrb:102)
        at com.runemate.game.api.hybrid.queries.InteractableQueryBuilder.accepts
(ifc:28)
        at com.runemate.game.api.hybrid.queries.InterfaceComponentQueryBuilder.a
ccepts(hic:21742)
        at com.runemate.game.api.hybrid.queries.InterfaceComponentQueryBuilder.a
ccepts(hic:166)
        at com.runemate.game.api.hybrid.queries.QueryBuilder$1.test(qrb:34)
        at java.util.ArrayList.removeIf(Unknown Source)
        at com.runemate.game.api.hybrid.queries.QueryBuilder.results(qrb:28)
        at nul.iiiiiIiIIiii.const(jrb:85)
        at nul.iIIIIIiiiiii.const(jrb:39)
        at nul.iIIIIIiiiiii.const(jrb:34)
        at nul.IIiiIIiiIiii.validate(qub:252)
        at rm.CoN.run(i:71)
        at com.runemate.game.api.script.framework.AbstractScript.start(nrb:134)
        at nul.IIiIIIiiiiII.run(kic:277)
java.lang.OutOfMemoryError: Java heap space
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
        at java.lang.Class.getDeclaredMethod(Unknown Source)
        at java.io.ObjectStreamClass.getPrivateMethod(Unknown Source)
        at java.io.ObjectStreamClass.access$1700(Unknown Source)
        at java.io.ObjectStreamClass$2.run(Unknown Source)
        at java.io.ObjectStreamClass$2.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.io.ObjectStreamClass.<init>(Unknown Source)
        at java.io.ObjectStreamClass.lookup(Unknown Source)
        at java.io.ObjectOutputStream.writeObject0(Unknown Source)
        at java.io.ObjectOutputStream.writeObject(Unknown Source)
        at sun.rmi.server.UnicastRef.marshalValue(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unkn
own Source)
        at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)
        at com.sun.proxy.$Proxy8.uid(Unknown Source)
        at nul.IiiiiIiiiIiI.getAnimationId(ttb:245)
        at rm.Com2.class(xb:125)
        at rm.com6.class(ib:127)
        at rm.com6$$Lambda$945/8448855.run(Unknown Source)
        at com.runemate.game.api.script.framework.core.LoopingThread.run(mub:199
)
java.lang.OutOfMemoryError: Java heap space
        at java.io.BufferedInputStream.<init>(Unknown Source)
        at java.io.BufferedInputStream.<init>(Unknown Source)
        at sun.rmi.transport.tcp.TCPConnection.getInputStream(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
        at sun.rmi.server.UnicastRef.newCall(Unknown Source)
        at sun.rmi.transport.DGCImpl_Stub.dirty(Unknown Source)
        at sun.rmi.transport.DGCClient$EndpointEntry.makeDirtyCall(Unknown Sourc
e)
        at sun.rmi.transport.DGCClient$EndpointEntry.access$1600(Unknown Source)

        at sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread$1.run(Unkn
own Source)
        at sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread$1.run(Unkn
own Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(Unknow
n Source)
        at java.lang.Thread.run(Unknown Source)

Exception: java.util.concurrent.RejectedExecutionException thrown from the Uncau
ghtExceptionHandler in thread "RMI RenewClean-[192.168.0.2:52026]"

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler i
n thread "Thread-33"
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
@Cloud Occurred when trying to run a second instance of Alpha Fighter beta. It also seems to get really slow at starting a new instance when you already have one or more running.
 
Joined
Sep 22, 2015
Messages
1,613
I have the same, 1 person wrote to me that running more instances is slowing down the newer bots. I thought thats the resources of PC issue but idk.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
I have the same, 1 person wrote to me that running more instances is slowing down the newer bots. I thought thats the resources of PC issue but idk.
Third time round its not running out of memory but it's so slow there's no point running the second instance. And spectre seems to stop responding and after about 10 seconds starts responding again. And by not responding i mean windows says its not responding and says to end or wait.
 
Top