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

Resolved java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

Discussion in 'Client & Site Support' started by Aidden, Aug 1, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Code (Text):
    1.  
    2. java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    3.  at javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
    4.  at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
    5.  at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
    6.  at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
    7.  at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
    8.  at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
    9.  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
    10.  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
    11.  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
    12.  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
    13.  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
    14.  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
    15.  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
    16.  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
    17.  at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
    18.  at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
    19.  at javafx.event.Event.fireEvent(Unknown Source)
    20.  at javafx.scene.Node.fireEvent(Unknown Source)
    21.  at javafx.scene.control.Button.fire(Unknown Source)
    22.  at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
    23.  at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
    24.  at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
    25.  at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
    26.  at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
    27.  at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
    28.  at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
    29.  at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
    30.  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
    31.  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
    32.  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
    33.  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
    34.  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
    35.  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
    36.  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
    37.  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
    38.  at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
    39.  at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
    40.  at javafx.event.Event.fireEvent(Unknown Source)
    41.  at javafx.scene.Scene$MouseHandler.process(Unknown Source)
    42.  at javaf
    43.  
    @cloud
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Nothing in that log makes me think it's on runemate's side.
     
  3. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    I don't have any public bots that use a jfx interface
     

Share This Page

Loading...