Skip to content

Instantly share code, notes, and snippets.

@MairwunNx
Created December 22, 2018 13:45
Show Gist options
  • Save MairwunNx/2a3b86258e388f2b7cccd32897ca4a55 to your computer and use it in GitHub Desktop.
Save MairwunNx/2a3b86258e388f2b7cccd32897ca4a55 to your computer and use it in GitHub Desktop.
java.lang.NullPointerException
at bin.BaseWindowSubscribeEvent$Companion.subscribe(BaseWindowSubscribeEvent.kt:37)
at bvw.BaseView.<init>(BaseView.kt:119)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.base/java.lang.Class.newInstance(Unknown Source)
at tornadofx.FXKt.find(FX.kt:417)
at tornadofx.FXKt.find$default(FX.kt:406)
at tornadofx.App.start(App.kt:81)
at ApplicationBase.start(ApplicationBase.kt:10)
at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$11(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment