Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug IllegalStateException: Not on FX application thread

Joined
May 4, 2015
Messages
66
I am currently receiving this error when attempting to log in to my RuneMate account from the .jar file in the developer folder of my IntelliJ project. I can login completely fine using the regular windows RuneMate launcher and not in dev mode.

Exception in thread "RuneMate Login" java.lang.IllegalStateException: Not on FX application thread; currentThread = RuneMate Login
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:204)
at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:364)
at javafx.scene.Scene.addToDirtyList(Scene.java:485)
at javafx.scene.Node.addToSceneDirtyList(Node.java:424)
at javafx.scene.Node.impl_markDirty(Node.java:415)
at javafx.scene.Node.notifyParentsOfInvalidatedCSS(Node.java:8709)
at javafx.scene.Node.requestCssStateTransition(Node.java:8639)
at javafx.scene.Node.pseudoClassStateChanged(Node.java:8680)
at javafx.scene.Node$8.invalidated(Node.java:1634)
at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:143)
at javafx.scene.Node.setDisabled(Node.java:1617)
at javafx.scene.Node.updateDisabled(Node.java:1659)
at javafx.scene.Node.access$500(Node.java:383)
at javafx.scene.Node$MiscProperties$8.invalidated(Node.java:6520)
at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:143)
at javafx.scene.Node.setDisable(Node.java:1539)
at nul.iiiIiIiIIIII.int(cpa:93)
at nul.iiiIiIiIIIII$$Lambda$293/1199335233.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
 
Top