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 NPE when interacting randomly

red

Joined
Nov 17, 2013
Messages
258
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.framework.LoopingScript.run(fgb:114)
at com.runemate.game.api.script.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.
 

red

Joined
Nov 17, 2013
Messages
258
Only happened once after update then found a fix

EDIT: Never-mind... fix actually didn't work
 
Last edited:
Top