Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Error when loading client on linux

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
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:
java -jar RuneMate.jar
(03:00:53) Graphics Device initialization failed for :  es2, sw
(03:00:53) Error initializing QuantumRenderer: no suitable pipeline found
(03:00:53) java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
(03:00:53)      at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(Unknown Source)
(03:00:53)      at com.sun.javafx.tk.quantum.QuantumToolkit.init(Unknown Source)
(03:00:53)      at com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
(03:00:53)      at com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
(03:00:53)      at com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
(03:00:53)      at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
(03:00:53)      at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$147(Unknown Source)
(03:00:53)      at com.sun.javafx.application.LauncherImpl$$Lambda$4/7853278.run(Unknown Source)
(03:00:53)      at java.lang.Thread.run(Unknown Source)
(03:00:53) Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
(03:00:53)      at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(Unknown Source)
(03:00:53)      at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(Unknown Source)
(03:00:53)      ... 1 more
Exception in thread "main" (03:00:53) java.lang.RuntimeException: No toolkit found
(03:00:53)      at com.sun.javafx.tk.Toolkit.getToolkit(Unknown Source)
(03:00:53)      at com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
(03:00:53)      at com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
(03:00:53)      at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
(03:00:53)      at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$147(Unknown Source)
(03:00:53)      at com.sun.javafx.application.LauncherImpl$$Lambda$4/7853278.run(Unknown Source)
(03:00:53)      at java.lang.Thread.run(Unknown Source)

And here's java -version
Code:
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode, sharing)
[root@vps72 ~]#

@Cloud @Arbiter
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
This is an issue with the JRE on CentOS. It is outside of my control.
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?
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
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?
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.
 
Joined
Dec 18, 2014
Messages
398
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.
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.
 
Top