Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2018.09.18 23:49:38 [DEBUG] Setting FX properties
- 2018.09.18 23:49:38 [DEBUG] Launching JavaFX application
- 2018.09.18 23:49:38 [DEBUG] Loading settings file
- 2018.09.18 23:49:38 [ERROR] java.io.IOException: Settings magic mismatch: c0de5
- at jdk.nashorn.internal.scripts.Script$Recompilation$20$1083A$\^eval\_.read(<eval>:39)
- at jdk.nashorn.internal.scripts.Script$Recompilation$19$2993AA$\^eval\_.tryWithResources(<eval>:75)
- at jdk.nashorn.internal.scripts.Script$Recompilation$18$497$\^eval\_.load(<eval>:19)
- at jdk.nashorn.internal.scripts.Script$Recompilation$14$417$\^eval\_.init(<eval>:15)
- at jdk.nashorn.javaadapters.launcher.as.init(Unknown Source)
- at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:841)
- at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$154(LauncherImpl.java:182)
- at java.lang.Thread.run(Unknown Source)
- Exception in Application start method
- 2018.09.18 23:49:39 [DEBUG] Saving settings file
- 2018.09.18 23:49:39 [ERROR] java.lang.RuntimeException: Exception in Application start method
- at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
- at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$154(LauncherImpl.java:182)
- at java.lang.Thread.run(Unknown Source)
- Caused by: javafx.fxml.LoadException:
- file:/C:/Users/MrJayse/Launcher.jar!/runtime/dialog/overlay/processing/processing.fxml:20
- at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
- at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
- at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
- at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
- at java.lang.invoke.MethodHandleImpl$BindCaller$T/18774080.invoke_V(Unknown Source)
- at jdk.nashorn.internal.scripts.Script$Recompilation$24$1377A$\^eval\_.loadFXML(<eval>:49)
- at jdk.nashorn.internal.scripts.Script$Recompilation$35$150$\^eval\_.initOverlay(<eval>:6)
- at jdk.nashorn.internal.scripts.Script$Recompilation$25$201$\^eval\_.initDialog(<eval>:28)
- at jdk.nashorn.internal.scripts.Script$Recompilation$15$569A$\^eval\_.start(<eval>:30)
- at jdk.nashorn.javaadapters.launcher.as.start(Unknown Source)
- at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863)
- at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326)
- at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
- at java.security.AccessController.doPrivileged(Native Method)
- at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
- at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
- at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
- at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
- ... 1 more
- Caused by: com.sun.javafx.fxml.PropertyNotFoundException: Property "prefHeight" does not exist or is read-only.
- at javafx.fxml.FXMLLoader$Element.processValue(FXMLLoader.java:348)
- at javafx.fxml.FXMLLoader$Element.processPropertyAttribute(FXMLLoader.java:325)
- at javafx.fxml.FXMLLoader$Element.processInstancePropertyAttributes(FXMLLoader.java:235)
- at javafx.fxml.FXMLLoader$ValueElement.processEndElement(FXMLLoader.java:767)
- at javafx.fxml.FXMLLoader.processEndElement(FXMLLoader.java:2823)
- at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2532)
- ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement