Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Expected a numerical value for Client.connectionState

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

@Cloud

Code:
java.lang.IllegalStateException: Expected a numerical value for Client.connectionState but instead we received null (OSRS: 6b44cb6)
at app.uN.true(ptb:29)
at app.uN.true(ptb:192)
at app.uN.true(ptb:20)
at app.DO.true(xgc:199)
at app.DO.break(xgc:239)
at com.runemate.game.api.hybrid.RuneScape.isLoggedIn(iic)
at scripts bots.MassFighter.Framework.Methods.readyToFight(Methods.java:64)
at scripts bots.MassFighter.Tasks.Attack.validate(Attack.java:50)
at com.runemate.game.api.script bot.framework.task.TaskScript.onLoop(wrb:63)
at com.runemate.game.api.script bot.framework.LoopingScript.run(dnb:22)
at com.runemate.game.api.script bot.framework.AbstractScript.start(owb:128)
at app.mm.run(wxb:49)
 
Joined
Jul 29, 2014
Messages
61
I'm getting the same thing on my bots aswell but except it's navigation
@Cloud

EDIT:
Code:
java.lang.IllegalStateException: Expected a numerical value for Client.destinationX but instead we received null (OSRS: 6b44cb6)
    at app.uN.true(ptb:29)
    at app.uN.true(ptb:192)
    at app.uN.true(ptb:20)
    at com.runemate.game.api.hybrid.location.navigation.Traversal.getDestination(sbc:34)
    at com.runemate.game.api.hybrid.location.navigation.Path.true(fac:151)
    at com.runemate.game.api.hybrid.location.navigation.Path.true(fac:37)
    at com.runemate.game.api.hybrid.location.navigation.cognizant.RegionPath.step(pdc:272)
    at com.runemate.game.api.hybrid.location.navigation.Path.step(fac)
    at com.runemate.game.api.hybrid.location.navigation.Path.step(fac:80)
    at com.mal.bots.Agility.Tasks.Obstacle1.execute(Obstacle1.java:37)
    at com.runemate.game.api.script.framework.task.TaskScript.onLoop(wrb:180)
    at com.runemate.game.api.script.framework.LoopingScript.run(dnb:22)
    at com.runemate.game.api.script.framework.AbstractScript.start(owb:128)
    at app.mm.run(wxb:49)
 
Last edited:
Top