Welcome!

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

Sign up now!

Resolved StackOverflowError at a.fo.char (obfuscated name)

Joined
Dec 10, 2014
Messages
3,255
Code:
Exception in thread "Bot-HaxAgility" (12:15:46) java.lang.StackOverflowError
(12:15:46)     at sun.awt.Win32GraphicsConfig.getBounds(Native Method)
(12:15:46)     at sun.awt.Win32GraphicsConfig.getBounds(Win32GraphicsConfig.java:222)
(12:15:46)     at com.runemate.game.api.hybrid.local.Screen.getPhysicalBounds(zxb:222)
(12:15:46)     at a.fo.char(rtb:144)
(12:15:46)     at a.fo.char(rtb:196)
(12:15:46)     at a.fo.char(rtb:228)
(12:15:46)     at a.fo.char(rtb:196)
(12:15:46)     at a.fo.char(rtb:228)
(12:15:46)     at a.fo.char(rtb:196)

Continued looping between 228 and 196.

First off, locally ran script so the obfuscated names are from the client, not the script.

Not quite sure what set this off, but it seems it occurred when my script climbed up the the ladder from the spike trap in Barb. Outpost Agility Course. I tried to reproduce it but to no avail. I think checking if a GameObject is visible or attempting to hover over a GameObject, coupled with lag, may have been what caused it.
 
Top