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 ConcurrentModificationException @ Bank.depositAllExcept()

12 year old normie
Joined
Jan 8, 2015
Messages
2,768
Code:
java.util.ConcurrentModificationException
 at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
 at java.util.ArrayList$Itr.next(Unknown Source)
 at java.util.AbstractList.hashCode(Unknown Source)
 at app.TN.for(ggc:168)
 at com.runemate.game.api.hybrid.input.Mouse.click(jn:70)
 at com.runemate.game.api.hybrid.local.hud.Menu.open(xzb:212)
 at app.uN.click(lxb:24)
 at com.runemate.game.api.hybrid.local.hud.Menu.click(xzb:26)
 at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.interact(fhc:23)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(sh:143)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(sh:8)
 at app.VP.for(xsb:32)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.deposit(mec:269)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.deposit(mec:172)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.deposit(mec:86)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.depositAllExcept(mec:176)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.depositAllExcept(mec:114)
 at com.bertrand.bots.bhoneycomb.BHoneycomb.onLoop(BHoneycomb.java:92)
 at com.runemate.game.api.script.framework.LoopingScript.run(mwb:85)
 at com.runemate.game.api.script.framework.AbstractScript.start(sqb:171)
 at app.Pn.run(drb:268)
1.1.7 - RS3

Line 92 is Bank.depositAllExcept("Insect repellent");
 
Top