Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pure virtual method called
- terminate called without an active exception
- Graphics Device initialization failed for : es2, sw
- Error initializing QuantumRenderer: no suitable pipeline found
- java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
- at [email protected]/com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(Unknown Source)
- at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.init(Unknown Source)
- at [email protected]/com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
- at [email protected]/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
- at [email protected]/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
- at [email protected]/com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
- at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(Unknown Source)
- at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplication(Unknown Source)
- at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
- at java.base/java.lang.reflect.Method.invoke(Unknown Source)
- at java.base/sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
- Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
- at [email protected]/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(Unknown Source)
- at [email protected]/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(Unknown Source)
- at java.base/java.lang.Thread.run(Unknown Source)
- Exception in thread "main" java.lang.reflect.InvocationTargetException
- at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
- at java.base/java.lang.reflect.Method.invoke(Unknown Source)
- at java.base/sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
- Caused by: java.lang.RuntimeException: No toolkit found
- at [email protected]/com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
- at [email protected]/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
- at [email protected]/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
- at [email protected]/com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
- at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(Unknown Source)
- at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplication(Unknown Source)
- ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement