You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
Application with NoPrimaryViewSpecified as primaryView fails on shutdown (App.stop()) with following exception:
java.lang.RuntimeException: Exception in Application stop method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:922)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: root.scene must not be null
at tornadofx.UIComponent.unInit(Component.kt:575)
at tornadofx.App.stop(App.kt:140)
@RazmikDev I agree with your suspicion that it's related to #973. I made some adjustments including that line and didn't think to test NoPrimaryViewSpecified scenario. Sorry about that! I'll add a test for that scenario and fix the bug.
Application with
NoPrimaryViewSpecified
asprimaryView
fails on shutdown (App.stop()) with following exception:that occurs here
tornadofx/src/main/java/tornadofx/Component.kt
Line 575 in e6258f0
Valid only for v1.7.19 - might be related with #973
The text was updated successfully, but these errors were encountered: