Advertisement
fedorm

Untitled

May 6th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.36 KB | None | 0 0
  1. ➜  Downloads java -jar gui-client-1.0.0-all.jar
  2. Graphics Device initialization failed for :  es2, sw
  3. Error initializing QuantumRenderer: no suitable pipeline found
  4. java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
  5.     at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
  6.     at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:221)
  7.     at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:248)
  8.     at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
  9.     at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
  10.     at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:337)
  11.     at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
  12.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15.     at java.lang.reflect.Method.invoke(Method.java:498)
  16.     at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
  17. Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
  18.     at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
  19.     at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
  20.     at java.lang.Thread.run(Thread.java:748)
  21. Exception in thread "main" java.lang.reflect.InvocationTargetException
  22.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25.     at java.lang.reflect.Method.invoke(Method.java:498)
  26.     at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
  27. Caused by: java.lang.RuntimeException: No toolkit found
  28.     at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:260)
  29.     at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
  30.     at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
  31.     at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:337)
  32.     at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
  33.     ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement