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

Resolved NPE Traversal.isRunEnabled

Discussion in 'Client & Site Support' started by Aidden, Aug 29, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Code (Text):
    1.  
    2. java.lang.NullPointerException
    3.  at app.lp.case(dxb:88)
    4.  at com.runemate.game.api.hybrid.location.navigation.Traversal.isRunEnabled(obc:3)
    5.  at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:138)
    6.  at com.runemate.game.api.script.framework.LoopingScript.run(opb:33)
    7.  at com.runemate.game.api.script.framework.AbstractScript.start(rob:147)
    8.  at app.fN.run(xqb:125)
    9. 1.1.19 - RS3
    Code (Text):
    1.  
    2. java.lang.NullPointerException
    3.  at app.Yo.case(ijc:93)
    4.  at com.runemate.game.api.hybrid.location.navigation.Traversal.isRunEnabled(obc:3)
    5.  at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:138)
    6.  at com.runemate.game.api.script.framework.LoopingScript.run(opb:33)
    7.  at com.runemate.game.api.script.framework.AbstractScript.start(rob:147)
    8.  at app.fN.run(xqb:125)
    9. 1.1.19 - OSRS
    Code (Text):
    1.  
    2. java.lang.NullPointerException
    3.  at app.uo.short(scc:274)
    4.  at com.runemate.game.api.hybrid.location.navigation.Traversal.isRunEnabled(hzb:84)
    5.  at com.runemate.game.api.hybrid.location.navigation.Path.short(hdc:115)
    6.  at com.runemate.game.api.hybrid.location.navigation.basic.BresenhamPath.step(ofc:108)
    7.  at com.runemate.api.Walking.walkTo(Walking.java:89)
    8.  at com.runemate.maxiscripts.looping.worldwalker.WorldWalker.onLoop(WorldWalker.java:52)
    9.  at com.runemate.game.api.script.framework.LoopingScript.run(rub:3)
    10.  at com.runemate.game.api.script.framework.AbstractScript.start(bub:94)
    11.  at app.Tm.run(urb:116)
    12. 1.1.18 - OSRS
    @Cloud
     
  2. Best Answer:
    Post #2 by Cloud, Aug 29, 2015
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    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.
     

Share This Page

Loading...