Advertisement
Guest User

Log

a guest
Mar 3rd, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1.  
  2. =====new launch=====
  3. 2019-03-03 14:47:33.245
  4.  
  5.  
  6. Done
  7. Current Version: v0.65-alpha
  8. New Version: v0.65-alpha
  9. Exception in Application init method
  10. java.lang.reflect.InvocationTargetException
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
  16. at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
  22. Caused by: java.lang.RuntimeException: Exception in Application init method
  23. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:912)
  24. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$159(LauncherImpl.java:182)
  25. at java.lang.Thread.run(Unknown Source)
  26. Caused by: java.io.IOException: The system cannot find the file specified
  27. at java.io.WinNTFileSystem.createFileExclusively(Native Method)
  28. at java.io.File.createNewFile(Unknown Source)
  29. at poe.level.fx.POELevelFx.init(POELevelFx.java:170)
  30. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:841)
  31. ... 2 more
  32. Exception running application poe.level.fx.POELevelFx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement