Advertisement
Guest User

error in executing app-image

a guest
Apr 11th, 2024
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. pure virtual method called
  2. terminate called without an active exception
  3. Graphics Device initialization failed for : es2, sw
  4. Error initializing QuantumRenderer: no suitable pipeline found
  5. java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
  6. at [email protected]/com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(Unknown Source)
  7. at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.init(Unknown Source)
  8. at [email protected]/com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
  9. at [email protected]/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
  10. at [email protected]/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
  11. at [email protected]/com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
  12. at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(Unknown Source)
  13. at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplication(Unknown Source)
  14. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
  15. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  16. at java.base/sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
  17. Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
  18. at [email protected]/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(Unknown Source)
  19. at [email protected]/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(Unknown Source)
  20. at java.base/java.lang.Thread.run(Unknown Source)
  21. Exception in thread "main" java.lang.reflect.InvocationTargetException
  22. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
  23. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  24. at java.base/sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
  25. Caused by: java.lang.RuntimeException: No toolkit found
  26. at [email protected]/com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
  27. at [email protected]/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
  28. at [email protected]/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
  29. at [email protected]/com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
  30. at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(Unknown Source)
  31. at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplication(Unknown Source)
  32. ... 3 more
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement