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 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,769
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
6,770
@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