Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Weird stack trace

Discretion is advised
Joined
Jan 2, 2014
Messages
306
Code:
Exception in thread "JavaFX Application Thread" (10:36:20) java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
(10:36:20)  at javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
(10:36:20)  at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
(10:36:20)  at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)

Code:
Exception in thread "JavaFX Application Thread" (10:37:36) java.lang.NullPointerException
(10:37:36)  at a.yk.char(xfb:213)
(10:37:36)  at a.yk.call(xfb:135)
(10:37:36)  at javafx.scene.control.TableColumn.getCellObservableValue(Unknown Source)
(10:37:36)  at javafx.scene.control.TableColumn.getCellObservableValue(Unknown Source)
(10:37:36)  at javafx.scene.control.TableCell.updateItem(Unknown Source)
(10:37:36)  at javafx.scene.control.TableCell.indexChanged(Unknown Source)
(10:37:36)  at javafx.scene.control.IndexedCell.updateIndex(Unknown Source)
(10:37:36)  at com.sun.javafx.scene.control.skin.TableRowSkinBase.updateCells(Unknown Source)
(10:37:36)  at com.sun.javafx.scene.control.skin.TableRowSkinBase.init(Unknown Source)
(10:37:36)  at com.sun.javafx.scene.control.skin.TableRowSkin.<init>(Unknown Source)
(10:37:36)  at javafx.scene.control.TableRow.createDefaultSkin(Unknown Source)
(10:37:36)  at javafx.scene.control.Control.impl_processCSS(Unknown Source)

Happens when I put an unknown category in the script .XML file
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Code:
Exception in thread "JavaFX Application Thread" (10:36:20) java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
(10:36:20)  at javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
(10:36:20)  at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
(10:36:20)  at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
(10:36:20)  at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)

Code:
Exception in thread "JavaFX Application Thread" (10:37:36) java.lang.NullPointerException
(10:37:36)  at a.yk.char(xfb:213)
(10:37:36)  at a.yk.call(xfb:135)
(10:37:36)  at javafx.scene.control.TableColumn.getCellObservableValue(Unknown Source)
(10:37:36)  at javafx.scene.control.TableColumn.getCellObservableValue(Unknown Source)
(10:37:36)  at javafx.scene.control.TableCell.updateItem(Unknown Source)
(10:37:36)  at javafx.scene.control.TableCell.indexChanged(Unknown Source)
(10:37:36)  at javafx.scene.control.IndexedCell.updateIndex(Unknown Source)
(10:37:36)  at com.sun.javafx.scene.control.skin.TableRowSkinBase.updateCells(Unknown Source)
(10:37:36)  at com.sun.javafx.scene.control.skin.TableRowSkinBase.init(Unknown Source)
(10:37:36)  at com.sun.javafx.scene.control.skin.TableRowSkin.<init>(Unknown Source)
(10:37:36)  at javafx.scene.control.TableRow.createDefaultSkin(Unknown Source)
(10:37:36)  at javafx.scene.control.Control.impl_processCSS(Unknown Source)

Happens when I put an unknown category in the script .XML file
Does it only happen when trying to load the script or does it happen when trying to display the table information?
 
Discretion is advised
Joined
Jan 2, 2014
Messages
306
Does it only happen when trying to load the script or does it happen when trying to display the table information?

When trying to display table information
 
Top