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.
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.
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
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.
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.
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?
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