Forums

Community: Linux Support 2.0 Thread is sticky

Quick find code: 409-410-916-65990459

Aarony
Jul Member 2008

Aarony

Posts: 3,281 Adamant Posts by user Forum Profile RuneMetrics Profile
Hello. I wish to upgrade my linux OS to the latest version, but I know the game will not load due to certain dependencies and jagex does nothing for linux. I did skim over the first few posts here about flatpack installs, etc. What is the current best install method for the game that is safe? I don't know if I want to go down a route of installing and logging into something third-party and make my account vulnerable. Does wine work well?

21-Oct-2019 14:13:04 - Last edited on 21-Oct-2019 14:15:21 by Aarony

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
The flatpak and snap do install the official client and setup what is needed for the official client to run in an up to date distro. It is just that someone other than Jagex has made the flatpak and snap which is probably what you're concerned about. I guess Wine is your only other option. I don't know how well the official client works in Wine. I haven't tried it.

21-Oct-2019 21:25:40

Syntalos
Feb Member 2018

Syntalos

Posts: 676 Steel Posts by user Forum Profile RuneMetrics Profile
Aarony said :
Hello. I wish to upgrade my linux OS to the latest version, but I know the game will not load due to certain dependencies and jagex does nothing for linux. I did skim over the first few posts here about flatpack installs, etc. What is the current best install method for the game that is safe? I don't know if I want to go down a route of installing and logging into something third-party and make my account vulnerable. Does wine work well?


Really, if you do not mind picking a new Linux OS flavor.. download Arch linux .iso and run it.
Arch does not provide a graphical installer, but it's pretty straight forward to install.
When you are in the live session of Arch Linux, you can follow the .install.txt in ~/.

Plus Arch Wiki provides a wide spectrum of documentation when bumping into certain situations that you could use technical help with.

And... Arch is known for using bleeding edge software, so you will certain benefit from that, when playing RuneScape.
Also Arch is known for being very minimalist in choice of software.

When you setup Xorg (or wayland) and you are ready to play RuneScape, you can as superuser:

$ git clone https://aur.archlinux.org/yay.git
$ cd yay
$ makepkg -si

then when Yay is installed, install runescape-launcher-2.2.4 with:

$ yay -Sy runescape-launcher

Have fun :)
^_^

23-Oct-2019 22:18:37

Syntalos
Feb Member 2018

Syntalos

Posts: 676 Steel Posts by user Forum Profile RuneMetrics Profile
@Trollster,
there are few things you can do to maximize performance on Linux systems when gaming.
Preferably don't run bloated Desktop Environments. Have a look at: i3 or openbox
Make sure the system is in good health.
Use latest software.
You can cap the fps with xorg-xrandr for better performance.
Don't run services that you do not need.

Also a fun trick is to run RuneScape in a separate X server:

Log out of the current desktop, then press Ctrl+Alt+F2, and if necessary stop the running desktop manager ( # systemctl stop sddm.service) or ( # systemctl stop lightdm.service)

Make sure you got the xinit package installed, and run:
$ xinit /usr/bin/runescape-launcher -- :1 vt$XDG_VTNR

That should make the runescape nxt run in a seperate X server, and might increase performance slightly.

But to be honest, when you want better gaming performance: get better hardware.
There are few tricks you can find on the www to increase gaming performance on Linux, but they do not seem to increase performance that much.

What i have learned in my 16 years of Linux gaming, is that no matter what you do, computer hygiene and health is most important.
^_^

23-Oct-2019 22:44:57 - Last edited on 23-Oct-2019 22:45:16 by Syntalos

IM DU CK

IM DU CK

Posts: 1 Bronze Posts by user Forum Profile RuneMetrics Profile
Here is what I did on Debian 10 buster after encountering multiple dependency issues where I got stuck because in the end libcurl3 and libcurl4 are conflicting..

apt install flatpak
apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
reboot
flatpak install flathub com.jagex.RuneScape

09-Nov-2019 18:14:18

Keyxmakerx

Keyxmakerx

Posts: 121 Iron Posts by user Forum Profile RuneMetrics Profile
Tried to reinstall,
Getting
/usr/share/games/runescape-launcher/runescape: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

Tried Duckduckygo's method of flatpack, got the following.
error: While downloading https://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.2.4_amd64.deb: Server returned status 404: Not Found

Can't install the lib due to 1.0.0 doesn't seem to be supported even more. Currently, 1.1 already is installed.

It was working just yesterday, so i'm not sure what changed.

11-Nov-2019 18:57:40

I am Test

I am Test

Posts: 940 Gold Posts by user Forum Profile RuneMetrics Profile
Had the same issues. They now require OpenSSL 1.0.2 libs for the client. I just downloaded and compiled the the OpenSSL 1.0.2 LTS and LD_PRELOAD'ed the two libs (libcrypto.so.1.0.0 and libssl.so.1.0.0) into the client, so they won't interfere with any system wide OpenSSL installation.

Client then starts without further problems.

Oh and I still have random audio crackling issues with the new version. Sometimes audio is clean, sometimes it crackles horribly. Restarting the client will (randomly) solve the problem. Same as before. Not that I mind too much (I only switch on audio for quests), but still.

11-Nov-2019 19:31:39 - Last edited on 11-Nov-2019 19:36:27 by I am Test

Quick find code: 409-410-916-65990459 Back to Top