Advertisement
MrJayse

Untitled

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