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 Exception when selecting an equipment item in developer toolkit

Discretion is advised
Joined
Jan 2, 2014
Messages
306
Only tested in RS3
Code:
(05:06:02) Error at update(Object)
(05:06:02) java.lang.NullPointerException
(05:06:02)     at a.Vn.float(dhb:151)
(05:06:02)     at a.Vn.float(dhb:118)
(05:06:02)     at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.float(rmb:94)
(05:06:02)     at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getBounds(rmb:223)
(05:06:02)     at a.EL.float(oub:86)
(05:06:02)     at com.runemate.game.api.hybrid.local.hud.interfaces.Equipment.getBoundsOf(bsb:152)
(05:06:02)     at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.getBounds(xsb:51)
(05:06:02)     at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.render(xsb:196)
(05:06:02)     at a.vk.onPaint(wib:2265)
(05:06:02)     at com.runemate.game.api.script.framework.core.EventDispatcher.process(fsb:27)
(05:06:02)     at a.bi.paintComponent(hfb:724)
(05:06:02)     at javax.swing.JComponent.paint(Unknown Source)
 
Top