UninitializedPropertyAccessException
Thihup opened this issue · 0 comments
Thihup commented
/jvms/jdk-17/bin/java -jar decompiler-0.7.1.jar
jun. 26, 2022 11:21:39 AM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @7fbb2690'
Gtk-Message: 11:21:39.594: Failed to load module "appmenu-gtk-module"
Gtk-Message: 11:21:39.594: Failed to load module "appmenu-gtk-module"
Exception in thread "main" java.lang.ExceptionInInitializerError
at dev.shota.decompiler.window.menu.Menu.<init>(Menu.kt:9)
at dev.shota.decompiler.window.menu.file.File.<init>(File.kt:8)
at dev.shota.decompiler.window.menu.MenuBar.<init>(MenuBar.kt:12)
at dev.shota.decompiler.window.Window.<clinit>(Window.kt:42)
at dev.shota.decompiler.Main$Companion.main(Main.kt:18)
at dev.shota.decompiler.Main.main(Main.kt)
Caused by: kotlin.UninitializedPropertyAccessException: lateinit property bundle has not been initialized
at dev.shota.decompiler.window.menu.view.items.Language.get(Language.kt:30)
at dev.shota.decompiler.window.menu.view.items.Language.<clinit>(Language.kt:23)
... 6 more