1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Exception in thread "Bot-WebExtender" (03:33:45) java.lang.IllegalStateException: Not on FX applicat

Discussion in 'Client & Site Support' started by SlashnHax, Jan 30, 2015.

  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,216
    Likes Received:
    1,043
    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.
    Code (Text):
    1.  
    2. Exception in thread "Bot-WebExtender" (03:33:45) java.lang.IllegalStateException: Not on FX application thread; currentThread = Bot-WebExtender
    3. (03:33:45)     at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:204)
    4. (03:33:45)     at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:364)
    5. (03:33:45)     at javafx.scene.Scene.addToDirtyList(Scene.java:485)
    6. (03:33:45)     at javafx.scene.Node.addToSceneDirtyList(Node.java:424)
    7. (03:33:45)     at javafx.scene.Node.impl_markDirty(Node.java:415)
    8. (03:33:45)     at javafx.scene.Node.impl_geomChanged(Node.java:3784)
    9. (03:33:45)     at javafx.scene.layout.Region.access$700(Region.java:141)
    10. (03:33:45)     at javafx.scene.layout.Region$3.invalidated(Region.java:581)
    11. (03:33:45)     at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:111)
    12. (03:33:45)     at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:145)
    13. (03:33:45)     at javafx.css.StyleableObjectProperty.set(StyleableObjectProperty.java:82)
    14. (03:33:45)     at javafx.css.StyleableObjectProperty.applyStyle(StyleableObjectProperty.java:68)
    15. (03:33:45)     at javafx.scene.CssStyleHelper.resetToInitialValues(CssStyleHelper.java:452)
    16. (03:33:45)     at javafx.scene.CssStyleHelper.createStyleHelper(CssStyleHelper.java:180)
    17. (03:33:45)     at javafx.scene.Node.reapplyCss(Node.java:8785)
    18. (03:33:45)     at javafx.scene.Node.impl_reapplyCSS(Node.java:8748)
    19. (03:33:45)     at javafx.scene.Node$3.onChanged(Node.java:998)
    20. (03:33:45)     at com.sun.javafx.collections.TrackableObservableList.lambda$new$20(TrackableObservableList.java:45)
    21. (03:33:45)     at com.sun.javafx.collections.TrackableObservableList$$Lambda$59/1543422641.onChanged(Unknown Source)
    22. (03:33:45)     at com.sun.javafx.collections.ListListenerHelper$SingleChange.fireValueChangedEvent(ListListenerHelper.java:164)
    23. (03:33:45)     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    24. (03:33:45)     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    25. (03:33:45)     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    26. (03:33:45)     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    27. (03:33:45)     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    28. (03:33:45)     at javafx.collections.ModifiableObservableListBase.remove(ModifiableObservableListBase.java:183)
    29. (03:33:45)     at javafx.collections.ModifiableObservableListBase.remove(ModifiableObservableListBase.java:171)
    30. (03:33:45)     at a.jJ.toggleMouseInput(cdb:1638)
    31. (03:33:45)     at a.jJ.do(cdb:505)
    32. (03:33:45)     at com.runemate.game.api.hybrid.input.Mouse.toggleInput(zh:255)
    33. (03:33:45)     at com.slashnhax.util.webextender.WebExtender.run(WebExtender.java:38)
    34. (03:33:45)     at com.runemate.game.api.script.framework.AbstractScript.start(mtb:252)
    35. (03:33:45)     at a.KI.run(cfb:51)
    36.  
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Nice find! Fixed for the next release.
     

Share This Page

Loading...