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 app.sp.void(xgc:49)

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.StackOverflowError: Overflow from [move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec, move("Cancel" : "",Filter,1.0,InteractablePoint[353,136499]) @ (Interactable,Filter,double,Movement,Point) dur>20sec]
 at app.sp.void(xgc:49)
 at app.sp.move(xgc:17)
 at com.runemate.game.api.hybrid.input.Mouse.move(lj:250)
 at com.runemate.game.api.hybrid.input.Mouse.move(lj:174)
 at com.runemate.game.api.hybrid.input.Mouse.click(lj:2)
 at app.dO.click(myb:260)
 at com.runemate.game.api.hybrid.local.hud.Menu.click(ybc:261)
 at com.runemate.game.api.hybrid.local.hud.Menu.click(ybc:15)
 at app.LO.interact(udc:95)
 at app.LO.interact(udc:220)
 at com.runemate.maxiscripts.task.fletcher.tasks.OSRS.OSRSBanker.execute(OSRSBanker.java:39)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(dvb:257)
 at com.runemate.game.api.script.framework.LoopingScript.run(bpb:226)
 at com.runemate.game.api.script.framework.AbstractScript.start(iqb:39)
 at app.Pl.run(kob:87)
1.1.22 - OSRS
@Cloud
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
It looks like you may have tried to move to InteractablePoint[353,136499]
Well i haven't got any code manually moving the mouse so wherever it was moving it chose that spot itself
 
Top