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 Client problems with scripts

Joined
Mar 4, 2015
Messages
78
After last night's Runescape system update i've been getting errors like the following -->

This one is for celestial corrupted ore smelter
Code:
java.lang.NullPointerException
    at app.fn.catch(rub:140)
    at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(awb:190)
    at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(awb:232)
    at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.raw(xvb:146)
    at com.runemate.game.api.hybrid.queries.QueryBuilder.results(hrb:197)
    at productions.celestial.corruptedsmelter.tasks.OpenSmeltingInterface.validate(OpenSmeltingInterface.java:17)
    at com.runemate.game.api.script.framework.task.TaskScript.onLoop(qxb:232)
    at com.runemate.game.api.script.framework.LoopingScript.run(htb:239)
    at com.runemate.game.api.script.framework.AbstractScript.start(jnb:156)
    at app.bj.run(ukb:214)

This one is for HaxDivination
Code:
java.lang.NullPointerException
 at com.slashnhax.api.LocalPlayer.getAnimationId(LocalPlayer.java:38)
 at com.slashnhax.scripts.taskscripts.haxdivination.task.HarvestWisps.validate(HarvestWisps.java:34)
 at com.slashnhax.framework.taskscript.TaskScript$$Lambda$496/539733923.test(Unknown Source)
 at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
 at java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown Source)
 at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source)
 at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source)
 at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
 at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
 at java.util.stream.FindOps$FindOp.evaluateSequential(Unknown Source)
 at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
 at java.util.stream.ReferencePipeline.findFirst(Unknown Source)
 at com.slashnhax.framework.taskscript.TaskScript.executeTask(TaskScript.java:25)
 at com.slashnhax.framework.taskscript.TaskScript.onLoop(TaskScript.java:16)
 at com.runemate.game.api.script.framework.LoopingScript.run(htb:239)
 at com.runemate.game.api.script.framework.AbstractScript.start(jnb:156)
 at app.bj.run(ukb:214)

This one is for Pixie FDK
Code:
java.lang.NullPointerException
 at app.fn.catch(rub:140)
 at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(awb:190)
 at com.runemate.game.api.hybrid.region.GameObjects.getLoaded(awb:158)
 at org.pixie.fdk.tasks.GroupConditions$6.valid(GroupConditions.java:54)
 at org.pixie.api.framework.ThreadDispatcher$3.run(ThreadDispatcher.java:63)
 at org.pixie.api.framework.ThreadDispatcher$1.run(ThreadDispatcher.java:34)
 at com.runemate.game.api.script.framework.core.LoopingThread.run(xwb:2)

I've deleted my Files from C:/Users/Me/RuneMate and i've deleted the RuneMate.jar and then reinstalled it. Nothing seems to work, changed all my resolutions between fixed and resizeable and high and low graphics, I continuously get these errors. Not really sure what to do at this point, I've asked a few bot authors and they aren't really sure what to do either @Cloud hoping you can help me out :p
 
Joined
Mar 4, 2015
Messages
78
i decided to test and see if it was my files that are corrupted or something, so I ran the bot on my mac but I get the same error so it isn't my computer or my files :( Just a quick update if that helps in any way. Maybe making a new RuneMate account would solve the problem?

EDIT: Making a new account doesn't change anything :p
 
Top