Forums

Community: Linux Support 2.0 Thread is sticky

Quick find code: 409-410-916-65990459

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
RumTumTuggur said :
...
sudo apt-get update && sudo apt-get install unix-runescape-client

After this there was a long long long list of code. The launcher downloaded, it started, went through the update process, when it got to the login screen that input boxes wouldn't appear, and the screen "fuzzed" like an old television set every once in awhile.

Old school would work, however.

That seems like a graphics driver issue which I probably can't fix. Unfortunately that doesn't bode well for the NXT client. Sometimes we refer people to HikariKnight's client launcher if the NXT client has graphics issues. It isn't a good sign that HK's client launcher is having graphics issues. I understood that you wanted the NXT client installed but I gave instructions for both in case things didn't work out for one of the clients. Old School worked OK because it just uses the CPU to do the graphics.

27-Sep-2018 20:54:02

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
RumTumTuggur said :
N: Ignoring file 'runescape.listsudo' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

You didn't delete the runescape.listsudo file but it isn't hurting anything if you leave it there. The message is just saying the file is being ignored because it isn't named correctly.

RumTumTuggur said :
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
... various other warnings ...
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
... various other warnings ...

The various warnings about target packages and target translations being configured multiple times is because your /etc/apt/sources.list file has duplicate entries. I'm not sure if that's because of something you did before you came here or a bug. However I don't think you need to worry about the duplicates right now. Those are warnings and not full stop errors.

27-Sep-2018 20:54:42

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
RumTumTuggur said :
W: GPG error: https://content.runescape.com/downloads/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7373B12CE03BEB4B

That might be a problem but go ahead and try
sudo apt-get install -y --allow-unauthenticated runescape-launcher

to get the NXT client. Sorry this hasn't worked more smoothly. I can see why you were hoping for a guide.

27-Sep-2018 20:55:04 - Last edited on 27-Sep-2018 20:55:46 by Pinguicula

RumTumTuggur

RumTumTuggur

Posts: 28 Bronze Posts by user Forum Profile RuneMetrics Profile
So, I think Im a bit lost now. HK's wont load the login screen. The NXT downloads but wont actually open.

From all this, could you list all the steps again for HK's, and then all the steps for NXT.

I've wiped Linux and am going to starting fresh, but now I feel our chat got a bit convoluted, and I want to be able to follow it more clearly. I really do appreciate you taking the time to help me through this, Im itching to get back on the game.

27-Sep-2018 23:06:13

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
I wiped my Debian 9 Stretch virtual machine to recheck the steps and make sure new issues haven't appeared. Yes, it was a bit confusing how I gave instructions for both clients at the same time so I'll separate them. I'll repost my instructions after I check my virtual machine.

27-Sep-2018 23:33:42

RumTumTuggur

RumTumTuggur

Posts: 28 Bronze Posts by user Forum Profile RuneMetrics Profile
Ok awesome! Also, I never really followed the NXT steps, so I retraced these steps first, and early on I got this error.

$ sudo sh -c 'echo "deb [trusted=yes] https://content.runescape.com/downloads/ubuntu trusty non-free" > /etc/apt/sources.list.d/runescape.list'
briancmadeira@penguin:~$ sudo apt-get install libpng12-0 libcurl3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libpng12-0

27-Sep-2018 23:36:32

RumTumTuggur

RumTumTuggur

Posts: 28 Bronze Posts by user Forum Profile RuneMetrics Profile
I could go through all the HK's steps again, I recently did it with the same end results (not loading login screen). I remember seeing something in the code line something about a graphic error, should I rerun all of that to get that line?

27-Sep-2018 23:40:33

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
For HikariKnight's client launcher, in my Debian Stretch virtual machine, I found that dirmngr is missing. Without dirmngr the apt-key adv command fails to get the key. I added a command below to install dirmngr before trying to get the key. Also, based on what you tried earlier I saw that gnupg2 is missing for you which also causes the apt-key adv command to fail. Again, installing gnupg2 before getting the key should avoid that issue.

echo "deb http://ppa.launchpad.net/hikariknight/unix-runescape-client/ubuntu zesty main" | sudo tee -a /etc/apt/sources.list

sudo apt-get install dirmngr gnupg2

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9BA73CFA

sudo apt-get update

sudo apt-get install unix-runescape-client

runescape

28-Sep-2018 01:50:47

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