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@23-internal/com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:283)
|
5 | at javafx.graphics@23-internal/com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:253)
|
6 | at javafx.graphics@23-internal/com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:263)
|
7 | at javafx.graphics@23-internal/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:290)
|
8 | at javafx.graphics@23-internal/com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:162)
|
9 | at javafx.graphics@23-internal/com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:651)
|
10 | at javafx.graphics@23-internal/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:671)
|
11 | at javafx.graphics@23-internal/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
|
12 | at java.base/java.lang.Thread.run(Thread.java:840)
|
13 | Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
|
14 | at javafx.graphics@23-internal/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:95)
|
15 | at javafx.graphics@23-internal/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
|