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

Resolved Expected a numerical value for Client.connectionState

Discussion in 'Client & Site Support' started by Ozzy, Jun 4, 2015.

  1. Ozzy

    Joined:
    Nov 5, 2014
    Messages:
    505
    Likes Received:
    162
    I've been told that this has started occurring after the resizable update for OSRS.

    @Cloud

    Code (Text):
    1. java.lang.IllegalStateException: Expected a numerical value for Client.connectionState but instead we received null (OSRS: 6b44cb6)
    2. at app.uN.true(ptb:29)
    3. at app.uN.true(ptb:192)
    4. at app.uN.true(ptb:20)
    5. at app.DO.true(xgc:199)
    6. at app.DO.break(xgc:239)
    7. at com.runemate.game.api.hybrid.RuneScape.isLoggedIn(iic)
    8. at scripts bots.MassFighter.Framework.Methods.readyToFight(Methods.java:64)
    9. at scripts bots.MassFighter.Tasks.Attack.validate(Attack.java:50)
    10. at com.runemate.game.api.script bot.framework.task.TaskScript.onLoop(wrb:63)
    11. at com.runemate.game.api.script bot.framework.LoopingScript.run(dnb:22)
    12. at com.runemate.game.api.script bot.framework.AbstractScript.start(owb:128)
    13. at app.mm.run(wxb:49)
     
  2. NastyNate

    Joined:
    Jul 29, 2014
    Messages:
    61
    Likes Received:
    22
    I'm getting the same thing on my bots aswell but except it's navigation
    @Cloud

    EDIT:
    Code (Text):
    1.  
    2. java.lang.IllegalStateException: Expected a numerical value for Client.destinationX but instead we received null (OSRS: 6b44cb6)
    3.     at app.uN.true(ptb:29)
    4.     at app.uN.true(ptb:192)
    5.     at app.uN.true(ptb:20)
    6.     at com.runemate.game.api.hybrid.location.navigation.Traversal.getDestination(sbc:34)
    7.     at com.runemate.game.api.hybrid.location.navigation.Path.true(fac:151)
    8.     at com.runemate.game.api.hybrid.location.navigation.Path.true(fac:37)
    9.     at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.step(pdc:272)
    10.     at com.runemate.game.api.hybrid.location.navigation.Path.step(fac)
    11.     at com.runemate.game.api.hybrid.location.navigation.Path.step(fac:80)
    12.     at com.mal.bots.Agility.Tasks.Obstacle1.execute(Obstacle1.java:37)
    13.     at com.runemate.game.api.script.framework.task.TaskScript.onLoop(wrb:180)
    14.     at com.runemate.game.api.script.framework.LoopingScript.run(dnb:22)
    15.     at com.runemate.game.api.script.framework.AbstractScript.start(owb:128)
    16.     at app.mm.run(wxb:49)
    17.  
     
    #2 NastyNate, Jun 4, 2015
    Last edited: Jun 4, 2015

Share This Page

Loading...