Advertisement
Guest User

Untitled

a guest
Aug 15th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 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$1(LauncherImpl.java:182)
  17. at java.lang.Thread.run(Unknown Source)
  18. Caused by: java.lang.UnsatisfiedLinkError: Can't obtain static method fromNative(Method, Object) from class com.sun.jna.Native
  19. at com.sun.jna.Native.initIDs(Native Method)
  20. at com.sun.jna.Native.<clinit>(Native.java:148)
  21. at com.sun.jna.Pointer.<clinit>(Pointer.java:41)
  22. at com.olmectron.material.MaterialDesign.handlerStaticJNA(MaterialDesign.java:414)
  23. at com.olmectron.material.MaterialDesign.access$400(MaterialDesign.java:67)
  24. at com.olmectron.material.MaterialDesign$32.handle(MaterialDesign.java:935)
  25. at com.olmectron.material.MaterialDesign$32.handle(MaterialDesign.java:931)
  26. at com.sun.javafx.event.CompositeEventHandler$NormalEventFilterRecord.handleCapturingEvent(CompositeEventHandler.java:282)
  27. at com.sun.javafx.event.CompositeEventHandler.dispatchCapturingEvent(CompositeEventHandler.java:98)
  28. at com.sun.javafx.event.EventHandlerManager.dispatchCapturingEvent(EventHandlerManager.java:223)
  29. at com.sun.javafx.event.EventHandlerManager.dispatchCapturingEvent(EventHandlerManager.java:180)
  30. at com.sun.javafx.event.CompositeEventDispatcher.dispatchCapturingEvent(CompositeEventDispatcher.java:43)
  31. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:52)
  32. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  33. at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  34. at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
  35. at javafx.event.Event.fireEvent(Event.java:198)
  36. at javafx.stage.Window.fireEvent(Window.java:1138)
  37. at javafx.stage.Window$9.invalidated(Window.java:888)
  38. at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
  39. at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:144)
  40. at javafx.stage.Window.setShowing(Window.java:940)
  41. at javafx.stage.Window.show(Window.java:955)
  42. at javafx.stage.Stage.show(Stage.java:259)
  43. at com.olmectron.forwarder.Forwarder3DS.start(Forwarder3DS.java:308)
  44. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863)
  45. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326)
  46. at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
  47. at java.security.AccessController.doPrivileged(Native Method)
  48. at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
  49. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  50. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  51. at com.sun.glass.ui.win.WinApplication.lambda$null$3(WinApplication.java:177)
  52. ... 1 more
  53. Exception running application com.olmectron.forwarder.Forwarder3DS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement