- Joined
- Dec 10, 2014
- Messages
- 3,255
- Thread Author
- #1
Ehh, the title could be better but I submitted without changing it D:
I get this whenever I try to use Mouse.toggleInput() or Keyboard.toggleInput().
The input is toggled, but it outputs this stacktrace and the Client UI isn't updated to reflect the toggle.
I get this whenever I try to use Mouse.toggleInput() or Keyboard.toggleInput().
The input is toggled, but it outputs this stacktrace and the Client UI isn't updated to reflect the toggle.
Code:
Exception in thread "Bot-WebExtender" (03:33:45) java.lang.IllegalStateException: Not on FX application thread; currentThread = Bot-WebExtender
(03:33:45) at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:204)
(03:33:45) at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:364)
(03:33:45) at javafx.scene.Scene.addToDirtyList(Scene.java:485)
(03:33:45) at javafx.scene.Node.addToSceneDirtyList(Node.java:424)
(03:33:45) at javafx.scene.Node.impl_markDirty(Node.java:415)
(03:33:45) at javafx.scene.Node.impl_geomChanged(Node.java:3784)
(03:33:45) at javafx.scene.layout.Region.access$700(Region.java:141)
(03:33:45) at javafx.scene.layout.Region$3.invalidated(Region.java:581)
(03:33:45) at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:111)
(03:33:45) at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:145)
(03:33:45) at javafx.css.StyleableObjectProperty.set(StyleableObjectProperty.java:82)
(03:33:45) at javafx.css.StyleableObjectProperty.applyStyle(StyleableObjectProperty.java:68)
(03:33:45) at javafx.scene.CssStyleHelper.resetToInitialValues(CssStyleHelper.java:452)
(03:33:45) at javafx.scene.CssStyleHelper.createStyleHelper(CssStyleHelper.java:180)
(03:33:45) at javafx.scene.Node.reapplyCss(Node.java:8785)
(03:33:45) at javafx.scene.Node.impl_reapplyCSS(Node.java:8748)
(03:33:45) at javafx.scene.Node$3.onChanged(Node.java:998)
(03:33:45) at com.sun.javafx.collections.TrackableObservableList.lambda$new$20(TrackableObservableList.java:45)
(03:33:45) at com.sun.javafx.collections.TrackableObservableList$$Lambda$59/1543422641.onChanged(Unknown Source)
(03:33:45) at com.sun.javafx.collections.ListListenerHelper$SingleChange.fireValueChangedEvent(ListListenerHelper.java:164)
(03:33:45) at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
(03:33:45) at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
(03:33:45) at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
(03:33:45) at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
(03:33:45) at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
(03:33:45) at javafx.collections.ModifiableObservableListBase.remove(ModifiableObservableListBase.java:183)
(03:33:45) at javafx.collections.ModifiableObservableListBase.remove(ModifiableObservableListBase.java:171)
(03:33:45) at a.jJ.toggleMouseInput(cdb:1638)
(03:33:45) at a.jJ.do(cdb:505)
(03:33:45) at com.runemate.game.api.hybrid.input.Mouse.toggleInput(zh:255)
(03:33:45) at com.slashnhax.util.webextender.WebExtender.run(WebExtender.java:38)
(03:33:45) at com.runemate.game.api.script.framework.AbstractScript.start(mtb:252)
(03:33:45) at a.KI.run(cfb:51)