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 Expected a numerical value for Client.hintArrowX (OSRS)

Joined
Nov 5, 2014
Messages
505
I'm not sure what hint arrows are, but navigating to that tab in the dev kit throws this exception. @Cloud

Code:
(08:22:36) Error switching tabs in development toolkit
(08:22:36) java.lang.IllegalStateException: Expected a numerical value for Client.hintArrowX but instead we received null (OSRS: 49d60d44)
(08:22:36)     at app.Mq.char(vob:92)
(08:22:36)     at app.Mq.char(vob:255)
(08:22:36)     at app.Mq.char(vob:149)
(08:22:36)     at app.Ho.getPosition(tdc:212)
(08:22:36)     at app.Ho.isValid(tdc:252)
(08:22:36)     at app.YO.char(lgc:269)
(08:22:36)     at com.runemate.game.api.hybrid.local.hud.HintArrows.getLoaded(qyb:268)
(08:22:36)     at com.runemate.game.api.hybrid.local.hud.HintArrows.getLoaded(qyb:12)
(08:22:36)     at app.Om.char(rvb:450)
(08:22:36)     at app.Om.update(rvb:959)
(08:22:36)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(08:22:36)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(08:22:36)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(08:22:36)     at java.lang.reflect.Method.invoke(Method.java:497)
(08:22:36)     at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
(08:22:36)     at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
(08:22:36)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(08:22:36)     at java.lang.reflect.Method.invoke(Method.java:497)
(08:22:36)     at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
(08:22:36)     at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1765)
(08:22:36)     at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1653)
(08:22:36)     at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
(08:22:36)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
(08:22:36)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
(08:22:36)     at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
(08:22:36)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
(08:22:36)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(08:22:36)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(08:22:36)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(08:22:36)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(08:22:36)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(08:22:36)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(08:22:36)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(08:22:36)     at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
(08:22:36)     at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
(08:22:36)     at javafx.event.Event.fireEvent(Event.java:198)
(08:22:36)     at javafx.scene.Node.fireEvent(Node.java:8390)
(08:22:36)     at javafx.scene.control.Button.fire(Button.java:185)
(08:22:36)     at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
(08:22:36)     at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
(08:22:36)     at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
(08:22:36)     at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
(08:22:36)     at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
(08:22:36)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
(08:22:36)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
(08:22:36)     at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
(08:22:36)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
(08:22:36)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(08:22:36)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(08:22:36)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(08:22:36)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(08:22:36)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(08:22:36)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(08:22:36)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(08:22:36)     at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
(08:22:36)     at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
(08:22:36)     at javafx.event.Event.fireEvent(Event.java:198)
(08:22:36)     at javafx.scene.Scene$MouseHandler.process(Scene.java:3758)
(08:22:36)     at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3486)
(08:22:36)     at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
(08:22:36)     at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2495)
(08:22:36)     at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:350)
(08:22:36)     at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:275)
(08:22:36)     at java.security.AccessController.doPrivileged(Native Method)
(08:22:36)     at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$350(GlassViewEventHandler.java:385)
(08:22:36)     at com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$446/1161770295.get(Unknown Source)
(08:22:36)     at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:404)
(08:22:36)     at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:384)
(08:22:36)     at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
(08:22:36)     at com.sun.glass.ui.View.notifyMouse(View.java:927)
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Bleh, I don't remember re-enabling them so I didn't think anything of it when a couple of their hooks broke.
 
Okay should be fixed now.
 
Top