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 NPE Traversal.isRunEnabled

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Code:
java.lang.NullPointerException
 at app.lp.case(dxb:88)
 at com.runemate.game.api.hybrid.location.navigation.Traversal.isRunEnabled(obc:3)
 at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:138)
 at com.runemate.game.api.script.framework.LoopingScript.run(opb:33)
 at com.runemate.game.api.script.framework.AbstractScript.start(rob:147)
 at app.fN.run(xqb:125)
1.1.19 - RS3
Code:
java.lang.NullPointerException
 at app.Yo.case(ijc:93)
 at com.runemate.game.api.hybrid.location.navigation.Traversal.isRunEnabled(obc:3)
 at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:138)
 at com.runemate.game.api.script.framework.LoopingScript.run(opb:33)
 at com.runemate.game.api.script.framework.AbstractScript.start(rob:147)
 at app.fN.run(xqb:125)
1.1.19 - OSRS
Code:
java.lang.NullPointerException
 at app.uo.short(scc:274)
 at com.runemate.game.api.hybrid.location.navigation.Traversal.isRunEnabled(hzb:84)
 at com.runemate.game.api.hybrid.location.navigation.Path.short(hdc:115)
 at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.step(ofc:108)
 at com.runemate.api.Walking.walkTo(Walking.java:89)
 at com.runemate.maxiscripts.looping.worldwalker.WorldWalker.onLoop(WorldWalker.java:52)
 at com.runemate.game.api.script.framework.LoopingScript.run(rub:3)
 at com.runemate.game.api.script.framework.AbstractScript.start(bub:94)
 at app.Tm.run(urb:116)
1.1.18 - OSRS

@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Patched the only spot any of those could return null. The only other way I could predict that happening is if cloud constants really got screwed up.
 
Top