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 NPE @ Mouse.move()

Joined
Dec 10, 2014
Messages
3,255
Code:
java.lang.NullPointerException 
at app.eP.move(ahc:112) 
at com.runemate.game.api.hybrid.input.Mouse.move(em:231) 
at com.runemate.game.api.hybrid.input.Mouse.move(em:251) 
at rm.S.break(re:153) 
at rm.S.break(re:42) 
at rm.S.break(re:122) 
at rm.eA.break(nd:205) 
at rm.CON.onLoop(q:36) 
at com.runemate.game.api.script.framework.LoopingScript.run(mub:101) 
at com.runemate.game.api.script.framework.AbstractScript.start(ztb:268) 
at app.VK.run(lnb:70)

I'm passing in an interactionpoint and it's not null, idk why this error is being thrown.
@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I haven't had it occur personally, but it's filling up my exception log and it's occurring a lot of the time for some users who I keep in contact with.
I'm almost positive you're passing in a null target. I reviewed everything and it looks very solid.
 
Joined
Dec 10, 2014
Messages
3,255
I'm almost positive you're passing in a null target. I reviewed everything and it looks very solid.
I could have been before, but with the latest push I nullchecked the interactablepoint :/
I'll try harder to replicate it tonight, but so far I haven't been able to
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
I could have been before, but with the latest push I nullchecked the interactablepoint :/
I'll try harder to replicate it tonight, but so far I haven't been able to
Is it possible that users are still using the old version? The revision number found in the exception log is not quite accurate (it is the revision that is live when the exception is fired; i.e. the user could be running a revision older than the one on the Bot Store).
 
Joined
Dec 10, 2014
Messages
3,255
Is it possible that users are still using the old version? The revision number found in the exception log is not quite accurate (it is the revision that is live when the exception is fired; i.e. the user could be running a revision older than the one on the Bot Store).
Possibly, it doesn't show up any more
 
Top