- Joined
- Oct 30, 2014
- Messages
- 3,457
- Thread Author
- #1
Has been popping up frequently since the update that changed the way of retrieving data from the game.
Code:
java.lang.IllegalStateException: Cannot get an instance value from a null instance
at a.vI.byte(xcb:652)
at a.vI.do(xcb:262)
at a.ML.next(wrb:248)
at a.ML.hasNext(wrb:124)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.do(wjb:98)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:233)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:246)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:246)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:246)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:246)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:246)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:246)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:246)
at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(wjb:246)
at a.tL.byte(blb:225)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getSlotBounds(knb:1272)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getBoundsOf(knb:1211)
at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.getBounds(dqb:124)
at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.contains(dqb:231)
at a.vl.byte(sqb:253)
at a.vl.byte(sqb:152)
at a.vl.move(sqb:75)
at com.runemate.game.api.hybrid.input.Mouse.move(ep:234)
at com.runemate.game.api.hybrid.input.Mouse.move(ep:256)
at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.hover(dqb:59)
at a.tL.byte(blb:275)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(knb:5)
at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(knb:126)
at productions.coconut.winedrinker.tasks.banking.UseBank.execute(UseBank.java:20)
at productions.coconut.api.framework.DTaskScript$$Lambda$361/354680647.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at productions.coconut.api.framework.DTaskScript.onLoop(DTaskScript.java:63)
at com.runemate.game.api.script.framework.LoopingScript.run(yhb:89)
at com.runemate.game.api.script.framework.AbstractScript.start(plb:197)
at a.sJ.run(clb:102)