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.

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.
 
Joined
Dec 10, 2014
Messages
3,377
Happens with me for RS3, haven't tried OSRS. It was working fine last night on Beta 75
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
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 :/
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
solution:
remove -login argument

you're welcome :)
Confirmed. Something is up with the autologin @Cloud
I left the arg there but when it asks me to re-enter my tfa i have no problem, when it autologs the error is back
 
Top