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

Resolved WebVertex.setCostFrom NPE

Discussion in 'Client & Site Support' started by Aidden, Jun 28, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Code (Text):
    1.  
    2. java.lang.NullPointerException
    3.  at app.WbA.this(pg:2895)
    4.  at app.WbA.goto(pg:6041)
    5.  at app.WbA.int(pg:2598)
    6.  at app.WbA.this(pg:4339)
    7.  at app.WbA.goto(pg:5310)
    8.  at app.AaA.put(pg:3540)
    9.  at app.AbA.goto(pg:6331)
    10.  at com.runemate.game.api.hybrid.location.navigation.web.WebVertex.setCostFrom(nrb:192)
    11.  at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.goto(tzb:90)
    12.  at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.build(tzb:249)
    13.  at com.runemate.game.api.hybrid.location.navigation.web.WebPathBuilder.buildTo(tzb:91)
    14.  at com.runemate.api.Walking.walkTo(Walking.java:78)
    15.  at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(MaxiWoodcutter.java:190)
    16.  at com.runemate.game.api.script.framework.LoopingScript.run(btb:87)
    17.  at com.runemate.game.api.script.framework.AbstractScript.start(hvb:207)
    18.  at app.Fn.run(jtb:14)
    19.  
    @Cloud Occurs on this line
    path = web.getPathBuilder().buildTo(c)

     
  2. Best Answer:
    Post #4 by Cloud, Jun 28, 2015
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Is that stack trace from the most recent build?
     
  4. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    It occurred 40 minutes ago
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Well it most definitely occurred from within Guava's local caches so it's not something I can fix. I'm going to update all of our maven dependencies and hopefully that'll take care of it. It's the first I've seen of it so it's probably a really rare situation.
     
  6. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    Great call. Exception logs was one of the best features we've implemented to date. :D Marking as resolved for now.
     

Share This Page

Loading...