1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Error when loading client on linux

Discussion in 'Client & Site Support' started by Aidden, Jan 21, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
    I'm posting this on behalf of @grownded9172

    He's running Centos 5 Gnome with Oracles java through a vpn.
    Simply clicking the jar has no result so i had him run it through terminal and this error was given:
    Code (Text):
    1.  
    2. java -jar RuneMate.jar
    3. (03:00:53) Graphics Device initialization failed for :  es2, sw
    4. (03:00:53) Error initializing QuantumRenderer: no suitable pipeline found
    5. (03:00:53) java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
    6. (03:00:53)      at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(Unknown Source)
    7. (03:00:53)      at com.sun.javafx.tk.quantum.QuantumToolkit.init(Unknown Source)
    8. (03:00:53)      at com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
    9. (03:00:53)      at com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
    10. (03:00:53)      at com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
    11. (03:00:53)      at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
    12. (03:00:53)      at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$147(Unknown Source)
    13. (03:00:53)      at com.sun.javafx.application.LauncherImpl$$Lambda$4/7853278.run(Unknown Source)
    14. (03:00:53)      at java.lang.Thread.run(Unknown Source)
    15. (03:00:53) Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
    16. (03:00:53)      at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(Unknown Source)
    17. (03:00:53)      at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(Unknown Source)
    18. (03:00:53)      ... 1 more
    19. Exception in thread "main" (03:00:53) java.lang.RuntimeException: No toolkit found
    20. (03:00:53)      at com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
    21. (03:00:53)      at com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
    22. (03:00:53)      at com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
    23. (03:00:53)      at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
    24. (03:00:53)      at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$147(Unknown Source)
    25. (03:00:53)      at com.sun.javafx.application.LauncherImpl$$Lambda$4/7853278.run(Unknown Source)
    26. (03:00:53)      at java.lang.Thread.run(Unknown Source)
    27.  
    And here's java -version
    Code (Text):
    1.  
    2. Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
    3. Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode, sharing)
    4. [root@vps72 ~]#
    5.  
    @Cloud @Arbiter
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    This is an issue with the JRE on CentOS. It is outside of my control.
     
  3. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
    In other words, if he wants to run it via linux he should try a different distro? Is there a list of distros that RuneMate works on?
     
  4. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I've had success with Elementary OS. It's what I run on my desktop and it's the only one that I've personally tested it on.
     
  5. Philosobyte

    Joined:
    Dec 18, 2014
    Messages:
    398
    Likes Received:
    79
    It should also be mentioned that Elementary OS is compatible with Ubuntu, so it should work with Ubuntu or other Ubuntu-derived OSes. I will be switching over to Ubuntu soon.
     

Share This Page

Loading...