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 Unable to start any scripts.

Joined
May 3, 2015
Messages
485
Everything was fine up until an hour ago. Scripts were working great as always.

Now suddenly everytime i start a script, i keep getting multiple errors

java.lang.NullPointerException
at com.runemate.game.api.rs3.local.InterfaceMode.getCurrent(cvb:95)
at com.runemate.game.api.rs3.local.InterfaceMode.isCurrent(cvb:195)
at app.LM.run(vnb:253)


Not sure if theres something wrong on my end. Help please!
 
Joined
May 3, 2015
Messages
485
The Gui comes up if im logged out, but as soon as i log in, the script errors out.

MaxiWoodcutter for example

java.lang.NullPointerException
at com.runemate.game.api.rs3.local.InterfaceMode.getCurrent(cvb:95)
at com.runemate.game.api.rs3.local.InterfaceMode.isCurrent(cvb:195)
at app.Qo.float(cj:694)
at app.QP.float(cj:36)
at com.runemate.game.api.hybrid.Projection.getViewport(nic:196)
at app.zk.isVisible(vlb:88)
at app.Po.isVisible(hqb:122)
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.class(w:179)
at com.runemate.maxiscripts.looping.woodcut.MaxiWoodcutter.onLoop(w:18)
at com.runemate.game.api.script.framework.LoopingScript.run(pub:111)
at com.runemate.game.api.script.framework.AbstractScript.start(oub:192)
at app.LM.run(vnb:3)

EDIT: Same errors on VPS
 
Joined
Nov 17, 2013
Messages
63
I got this
0eed926f28.png
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Accidentally deleted a constant from the server that's still being used by the live version, give me a moment and I'll upload the new release.
 
Should be fixed, just restart.
 
Top