Advertisement
MrJayse

Untitled

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