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

Resolved NPE when interacting randomly

Discussion in 'Client & Site Support' started by red, Aug 22, 2014.

  1. red

    red

    Joined:
    Nov 17, 2013
    Messages:
    259
    Likes Received:
    111
    java.lang.NullPointerException
    at com.runemate.game.api.rs3.entities.aux.interact(mwb:112)
    at org.red.door.GuardianDoor.open(GuardianDoor.java:44)
    at org.red.Main.onLoop(Main.java:130)
    at com.runemate.game.api.script bot.framework.LoopingScript.run(fgb:114)
    at com.runemate.game.api.script bot.framework.AbstractScript.start(lcb:64)
    at com.runemate.b.CON.run(okb:123)
    Randomly I am getting this error while it tries to interact this is exactly how I run it: getDoorObject().interact("Enter");
    I dont think i am doing anything wrong.
     
  2. Exile

    Joined:
    Jul 24, 2014
    Messages:
    188
    Likes Received:
    23
    Insert a null-check for getDoorObject()
     
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Should be fixed.
     
  4. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    @red please confirm fix.
     
  5. red

    red

    Joined:
    Nov 17, 2013
    Messages:
    259
    Likes Received:
    111
    Only happened once after update then found a fix

    EDIT: Never-mind... fix actually didn't work
     
    #5 red, Aug 23, 2014
    Last edited: Aug 23, 2014
  6. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    Back to the drawing board @Cloud.
     
  7. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    @red @Cloud someone please confirm whether this bug is fixed or not.
     
  8. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    @red Are you still experiencing this issue?
     

Share This Page

Loading...