- Joined
- Dec 3, 2013
- Messages
- 6,770
- Thread Author
- #1
Mostly a bunch of concurrency exceptions that seem to be to do with the mouse @Cloud
This one i'm not sure about
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 a.Vo.char(urb:171)
at a.Np.char(uvb:126)
at a.fo.char(rtb:83)
at a.fo.move(rtb:172)
at com.runemate.game.api.hybrid.input.Mouse.move(fj:21)
at a.Hm.interact(otb:38)
at com.runemate.game.api.hybrid.entities.details.Interactable.interact(rg:10)
at a.vm.interact(fvb:190)
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.false(j:60)
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(j:36)
at com.runemate.game.api.script.framework.LoopingScript.run(zpb:138)
at com.runemate.game.api.script.framework.AbstractScript.start(ftb:160)
at a.aI.run(hlb:7)
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 a.JN.case(cxb:269)
at a.cp.case(tob:212)
at a.Fo.case(svb:223)
at a.Fo.move(svb:262)
at com.runemate.game.api.hybrid.input.Mouse.move(to:179)
at com.runemate.game.api.hybrid.input.Mouse.move(to:141)
at com.runemate.game.api.hybrid.input.Mouse.click(to:124)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.click(ltb:1159)
at a.dL.case(tsb:226)
at com.runemate.game.api.hybrid.location.navigation.Traversal.toggleRun(jpb:105)
at com.runemate.maxiscripts.looping.flaxer.MaxiFlaxer.onLoop(e:262)
at com.runemate.game.api.script.framework.LoopingScript.run(fob:134)
at com.runemate.game.api.script.framework.AbstractScript.start(erb:8)
at a.Dk.run(neb:170)
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 a.JN.case(cxb:269)
at a.cp.case(tob:212)
at a.Fo.case(svb:223)
at a.Fo.move(svb:262)
at com.runemate.game.api.hybrid.input.Mouse.move(to:179)
at com.runemate.game.api.hybrid.input.Mouse.move(to:141)
at com.runemate.game.api.hybrid.input.Mouse.click(to:124)
at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.click(xwb:652)
at com.runemate.game.api.hybrid.location.Coordinate$MinimapCoordinate.interact(xwb:351)
at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.step(rvb:154)
at com.runemate.game.api.hybrid.location.navigation.Path.step(knb:13)
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.false(j:8)
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(j:36)
at com.runemate.game.api.script.framework.LoopingScript.run(fob:134)
at com.runemate.game.api.script.framework.AbstractScript.start(erb:8)
at a.Dk.run(neb:170)
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 a.JN.case(cxb:269)
at a.cp.case(tob:212)
at a.Fo.case(svb:223)
at a.Fo.move(svb:262)
at com.runemate.game.api.hybrid.input.Mouse.move(to:179)
at a.fm.interact(xqb:193)
at com.runemate.game.api.hybrid.entities.details.Interactable.interact(re:154)
at a.jm.interact(rqb:248)
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.false(j:60)
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(j:36)
at com.runemate.game.api.script.framework.LoopingScript.run(fob:134)
at com.runemate.game.api.script.framework.AbstractScript.start(erb:8)
at a.Dk.run(neb:170)
This one i'm not sure about
Code:
java.lang.NullPointerException
at rm.COn.if(t:247)
at com.runemate.maxiscripts.task.thiever.MaxiThiever.if(b:195)
at com.runemate.maxiscripts.task.thiever.MaxiThiever.if(b:208)
at com.runemate.maxiscripts.task.thiever.MaxiThiever.onLoop(b:241)
at com.runemate.game.api.script.framework.LoopingScript.run(zrb:45)
at com.runemate.game.api.script.framework.AbstractScript.start(zub:88)
at a.MI.run(ekb:140)
Code:
java.lang.NullPointerException
at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.else(rnb:227)
at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.hover(rnb:184)
at a.fl.else(rob:224)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(cob:267)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(cob:55)
at rm.nUl.execute(h:201)
at com.runemate.game.api.script.framework.task.TaskScript.onLoop(cvb:241)
at com.runemate.game.api.script.framework.LoopingScript.run(rub:211)
at com.runemate.game.api.script.framework.AbstractScript.start(wxb:265)
at a.Xi.run(bcb:110)