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 Using DevToolKit on OSRS error

Joined
Nov 2, 2015
Messages
302
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.
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:
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
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.

(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)
Use the code tags in the future to make it more readable :), i've modified your post to do so :p
 
Joined
Sep 23, 2015
Messages
12
@blisterz @Range inc please provide your gamepack IDs.

Deleted my cache & RuneMate. Reinstalled. Then logged into another world. Seems to be working fine now. Something must've been outdated or cached on my system.

Info below:

(12:14:45) [Debug] Version: 1.2.19
(12:14:45) [Debug] Operating System: Windows 10 (x64)
(12:14:45) [Debug] Java: 8 Update 65 (x64) (Oracle Corporation)

Don't know where to check my gamepack ID though.


EDIT:

Although it works now; it still manages to fail sometimes(And I have to restart the client to fix it)
Error:
Code:
(12:27:46) Error switching tabs in development toolkit
(12:27:46) java.lang.NullPointerException
(12:27:46)     at app.LL.short(job:20090)
(12:27:46)     at app.LL.accepts(job:5799)
(12:27:46)     at com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent.getComponents(wfc:19673)
(12:27:46)     at app.CL.short(job:5799)
(12:27:46)     at app.Ym.short(yvb:158)
(12:27:46)     at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
(12:27:46)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
(12:27:46)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
(12:27:46)     at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
(12:27:46)     at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
(12:27:46)     at javafx.event.Event.fireEvent(Event.java:198)
(12:27:46)     at javafx.stage.Window.fireEvent(Window.java:1120)
(12:27:46)     at javafx.stage.Window$9.invalidated(Window.java:818)
(12:27:46)     at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
(12:27:46)     at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:144)
(12:27:46)     at javafx.stage.Window.setShowing(Window.java:922)
(12:27:46)     at javafx.stage.Window.show(Window.java:937)
(12:27:46)     at javafx.stage.Stage.show(Stage.java:259)
(12:27:46)     at app.ln.devKitButtonClicked(nsb:12259)
(12:27:46)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(12:27:46)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(12:27:46)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(12:27:46)     at java.lang.reflect.Method.invoke(Method.java:497)
(12:27:46)     at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
(12:27:46)     at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
(12:27:46)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(12:27:46)     at java.lang.reflect.Method.invoke(Method.java:497)
(12:27:46)     at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
(12:27:46)     at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1769)
(12:27:46)     at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657)
(12:27:46)     at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
(12:27:46)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
(12:27:46)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
(12:27:46)     at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
(12:27:46)     at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
(12:27:46)     at javafx.event.Event.fireEvent(Event.java:198)
(12:27:46)     at javafx.scene.Node.fireEvent(Node.java:8411)
(12:27:46)     at javafx.scene.control.Button.fire(Button.java:185)
(12:27:46)     at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
(12:27:46)     at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
(12:27:46)     at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
(12:27:46)     at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
(12:27:46)     at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
(12:27:46)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
(12:27:46)     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
(12:27:46)     at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
(12:27:46)     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
(12:27:46)     at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
(12:27:46)     at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
(12:27:46)     at javafx.event.Event.fireEvent(Event.java:198)
(12:27:46)     at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
(12:27:46)     at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
(12:27:46)     at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
(12:27:46)     at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
(12:27:46)     at com.sun.javafx.tk.quantum.EmbeddedScene.lambda$null$295(EmbeddedScene.java:256)
(12:27:46)     at java.security.AccessController.doPrivileged(Native Method)
(12:27:46)     at com.sun.javafx.tk.quantum.EmbeddedScene.lambda$mouseEvent$296(EmbeddedScene.java:244)
(12:27:46)     at com.sun.javafx.application.PlatformImpl.lambda$null$174(PlatformImpl.java:295)
(12:27:46)     at java.security.AccessController.doPrivileged(Native Method)
(12:27:46)     at com.sun.javafx.application.PlatformImpl.lambda$runLater$175(PlatformImpl.java:294)
(12:27:46)     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
(12:27:46)     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
(12:27:46)     at com.sun.glass.ui.win.WinApplication.lambda$null$149(WinApplication.java:191)
(12:27:46)     at java.lang.Thread.run(Thread.java:745)

@Arbiter
 
Last edited:
12 year old normie
Joined
Jan 8, 2015
Messages
2,769
Can confirm that this happens, but only on very rare occasions. I doubt it's a gamepack issue because there's more people experiencing the issue, then again, I'm no client developer.
 
Joined
Nov 2, 2015
Messages
302
Can confirm that this happens, but only on very rare occasions. I doubt it's a gamepack issue because there's more people experiencing the issue, then again, I'm no client developer.
Happens to me almost every time :O
 
Top