- Joined
- Nov 5, 2014
- Messages
- 505
- Thread Author
- #1
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
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)