Welcome!

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

Sign up now!

Bug Stack overflow error possibly with MakeXInterface

Joined
Mar 14, 2017
Messages
156
Believe the error is with MakeXInterface.isOpen. using a crafting portable on RS3, tanning dragonhides. was working properly for about 30 mins, after that it would click crafter, and stop at the checking if open, clicking to tan hides continued properly until crafter was opened again

Note: Stopping bot and starting again does NOT fix the issue. closing runemate client and reopening and restarting bot DOES fix the issue though


Code:
java.lang.StackOverflowError
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.server.MarshalOutputStream.<init>(MarshalOutputStream.java:66)
    at sun.rmi.server.MarshalOutputStream.<init>(MarshalOutputStream.java:55)
    at sun.rmi.transport.ConnectionOutputStream.<init>(ConnectionOutputStream.java:62)
    at sun.rmi.transport.StreamRemoteCall.getOutputStream(StreamRemoteCall.java:102)
    at sun.rmi.transport.StreamRemoteCall.getOutputStream(StreamRemoteCall.java:93)
    at sun.rmi.transport.StreamRemoteCall.<init>(StreamRemoteCall.java:71)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:145)
    at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    at com.sun.proxy.$Proxy8.bool_index_value(Unknown Source)
    at nul.IiiIIIiiIiiI.byte(hcb:175)
    at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceContainers.isLoaded(omb:193)
    at nul.iIiIIIiIIiiI.byte(mxa:63)
    at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceContainers.getAt(omb:75)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Interfaces.getAt(dpb:148)
    at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getLayer(ncb:166)
    at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.isVisible(ncb:2043)
    at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.isVisible(ncb:19161)
-- trim 1005 more lines of the same error line above
 
Top