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 MousePathGenerator.hop NPE

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
aqd
 at ek.x(ek.java:71)
 at aja.ar(aja.java:57)
 at aja.aw(aja.java:63)
 at aja.mouseMoved(aja.java:158)
 at app.tQ.try(xbc:191)
 at app.tQ.try(xbc:168)
 at com.runemate.game.api.hybrid.input.Mouse$PathGenerator.hop(bf:304)
 at app.vt.try(bgc:105)
 at app.vt.try(bgc:263)
 at app.vt.move(bgc:51)
 at com.runemate.game.api.hybrid.input.Mouse.move(bf:45)
 at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.interact(mec:106)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(jk:173)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(jk:276)
 at com.runemate.maxiscripts.task.herblore.tasks.Clean.execute(Clean.java:39)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(gqb:3)
 at com.runemate.game.api.script.framework.LoopingScript.run(bqb:205)
 at com.runemate.game.api.script.framework.AbstractScript.start(bnb:242)
 at app.wl.run(jpb:135)
Caused by: java.lang.NullPointerException
 at aja.ar(aja.java:56)
 ... 17 more

@Cloud if this is the same as that one you told me before that was the game throwing an exception not the client, would it be possible to at least stop them from showing in the exception log?
 
Top