- Thread Author
- #1
The Interface tab of the DevToolKit on OSRS displays blank. If I click the refresh button i get this error.
Edit: This error only appears if i am in an interface.
Edit: This error only appears if i am in an interface.
Code:
(01:36:41) Error switching tabs in development toolkit
(01:36:41) java.lang.NullPointerException
(01:36:41) at app.LL.short(job:20090)
(01:36:41) at app.LL.accepts(job:5799)
(01:36:41) at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getComponents(wfc:19673)
(01:36:41) at app.CL.short(job:5799)
(01:36:41) at app.CL.final(job:24185)
(01:36:41) at app.CL.refreshButtonClicked(job:10746)
(01:36:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(01:36:41) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(01:36:41) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(01:36:41) at java.lang.reflect.Method.invoke(Method.java:497)
(01:36:41) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
(01:36:41) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
(01:36:41) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(01:36:41) at java.lang.reflect.Method.invoke(Method.java:497)
(01:36:41) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
(01:36:41) at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1769)
(01:36:41) at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657)
(01:36:41) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
(01:36:41) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
(01:36:41) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
(01:36:41) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
(01:36:41) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
(01:36:41) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(01:36:41) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(01:36:41) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(01:36:41) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(01:36:41) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(01:36:41) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
(01:36:41) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
(01:36:41) at javafx.event.Event.fireEvent(Event.java:198)
(01:36:41) at javafx.scene.Node.fireEvent(Node.java:8411)
(01:36:41) at javafx.scene.control.Button.fire(Button.java:185)
(01:36:41) at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
(01:36:41) at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
(01:36:41) at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
(01:36:41) at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
(01:36:41) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
(01:36:41) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
(01:36:41) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
(01:36:41) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
(01:36:41) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
(01:36:41) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(01:36:41) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(01:36:41) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(01:36:41) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(01:36:41) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(01:36:41) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
(01:36:41) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
(01:36:41) at javafx.event.Event.fireEvent(Event.java:198)
(01:36:41) at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
(01:36:41) at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
(01:36:41) at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
(01:36:41) at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
(01:36:41) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:352)
(01:36:41) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:275)
(01:36:41) at java.security.AccessController.doPrivileged(Native Method)
(01:36:41) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$354(GlassViewEventHandler.java:388)
(01:36:41) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
(01:36:41) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:387)
(01:36:41) at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
(01:36:41) at com.sun.glass.ui.View.notifyMouse(View.java:937)
(01:36:41) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
(01:36:41) at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
(01:36:41) at java.lang.Thread.run(Thread.java:745)
Last edited by a moderator: