Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Common error

Joined
Mar 20, 2015
Messages
174
After recent system update, i'm struggling with this sh*t when using great MaxiWoodcutter.
 

Attachments

  • asda.jpg
    asda.jpg
    15.6 KB · Views: 10
Engineer
Joined
Jul 28, 2013
Messages
2,776
It's likely a bot issue. If you can click view details and show me the stacktrace I can confirm it.
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,767
Try submitting the error, and also reply on the corresponding bot thread to notify the bot writer.
 
Joined
Mar 20, 2015
Messages
174
Thanks for feedback, I will definitely do that as soon as I meet that problem again. probably in less that 1/2 hour
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
@Cloud
Code:
java.lang.NullPointerException
 at com.runemate.game.api.hybrid.local.hud.Menu.click(kac:270)
 at app.UO.interact(chc:160)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(ch:218)
 at app.pP.interact(ndc:273)
 at com.runemate.maxiscripts.looping.flaxer.MaxiFlaxer.pick(MaxiFlaxer.java:83)
 at com.runemate.maxiscripts.looping.flaxer.MaxiFlaxer.onLoop(MaxiFlaxer.java:63)
 at com.runemate.game.api.script.framework.LoopingScript.run(pob:171)
 at com.runemate.game.api.script.framework.AbstractScript.start(exb:260)
 at app.aL.run(lsb:158)
line 83 = flax.interact("Pick");

There was also one for my Woodcutter
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
@Cloud
Code:
java.lang.NullPointerException
 at com.runemate.game.api.hybrid.local.hud.Menu.click(kac:270)
 at app.UO.interact(chc:160)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(ch:218)
 at app.pP.interact(ndc:273)
 at com.runemate.maxiscripts.looping.flaxer.MaxiFlaxer.pick(MaxiFlaxer.java:83)
 at com.runemate.maxiscripts.looping.flaxer.MaxiFlaxer.onLoop(MaxiFlaxer.java:63)
 at com.runemate.game.api.script.framework.LoopingScript.run(pob:171)
 at com.runemate.game.api.script.framework.AbstractScript.start(exb:260)
 at app.aL.run(lsb:158)
line 83 = flax.interact("Pick");

There was also one for my Woodcutter
Fixed for the next build.
 
Top