JohnRThomas / Exia-Mining-All-In-One

A mining script for Runemate
7 stars 7 forks source link

[BUG]Null pointer on a mouse hop. #24

Open JohnRThomas opened 8 years ago

JohnRThomas commented 8 years ago

Try to recreate: java.lang.NullPointerException  at nul.iIiiiIiiIiiI.do(Unknown Source)  at com.runemate.game.api.hybrid.input.Mouse$PathGenerator.hop(Unknown Source)  at rm.cOm4.const(gb:431)  at rm.cOm4.true(gb:156)  at scripts.ExiaMinerAIO.onLoop(rb:36)  at com.runemate.game.api.script.framework.LoopingScript.run(Unknown Source)  at com.runemate.game.api.script.framework.AbstractScript.start(Unknown Source)  at nul.iiIIIIiIIIiI.run(Unknown Source) 1.3.6.2 - OSRS

Kneckter commented 8 years ago

Might be hard to recreate this. nul.iIiiiIiiIiiI.do is from the client.

JohnRThomas commented 8 years ago

Yeah, I added the ErrorHandler class as a bandaid for all of these null pointers and I'm working with cloud to get the stack traces fixed.