Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved NullPointerException - OSRS Banking

Joined
Nov 5, 2014
Messages
505
This NPE occurs for me when calling bank related methods in OSRS such as Bank.Open() and Banks.getLoaded().nearest();

Code:
(09:41:25) java.lang.NullPointerException
(09:41:25)     at a.Rn.new(xrb:167)
(09:41:25)     at a.Ak.new(qcb:130)
(09:41:25)     at a.Rn.new(xrb:202)
(09:41:25)     at a.bK.new(qjb:130)
(09:41:25)     at a.bK.new(qjb:94)
(09:41:25)     at a.Hk.new(mmb:221)
(09:41:25)     at com.runemate.game.api.hybrid.entities.definitions.GameObjectDefinition.get(rib:43)
(09:41:25)     at a.Jm.getDefinition(fub:43)
(09:41:25)     at com.runemate.game.api.hybrid.region.GameObjects$4.accepts(yub:103)
(09:41:25)     at com.runemate.game.api.hybrid.region.GameObjects$4.accepts(yub:236)
(09:41:25)     at com.runemate.game.api.hybrid.region.Banks$3.accepts(fob:143)
(09:41:25)     at com.runemate.game.api.hybrid.region.Banks$3.accepts(fob:201)
(09:41:25)     at a.am.new(drb:221)
(09:41:25)     at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(yub:12)
(09:41:25)     at com.runemate.game.api.hybrid.region.Banks.getLoadedBankBooths(fob:87)
(09:41:25)     at com.runemate.game.api.hybrid.region.Banks.getLoaded(fob:96)
(09:41:25)     at com.runemate.game.api.hybrid.region.Banks.getLoaded(fob:100)
(09:41:25)     at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.open(qwb:215)
(09:41:25)     at scripts.SeerMagics.SeerMagics.onLoop(SeerMagics.java:68)
(09:41:25)     at com.runemate.game.api.script.framework.LoopingScript.run(ajb:11)
(09:41:25)     at com.runemate.game.api.script.framework.AbstractScript.start(pkb:5)
(09:41:25)     at a.pK.run(slb:70)
 
Top