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 New NullPointerException

Joined
Nov 5, 2014
Messages
505
Hey, I've suddenly had loads of this exception pop up:

The notes left for me seem to indicate it occurs when interacting with objects

Code:
java.lang.NullPointerException
 at a.PM.getProjectedPolygons(ixb:258)
 at com.runemate.game.api.hybrid.local.hud.CompositeModel.getProjectedPolygons(rsb:218)
 at com.runemate.game.api.hybrid.local.hud.Model.contains(neb:85)
 at a.Pm.contains(qtb:196)
 at a.IM.null(pmb:146)
 at a.IM.null(pmb:171)
 at a.IM.move(pmb:110)
 at com.runemate.game.api.hybrid.input.Mouse.move(rk:40)
 at a.Pm.interact(qtb:20)
 at a.Pm.interact(qtb:250)
 at scripts.MassFighter.Tasks.CombatHandler.execute(CombatHandler.java:57)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(ohb:274)
 at com.runemate.game.api.script.framework.LoopingScript.run(pjb:101)
 at com.runemate.game.api.script.framework.AbstractScript.start(xfb:137)
 at a.Hj.run(reb:152)
 
Top