Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Warning: Could not load settings from C:\Program Files (x86)\Chunky\chunky.json - defaults will be used
  2. Warning: Could not load settings from C:\Program Files (x86)\Chunky\chunky-launcher.json - defaults will be used
  3. Exception in Application start method
  4. Exception in thread "Thread-0" java.lang.RuntimeException: Exception in Application start method
  5. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
  6. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
  7. at java.lang.Thread.run(Unknown Source)
  8. Caused by: javafx.fxml.LoadException:
  9. file:/C:/Program%20Files%20(x86)/Chunky/chunky.jar!/se/llbit/chunky/launcher/ui/ChunkyLauncher.fxml
  10.  
  11. at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
  12. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
  13. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
  14. at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
  15. at se.llbit.chunky.launcher.ui.ChunkyLauncherFx.start(ChunkyLauncherFx.java:45)
  16. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
  17. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
  18. at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
  19. at java.security.AccessController.doPrivileged(Native Method)
  20. at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
  21. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  22. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  23. at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
  24. ... 1 more
  25. Caused by: java.lang.NullPointerException
  26. at se.llbit.chunky.launcher.ui.ChunkyLauncherController.initialize(ChunkyLauncherController.java:177)
  27. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
  28. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement