Advertisement
The_Xaver

Untitled

Apr 7th, 2020
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. 2020.04.07 14:47:31 [ERROR] java.lang.RuntimeException: Exception in Application start method
  2. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
  3. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
  4. at java.lang.Thread.run(Unknown Source)
  5. Caused by: <eval>:10 TypeError: null has no such function "setText"
  6. at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57)
  7. at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:213)
  8. at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:185)
  9. at jdk.nashorn.internal.runtime.ECMAErrors.typeError(ECMAErrors.java:172)
  10. at jdk.nashorn.internal.runtime.linker.NashornBottomLinker.linkNull(NashornBottomLinker.java:180)
  11. at jdk.nashorn.internal.runtime.linker.NashornBottomLinker.getGuardedInvocation(NashornBottomLinker.java:66)
  12. at jdk.internal.dynalink.support.CompositeGuardingDynamicLinker.getGuardedInvocation(CompositeGuardingDynamicLinker.java:124)
  13. at jdk.internal.dynalink.support.LinkerServicesImpl.getGuardedInvocation(LinkerServicesImpl.java:154)
  14. at jdk.internal.dynalink.DynamicLinker.relink(DynamicLinker.java:253)
  15. at jdk.nashorn.internal.scripts.Script$Recompilation$63$117$\^eval\_.initOverlay(<eval>:10)
  16. at jdk.nashorn.internal.scripts.Script$Recompilation$21$418$\^eval\_.initLauncher(<eval>:19)
  17. at jdk.nashorn.internal.scripts.Script$Recompilation$4$535A$\^eval\_.start(<eval>:50)
  18. at pro.gravit.launcher.tImEwoRLDip2tf$$NashornJavaAdapter.start(Unknown Source)
  19. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863)
  20. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326)
  21. at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
  22. at java.security.AccessController.doPrivileged(Native Method)
  23. at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
  24. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  25. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  26. at com.sun.glass.ui.win.WinApplication.lambda$null$4(WinApplication.java:186)
  27. ... 1 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement