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 Developer Error Log Stack Traces are Obfuscated

Joined
Nov 3, 2013
Messages
609
@Cloud @Arbiter
I'm getting errors like:
Code:
java.lang.NullPointerException
 at scripts.ExiaMinerAIO.onLoop(vb:107)
 at com.runemate.game.api.script.framework.LoopingScript.run(Unknown Source)
 at com.runemate.game.api.script.framework.AbstractScript.start(Unknown Source)
 at nul.iiIiiIiiiIiI.run(Unknown Source)
1.3.6.3 - RS3

Code:
java.lang.NullPointerException
 at rm.cOn.true(y:187)
 at rm.PRn.true(i:332)
 at scripts.ExiaMinerAIO.onLoop(rb:36)
 at com.runemate.game.api.script.framework.LoopingScript.run(Unknown Source)
 at com.runemate.game.api.script.framework.AbstractScript.start(Unknown Source)
 at nul.iiIiiIiiiIiI.run(Unknown Source)
1.3.6.3 - OSRS

There are a couple other ones too. I would rather the extra script security be disabled than there be unusable stack traces.

Thanks.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Should be resolved now, for some reason the bot stacktrace reverser wasn't running on the server.
 
Top