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 Evertime i start a script for osrs i get this spammed

Joined
Dec 17, 2014
Messages
36
same here, looks like .interact() is not working :/ at least this is what causes the error in my script

edit: not just .interact(),almost everything...
 
Last edited:
Joined
Jan 1, 2015
Messages
272
starts off this

Code:
Exception in thread "Bot-Phase OS Fletcher" (12:13:16) java.lang.StackOverflowError
(12:13:16)     at sun.awt.Win32GraphicsConfig.getBounds(Native Method)
(12:13:16)     at sun.awt.Win32GraphicsConfig.getBounds(Unknown Source)
(12:13:16)     at com.runemate.game.api.hybrid.local.Screen.getPhysicalBounds(axb:116)
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
starts off this

Code:
Exception in thread "Bot-Phase OS Fletcher" (12:13:16) java.lang.StackOverflowError
(12:13:16)     at sun.awt.Win32GraphicsConfig.getBounds(Native Method)
(12:13:16)     at sun.awt.Win32GraphicsConfig.getBounds(Unknown Source)
(12:13:16)     at com.runemate.game.api.hybrid.local.Screen.getPhysicalBounds(axb:116)
wtf... that error is coming from within the jre itself.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
So i've been running a script for maybe 5 hours today. Just reloaded the client and now i'm getting the same thing. Even though i was already on 76 :/
 
Top