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

Resolved RuntimeException: The delay length can not be a negative value

Discussion in 'Client & Site Support' started by Aidden, Jul 1, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Code (Text):
    1.  
    2. java.lang.RuntimeException: The delay length can not be a negative value
    3.  at com.runemate.game.api.script.Execution.delay(otb:180)
    4.  at com.runemate.game.api.hybrid.input.Mouse.click(rg:170)
    5.  at app.Yq.click(yyb:30)
    6.  at com.runemate.game.api.hybrid.local.hud.Menu.click(dac:130)
    7.  at com.runemate.game.api.hybrid.local.hud.Menu.click(dac:133)
    8.  at app.qP.interact(fzb)
    9.  at app.qP.interact(fzb:226)
    10.  at app.qP.interact(fzb:147)
    11.  at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.chop(MaxiWoodcutter.java:245)
    12.  at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:170)
    13.  at com.runemate.game.api.script.framework.LoopingScript.run(nvb:118)
    14.  at com.runemate.game.api.script.framework.AbstractScript.start(anb:10)
    15.  at app.am.run(vwb:224)
    @Cloud
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    There's a bit of ambiguity surrounding where this occurred at so I'm adding a new check that would result in a new exception that would clarify this situation should it arise again.
     
  3. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Well here's another from 4 hours ago if that helps:
    Code (Text):
    1.  
    2. java.lang.RuntimeException: The delay length can not be a negative value
    3.  at com.runemate.game.api.script.Execution.delay(fwb:249)
    4.  at app.os.if(wdc:193)
    5.  at app.os.if(wdc:241)
    6.  at app.os.move(wdc:142)
    7.  at com.runemate.game.api.hybrid.input.Mouse.move(jm:141)
    8.  at com.runemate.game.api.hybrid.input.Mouse.move(jm:73)
    9.  at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.hover(afc:226)
    10.  at com.runemate.game.api.hybrid.local.hud.Menu.click(sbc:113)
    11.  at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.interact(afc:28)
    12.  at com.runemate.game.api.hybrid.entities.details.Interactable.interact(qj:11)
    13.  at com.runemate.game.api.hybrid.entities.details.Interactable.interact(qj:129)
    14.  at com.runemate.maxiscripts.looping.tutorialisland.MaxiTutorialIsland.equipBow(MaxiTutorialIsland.java:1018)
    15.  at com.runemate.maxiscripts.looping.tutorialisland.MaxiTutorialIsland.onLoop(MaxiTutorialIsland.java:231)
    16.  at com.runemate.game.api.script.framework.LoopingScript.run(vnb:42)
    17.  at com.runemate.game.api.script.framework.AbstractScript.start(dub:154)
    18.  at app.Ml.run(yob:138)
     
  4. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Unfortunately it really doesn't, it's caused by a biostatistic but until I get the new error which reports which one it was I can't do much about it besides simply making it generate a new value.
     

Share This Page

Loading...