Advertisement
Guest User

Untitled

a guest
Sep 19th, 2021
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.90 KB | None | 0 0
  1. Graphics Device initialization failed for :  es2, sw
  2. Error initializing QuantumRenderer: no suitable pipeline found
  3. java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
  4.     at javafx.graphics/com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:283)
  5.     at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:254)
  6.     at javafx.graphics/com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:264)
  7.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:291)
  8.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:163)
  9.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:659)
  10.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:410)
  11.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:364)
  12.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
  14.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15.     at java.base/java.lang.reflect.Method.invoke(Method.java:567)
  16.     at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1071)
  17. Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
  18.     at javafx.graphics/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:95)
  19.     at javafx.graphics/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
  20.     at java.base/java.lang.Thread.run(Thread.java:831)
  21. Exception in thread "main" java.lang.reflect.InvocationTargetException
  22.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
  24.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25.     at java.base/java.lang.reflect.Method.invoke(Method.java:567)
  26.     at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1071)
  27. Caused by: java.lang.RuntimeException: No toolkit found
  28.     at javafx.graphics/com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:276)
  29.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:291)
  30.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:163)
  31.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:659)
  32.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:410)
  33.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:364)
  34.     ... 5 more
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement