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 Negative position (FileChannelImpl.read)

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.IllegalArgumentException: Negative position
 at sun.nio.ch.FileChannelImpl.read(Unknown Source)
 at a.YH.true(hjb:89)
 at a.YH.true(hjb:73)
 at a.Ai.true(hjb:194)
 at a.oj.true(ufb:248)
 at a.oj.true(ufb:156)
 at a.mI.true(mdb:164)
 at a.lI.true(gcb:130)
 at a.mI.true(mdb:123)
 at a.NJ.true(ghb:147)
 at a.KJ.true(jeb:278)
 at com.runemate.game.api.hybrid.entities.definitions.ItemDefinition.get(tib:45)
 at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.getDefinition(bob:274)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank$6.accepts(wnb:95)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank$6.accepts(wnb:206)
 at a.YP.true(jvb:56)
 at a.YP.true(jvb:278)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getItems(wnb:236)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getItems(wnb:206)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.containsAllOf(wnb:596)
 at com.runemate.maxiscripts.task.fletcher.tasks.RS3.Banker.execute(Banker.java:71)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(jrb:28)
 at com.runemate.game.api.script.framework.LoopingScript.run(avb:130)
 at com.runemate.game.api.script.framework.AbstractScript.start(htb:69)
 at a.ZJ.run(cbb:144)
@Cloud
 
Top