Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. sashok724's Launcher v15.3 (build #35, 04.01.17)
  2. 2017.02.25 16:22:55 [INFO] Setting up script engine bindings
  3. 2017.02.25 16:22:55 [INFO] Invoking start() function
  4. 2017.02.25 16:22:56 [DEBUG] Saving settings file
  5. 2017.02.25 16:22:56 [ERROR] java.lang.RuntimeException: Exception in Application start method
  6. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
  7. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
  8. at java.lang.Thread.run(Unknown Source)
  9. Caused by: javafx.fxml.LoadException:
  10. file:/C:/Documents%20and%20Settings/Admin/%d0%a0%d0%b0%d0%b1%d0%be%d1%87%d0%b8%d0%b9%20%d1%81%d1%82%d0%be%d0%bb/Launcher.jar!/runtime/dialog/dialog.fxml:19
  11.  
  12. at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
  13. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
  14. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
  15. at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
  16. at java.lang.invoke.MethodHandleImpl$BindCaller$T/7270021.invoke_V(Unknown Source)
  17. at jdk.nashorn.internal.scripts.Script$Recompilation$18$1171A$\^eval\_.loadFXML(<eval>:48)
  18. at jdk.nashorn.internal.scripts.Script$Recompilation$8$545A$\^eval\_.start(<eval>:28)
  19. at launcher.helper.js.JSApplication$$NashornJavaAdapter.start(Unknown Source)
  20. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
  21. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
  22. at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
  23. at java.security.AccessController.doPrivileged(Native Method)
  24. at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
  25. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  26. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  27. at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
  28. ... 1 more
  29. Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  30. at javafx.fxml.JavaFXBuilder$ObjectBuilder.build(JavaFXBuilderFactory.java:278)
  31. at javafx.fxml.FXMLLoader$ValueElement.processEndElement(FXMLLoader.java:763)
  32. at javafx.fxml.FXMLLoader.processEndElement(FXMLLoader.java:2823)
  33. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2532)
  34. ... 15 more
  35. Caused by: java.lang.reflect.InvocationTargetException
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39. at java.lang.reflect.Method.invoke(Unknown Source)
  40. at sun.reflect.misc.Trampoline.invoke(Unknown Source)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
  46. at javafx.fxml.JavaFXBuilder$ObjectBuilder.build(JavaFXBuilderFactory.java:270)
  47. ... 18 more
  48. Caused by: java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre1.8.0_121\bin\jfxwebkit.dll: Не найдена указанная процедура
  49. at java.lang.ClassLoader$NativeLibrary.load(Native Method)
  50. at java.lang.ClassLoader.loadLibrary0(Unknown Source)
  51. at java.lang.ClassLoader.loadLibrary(Unknown Source)
  52. at java.lang.Runtime.load0(Unknown Source)
  53. at java.lang.System.load(Unknown Source)
  54. at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoader.java:201)
  55. at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:94)
  56. at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:39)
  57. at com.sun.webkit.WebPage.lambda$static$39(WebPage.java:130)
  58. at java.security.AccessController.doPrivileged(Native Method)
  59. at com.sun.webkit.WebPage.<clinit>(WebPage.java:129)
  60. at javafx.scene.web.WebEngine.<init>(WebEngine.java:879)
  61. at javafx.scene.web.WebEngine.<init>(WebEngine.java:866)
  62. at javafx.scene.web.WebView.<init>(WebView.java:273)
  63. at javafx.scene.web.WebViewBuilder.build(WebViewBuilder.java:60)
  64. ... 29 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement