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

Resolved a.sm.interact npe

Discussion in 'Client & Site Support' started by Aidden, Feb 22, 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 a.SM.interact(orb:106)
    4.     at com.runemate.maxiscripts.looping.bananapicker.MaxiBananaPicker.pickBananasFromTree(MaxiBananaPicker.java:307)
    5.     at com.runemate.maxiscripts.looping.bananapicker.MaxiBananaPicker.onLoop(MaxiBananaPicker.java:160)
    6.     at com.runemate.game.api.script.framework.LoopingScript.run(avb:130)
    7.     at com.runemate.game.api.script.framework.AbstractScript.start(htb:69)
    8.     at a.ZJ.run(cbb:144)
    9.  
    Occurs at this line tree.interact("Pick");
    tree has been null checked. Would a valid check prevent this?
    @Cloud
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Likely no, but I need to look into it further.
     

Share This Page

Loading...