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 Expected a numerical value for Client.destinationX but instead we received null

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.IllegalStateException: Expected a numerical value for Client.destinationX but instead we received null (OSRS: 49d60d44)
 at app.Mq.char(vob:92)
 at app.Mq.char(vob:255)
 at app.Mq.char(vob:149)
 at com.runemate.game.api.hybrid.location.navigation.Traversal.getDestination(obc:41)
 at com.runemate.game.api.hybrid.location.navigation.Path.char(nic:235)
 at com.runemate.game.api.hybrid.location.navigation.Path.char(nic:202)
 at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.step(yzb:254)
 at com.runemate.game.api.hybrid.location.navigation.Path.step(nic:30)
 at com.runemate.maxiscripts.looping.tutorialisland.MaxiTutorialIsland.walkTo(MaxiTutorialIsland.java:745)
 at com.runemate.maxiscripts.looping.tutorialisland.MaxiTutorialIsland.walkToObstacle(MaxiTutorialIsland.java:719)
 at com.runemate.maxiscripts.looping.tutorialisland.MaxiTutorialIsland.onLoop(MaxiTutorialIsland.java:158)
 at com.runemate.game.api.script.framework.LoopingScript.run(fob:131)
 at com.runemate.game.api.script.framework.AbstractScript.start(dub:120)
 at app.kl.run(dtb:273)
@Cloud My exception log has been spammed with this the past 3 hours. I have over 20 instances of this in my log, most of them with 2-11 occurrences each
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.IllegalStateException: Expected a numerical value for Client.destinationX but instead we received null (OSRS: 49d60d44)
 at app.Mq.char(vob:92)
 at app.Mq.char(vob:255)
 at app.Mq.char(vob:149)
 at com.runemate.game.api.hybrid.location.navigation.Traversal.getDestination(obc:41)
 at com.runemate.game.api.hybrid.location.navigation.Path.char(nic:235)
 at com.runemate.game.api.hybrid.location.navigation.Path.char(nic:202)
 at com.runemate.game.api.hybrid.location.navigation.web.WebPath.step(qic:206)
 at com.runemate.api.Walking.walkTo(Walking.java:80)
 at com.runemate.maxiscripts.looping.fisher.MaxiFisher.fish(MaxiFisher.java:197)
 at com.runemate.maxiscripts.looping.fisher.MaxiFisher.onLoop(MaxiFisher.java:127)
 at com.runemate.game.api.script.framework.LoopingScript.run(fob:131)
 at com.runemate.game.api.script.framework.AbstractScript.start(dub:120)
 at app.kl.run(dtb:273)
@Cloud occurred 30 minutes ago. is this because they haven't reloaded the client or is it still broken?
 
Top