Advertisement
Guest User

Untitled

a guest
Sep 9th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. java -jar ChunkyLauncher.jar --nolauncher --verbose -scene-dir /home/render/scenes BTIZOT
  2. /usr/lib/jvm/java-8-oracle/jre/bin/java -Xmx22000m -classpath /root/.chunky/lib/chunky-core-1.4.0-alpha7.jar:/root/.chunky/lib/commons-math3-3.2.jar se.llbit.chunky.main.Chunky
  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 com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
  7. at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:221)
  8. at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:205)
  9. at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
  10. at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
  11. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
  12. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
  13. at java.lang.Thread.run(Thread.java:745)
  14. Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
  15. at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
  16. at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
  17. ... 1 more
  18. Unchecked exception caused Chunky to close.
  19. java.lang.RuntimeException: No toolkit found
  20. at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:217)
  21. at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
  22. at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
  23. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
  24. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
  25. at java.lang.Thread.run(Thread.java:745)
  26.  
  27. Exception in thread "main" java.awt.HeadlessException:
  28. No X11 DISPLAY variable was set, but this program performed an operation which requires it.
  29. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204)
  30. at java.awt.Window.<init>(Window.java:536)
  31. at java.awt.Frame.<init>(Frame.java:420)
  32. at javax.swing.JFrame.<init>(JFrame.java:233)
  33. at se.llbit.chunky.launcher.ChunkyLauncher.<init>(Unknown Source)
  34. at se.llbit.chunky.launcher.ChunkyLauncher.main(Unknown Source)
  35. Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException:
  36. No X11 DISPLAY variable was set, but this program performed an operation which requires it.
  37. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204)
  38. at java.awt.Window.<init>(Window.java:536)
  39. at java.awt.Frame.<init>(Frame.java:420)
  40. at java.awt.Frame.<init>(Frame.java:385)
  41. at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1758)
  42. at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1833)
  43. at javax.swing.JDialog.<init>(JDialog.java:272)
  44. at javax.swing.JDialog.<init>(JDialog.java:206)
  45. at javax.swing.JDialog.<init>(JDialog.java:154)
  46. at se.llbit.chunky.launcher.ui.LaunchErrorDialog.<init>(Unknown Source)
  47. at se.llbit.chunky.launcher.ChunkyLauncher$11.run(Unknown Source)
  48. at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
  49. at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
  50. at java.awt.EventQueue.access$500(EventQueue.java:97)
  51. at java.awt.EventQueue$3.run(EventQueue.java:709)
  52. at java.awt.EventQueue$3.run(EventQueue.java:703)
  53. at java.security.AccessController.doPrivileged(Native Method)
  54. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
  55. at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
  56. at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
  57. at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
  58. at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
  59. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
  60. at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
  61. at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement