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

Resolved OldschoolBank.withdraw 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 com.runemate.game.api.osrs.local.hud.interfaces.OldschoolBank.withdraw(OldschoolBank.java:99)
    4.  at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(Bank.java:196)
    5.  at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(Bank.java:192)
    6.  at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(Bank.java:174)
    7.  at com.runemate.maxiscripts.looping.superheater.MaxiSuperheater.bank(MaxiSuperheater.java:252)
    8.  at com.runemate.maxiscripts.looping.superheater.MaxiSuperheater.onLoop(MaxiSuperheater.java:88)
    9.  at com.runemate.game.api.script.framework.LoopingScript.run(LoopingScript.java:37)
    10.  at com.runemate.game.api.script.framework.AbstractScript.start(AbstractScript.java:69)
    11.  at com.runemate.tasks.ScriptExecutor$ScriptThread.run(ScriptExecutor.java:206)
    @Cloud 4 days ago
     
  2. Best Answer:
    Post #2 by Cloud, Jun 28, 2015
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    This was me and occurred while I was doing testing with a dev build :p
     

Share This Page

Loading...