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 RuneMate not loading on Ubuntu

Joined
Feb 23, 2015
Messages
17
Running on Ubuntu 14.04 with XFCE4 and Java JDK 8u40

Getting this error on terminal when sudo java jar. I enter my RuneMate user and pswd, the client shows up and sync corretcly but then the window stays gray (with my username and buttons showing normal). Here is the terminal quote:

root@srv1:~/Desktop# sudo java -jar "./RuneMate.jar"
libGL error: failed to load driver: swrast
ES2 Prism: Error - reported GLX version = 1.2
GLX version 1.3 or higher is required
(12:27:46) [Debug] Started RuneMate v1.0.2 with Java 8 Update 40
(12:27:55) [Setup] Downloading game...
(12:27:57) [Setup] Syncing with RuneMate Cloud (301cca7a)...
Exception in thread "GameSetup" (12:28:00) java.lang.UnsupportedOperationException: PERPIXEL_TRANSLUCENT translucency is not supported
(12:28:00) at java.awt.Window.setBackground(Window.java:3850)
(12:28:00) at java.awt.Dialog.setBackground(Dialog.java:1359)
(12:28:00) at app.Ci.<init>(wjb:188)
(12:28:00) at app.iK.short(mmb:135)
(12:28:00) at app.Sp.run(pec:1695)

should i make a complete clean install with ubuntu + elementary os?

Thank you @Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Running on Ubuntu 14.04 with XFCE4 and Java JDK 8u40

Getting this error on terminal when sudo java jar. I enter my RuneMate user and pswd, the client shows up and sync corretcly but then the window stays gray (with my username and buttons showing normal). Here is the terminal quote:



should i make a complete clean install with ubuntu + elementary os?

Thank you @Cloud
Uhm it looks like java wasn't able to load one of your graphic drivers and because of that it couldn't use transparency or something.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
Uhm it looks like java wasn't able to load one of your graphic drivers and because of that it couldn't use transparency or something.
For my JavaFX stuff I do a Linux test and disable transparency. You should do the same for awt/swing.
 
Top