Advertisement
bleidorb

Untitled

Apr 7th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. Exception in Application start method
  2. java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  6. at java.lang.reflect.Method.invoke(Unknown Source)
  7. at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
  8. at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  12. at java.lang.reflect.Method.invoke(Unknown Source)
  13. at sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
  14. Caused by: java.lang.RuntimeException: Exception in Application start method
  15. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
  16. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$154(LauncherImpl.java:182)
  17. at java.lang.Thread.run(Unknown Source)
  18. Caused by: javafx.fxml.LoadException:
  19. /C:/Users/Media/Desktop/Bleidorb%20Game's%20(And%20some%20experiments)/Chemistry-H10,H11&H12_Project/bin/dev/bleidorb/chemistry/
  20.  
  21. at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
  22. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2543)
  23. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
  24. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3214)
  25. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3175)
  26. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3148)
  27. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3124)
  28. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3104)
  29. at javafx.fxml.FXMLLoader.load(FXMLLoader.java:3097)
  30. at dev.bleidorb.chemistry.Main.start(Main.java:21)
  31. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863)
  32. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326)
  33. at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
  34. at java.security.AccessController.doPrivileged(Native Method)
  35. at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
  36. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  37. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  38. at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
  39. ... 1 more
  40. Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
  41. Message: Content is not allowed in prolog.
  42. at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(Unknown Source)
  43. at javax.xml.stream.util.StreamReaderDelegate.next(Unknown Source)
  44. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2513)
  45. ... 17 more
  46. Exception running application dev.bleidorb.chemistry.Main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement