1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Negative position sun.nio.ch.FileChannelImpl

Discussion in 'Client & Site Support' started by Aidden, Mar 24, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    @Cloud @Bubble Has been getting this with my herblore script bot as well as the other one.
    Code (Text):
    1.  
    2. java.lang.IllegalArgumentException: Negative position
    3. at sun.nio.ch.FileChannelImpl.read(Unknown Source)
    4. at app.Si.const(fhb:184)
    5. at app.Si.const(fhb:107)
    6. at app.CK.const(fhb:40)
    7. at app.bi.const(gmb:63)
    8. at app.Mk.const(zcb:58)
    9. at app.GK.const(chb:172)
    10. at app.Mk.const(zcb:175)
    11. at app.dK.const(udb:119)
    12. at app.Jj.const(qgb:83)
    13. at com.runemate.game.api.hybrid.entities.definitions.ItemDefinition.get(xeb:166)
    14. at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.getDefinition(tmb:35)
    15. at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory$3.accepts(onb:195)
    16. at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory$3.accepts(onb:148)
    17. at app.rP.const(zob:130)
    18. at app.rP.const(zob:83)
    19. at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getItems(pob:28)
    20. at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getQuantity(pob:1545)
    21. at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getQuantity(pob:1033)
    22. at rm.Prn.execute(z:90)
    23. at com.runemate.game.api.script.framework.task.TaskScript.onLoop(xwb:178)
    24. at com.runemate.game.api.script.framework.LoopingScript.run(sub:255)
    25. at com.runemate.game.api.script.framework.AbstractScript.start(rrb:22)
    26. at app.kI.run(dib:72)
     
    Bubble likes this.
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I'm aware of the issue but people always seem to report it right as I do a client update, rendering the stack trace useless.
     
  3. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    @Bubble Try running it again and see if you still get any errors, if so, post it here
     
  4. Bubble

    Joined:
    Sep 6, 2014
    Messages:
    244
    Likes Received:
    22
    I'll check it again. reporting back in a few mins.

    Tested again, and the same error pops up
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I need the new stacktrace.
     
  6. Bubble

    Joined:
    Sep 6, 2014
    Messages:
    244
    Likes Received:
    22
    Is that something I can help with, or?
     
  7. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    It's the error log Aidden provided in the topic post, I just need the updated version.
     
  8. Bubble

    Joined:
    Sep 6, 2014
    Messages:
    244
    Likes Received:
    22
    It's still the same
     
  9. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    There is no way that it's identical. It may be very similar, but not identical.
     
  10. Bubble

    Joined:
    Sep 6, 2014
    Messages:
    244
    Likes Received:
    22
    Here it is:

    java.lang.IllegalArgumentException: Negative position
    at sun.nio.ch.FileChannelImpl.read(Unknown Source)
    at app.Si.const(fhb:184)
    at app.Si.const(fhb:107)
    at app.CK.const(fhb:40)
    at app.bi.const(gmb:63)
    at app.Mk.const(zcb:58)
    at app.GK.const(chb:172)
    at app.Mk.const(zcb:175)
    at app.dK.const(udb:119)
    at app.Jj.const(qgb:83)
    at com.runemate.game.api.hybrid.entities.definitions.ItemDefinition.get(xeb:166)
    at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.getDefinition(tmb:35)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory$3.accepts(onb:195)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory$3.accepts(onb:148)
    at app.rP.const(zob:130)
    at app.rP.const(zob:83)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getItems(pob:28)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getQuantity(pob:1545)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getQuantity(pob:1033)
    at rm.Prn.execute(z:90)
    at com.runemate.game.api.script bot.framework.task.TaskScript.onLoop(xwb:178)
    at com.runemate.game.api.script bot.framework.LoopingScript.run(sub:255)
    at com.runemate.game.api.script bot.framework.AbstractScript.start(rrb:22)
    at app.kI.run(dib:72)
     
  11. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I'm so confused, is that from Beta 77 Patch 4?
     
  12. Bubble

    Joined:
    Sep 6, 2014
    Messages:
    244
    Likes Received:
    22
    Sorry for late reply, I had football training.

    Anyways, yea it should be that
    --- Double Post Merged, Mar 24, 2015, Original Post Date: Mar 24, 2015 ---
    Now it says this:

    java.lang.IllegalArgumentException: Negative position
    at sun.nio.ch.FileChannelImpl.read(Unknown Source)
    at app.Tk.do(deb:16)
    at app.Tk.do(deb:66)
    at app.MI.do(deb:240)
    at app.gJ.do(cib:54)
    at app.rk.do(xeb:6)
    at app.jk.do(cbb:154)
    at app.rk.do(xeb:249)
    at app.sj.do(tcb:107)
    at app.Vi.do(jmb:72)
    at com.runemate.game.api.hybrid.entities.definitions.ItemDefinition.get(ggb:53)
    at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.getDefinition(prb:220)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory$3.accepts(asb:239)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory$3.accepts(asb:161)
    at app.Po.do(rrb:26)
    at app.Po.do(rrb:72)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getItems(ntb:230)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getQuantity(ntb:663)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getQuantity(ntb:1377)
    at rm.Prn.execute(z:90)
    at com.runemate.game.api.script bot.framework.task.TaskScript.onLoop(xub:222)
    at com.runemate.game.api.script bot.framework.LoopingScript.run(dob:167)
    at com.runemate.game.api.script bot.framework.AbstractScript.start(frb:148)
    at app.eI.run(fib:169)
     
  13. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    @Cloud
     
  14. Bubble

    Joined:
    Sep 6, 2014
    Messages:
    244
    Likes Received:
    22
    Not sure if it matters but here is another:

    java.lang.IllegalArgumentException: Negative position
    at sun.nio.ch.FileChannelImpl.read(Unknown Source)
    at app.lJ.final(ilb:152)
    at app.lJ.final(ilb:102)
    at app.oj.final(ilb:143)
    at app.oJ.final(ejb:86)
    at app.RJ.final(tgb:29)
    at app.Lj.final(rlb:18)
    at app.RJ.final(tgb:246)
    at app.bI.final(ikb:112)
    at app.zi.final(wfb:203)
    at com.runemate.game.api.hybrid.entities.definitions.ItemDefinition.get(hjb:135)
    at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.getDefinition(awb:117)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory$3.accepts(wnb:276)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Inventory$3.accepts(wnb:228)
    at app.rO.final(jwb:229)
    at app.rO.final(jwb:203)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getItems(yub:230)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getQuantity(yub:522)
    at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.getQuantity(yub:514)
    at rm.Prn.execute(z:90)
    at com.runemate.game.api.script bot.framework.task.TaskScript.onLoop(kxb:17)
    at com.runemate.game.api.script bot.framework.LoopingScript.run(axb:50)
    at com.runemate.game.api.script bot.framework.AbstractScript.start(gub:145)
    at app.uj.run(jmb:214)
     
  15. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
  16. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I'm aware of it and I either resolved it in a recent update or I know the source of the error. Either way, the result is going to be it can't load the definition.
     
  17. Bubble

    Joined:
    Sep 6, 2014
    Messages:
    244
    Likes Received:
    22
    Fixed it! :D
    You may mark this as resolved now =)
     

Share This Page

Loading...