Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Betacraft Not Launching Any Version of Minecraft #114

Closed
Pokegamer129 opened this issue Jan 3, 2022 · 36 comments
Closed

Betacraft Not Launching Any Version of Minecraft #114

Pokegamer129 opened this issue Jan 3, 2022 · 36 comments

Comments

@Pokegamer129
Copy link

Whenever I launch Betacraft, the launcher works just fine. However, when I try to launch any of the Minecraft versions, it will either not launch and crash the launcher, or it will launch the game with the black screen of death.
I unfortunately never receive any form of crash report.

OS: Ubuntu 21.10
Java Version: I am trying to use Oracle Java 17, however, I don't have any options to switch my Java version in the launcher, and I'm unsure what version Minecraft is trying to use.

@KaseyTheJackal
Copy link

If you have Java 8, use that (it's usually in /usr/lib/jvm/java-8-openjdk-amd64/bin/java)

If you don't, run sudo apt install openjdk-8-jdk in a terminal, then invoke the launcher using /usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar <launcher location here>

@Pokegamer129
Copy link
Author

Alright, I will try that and update how that goes.

@Pokegamer129
Copy link
Author

Pokegamer129 commented Jan 7, 2022

@KaseyTheJackal I am currently unable to even sign into my Microsoft account from the launcher, as it keeps giving a command prompt in Terminal saying "microsoft login received, [personal information], then spams "oh yes" but does nothing else.

Edit: I closed the terminal and launched it with the (now present) OpenJDK Java 8, which it still isn't working. It isn't automatically closing, but it is still stuck on a black screen.

@KaseyTheJackal
Copy link

Hmm, what GPU are you running, and if NVIDIA, are you using the proprietary drivers?

@Pokegamer129
Copy link
Author

@KaseyTheJackal I don't know what GPU Minecraft is trying to run, but I have an Nvidia GTX 1050M 4GB, and using proprietary driver 470 since it is most compatible with my card.
I have a secondary iGPU that my system has, however I have made programs regularly use the dedicated card through the system settings

@juozaspo
Copy link

juozaspo commented Jan 7, 2022

Try different java build. I had issues with OpenJDK build of Java 8 (the window would not show), AdoptOpenJDK build (Adoptium/Temurin for recent versions) would work fine for me. The logs listed below shows behavior of the launcher for each java version.
OpenJDK (broken)

$ /usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar betacraft.jar
Java version: Private Build, OpenJDK Runtime Environment, 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
System: linux, 5.4.0-92-generic, amd64
[2022-01-07 15:00:05] BetaCraft Launcher JE v1.09_15 loading...
[2022-01-07 15:00:05] Java version: Private Build, OpenJDK Runtime Environment, 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
[2022-01-07 15:00:05] Portable: false
[2022-01-07 15:00:05] EXE: false
[2022-01-07 15:00:05] Prerelease: false
[2022-01-07 15:00:05] Nightly: false
[2022-01-07 15:00:05] Loaded in: 2711264153 ns
[2022-01-07 15:00:06] Download started from: http://files.betacraft.uk/launcher/assets/lang/1.09_15/English.txt

Adoptium/Temurin (works)

$ /usr/lib/jvm/temurin-8-jdk-amd64/bin/java -jar betacraft.jar
Java version: Temurin, OpenJDK Runtime Environment, 1.8.0_312-b07
System: linux, 5.4.0-92-generic, amd64
[2022-01-07 15:03:59] BetaCraft Launcher JE v1.09_15 loading...
[2022-01-07 15:03:59] Java version: Temurin, OpenJDK Runtime Environment, 1.8.0_312-b07
[2022-01-07 15:03:59] Portable: false
[2022-01-07 15:03:59] EXE: false
[2022-01-07 15:03:59] Prerelease: false
[2022-01-07 15:03:59] Nightly: false
[2022-01-07 15:04:00] Loaded in: 1594827576 ns
[2022-01-07 15:04:00] Download started from: http://files.betacraft.uk/launcher/assets/lang/1.09_15/English.txt
USERNAME: 
ACC_UUID: #censored#
[2022-01-07 15:04:14] Deactivation...

Temurin can be installed according to instructions on https://blog.adoptium.net/2021/12/eclipse-temurin-linux-installers-available/, more information can be found in comments of adoptium/installer#330

@KaseyTheJackal
Copy link

@KaseyTheJackal I don't know what GPU Minecraft is trying to run, but I have an Nvidia GTX 1050M 4GB, and using proprietary driver 470 since it is most compatible with my card.
I have a secondary iGPU that my system has, however I have made programs regularly use the dedicated card through the system settings

Do you think you can attach the log when you run it in the terminal?

@KaseyTheJackal
Copy link

Try different java build. I had issues with OpenJDK build of Java 8 (the window would not show), AdoptOpenJDK build (Adoptium/Temurin for recent versions) would work fine for me. The logs listed below shows behavior of the launcher for each java version. OpenJDK (broken)

$ /usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar betacraft.jar
Java version: Private Build, OpenJDK Runtime Environment, 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
System: linux, 5.4.0-92-generic, amd64
[2022-01-07 15:00:05] BetaCraft Launcher JE v1.09_15 loading...
[2022-01-07 15:00:05] Java version: Private Build, OpenJDK Runtime Environment, 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
[2022-01-07 15:00:05] Portable: false
[2022-01-07 15:00:05] EXE: false
[2022-01-07 15:00:05] Prerelease: false
[2022-01-07 15:00:05] Nightly: false
[2022-01-07 15:00:05] Loaded in: 2711264153 ns
[2022-01-07 15:00:06] Download started from: http://files.betacraft.uk/launcher/assets/lang/1.09_15/English.txt

Adoptium/Temurin (works)

$ /usr/lib/jvm/temurin-8-jdk-amd64/bin/java -jar betacraft.jar
Java version: Temurin, OpenJDK Runtime Environment, 1.8.0_312-b07
System: linux, 5.4.0-92-generic, amd64
[2022-01-07 15:03:59] BetaCraft Launcher JE v1.09_15 loading...
[2022-01-07 15:03:59] Java version: Temurin, OpenJDK Runtime Environment, 1.8.0_312-b07
[2022-01-07 15:03:59] Portable: false
[2022-01-07 15:03:59] EXE: false
[2022-01-07 15:03:59] Prerelease: false
[2022-01-07 15:03:59] Nightly: false
[2022-01-07 15:04:00] Loaded in: 1594827576 ns
[2022-01-07 15:04:00] Download started from: http://files.betacraft.uk/launcher/assets/lang/1.09_15/English.txt
USERNAME: 
ACC_UUID: #censored#
[2022-01-07 15:04:14] Deactivation...

Temurin can be installed according to instructions on https://blog.adoptium.net/2021/12/eclipse-temurin-linux-installers-available/, more information can be found in comments of adoptium/installer#330

The reasoning for this is that OpenJDK 8 is headless by default on Ubuntu. I figured that out the hard way!

@Pokegamer129
Copy link
Author

@KaseyTheJackal I will try Temurin, and if it doesn't work, then I will show you the logs.

@Pokegamer129
Copy link
Author

@KaseyTheJackal Where would I find the Temurin location be? I am unable to find it and I'm not sure whether it is downloaded.

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

@Pokegamer129 If you installed ubuntu/debian temurin package according to instructions the executable should be within /usr/lib/jvm/. e.g. /usr/lib/jvm/temurin-8-jdk-amd64/bin/java for temurin-8-jdk

@Pokegamer129
Copy link
Author

Here is a rough translation of the output for apt-get install -y wget apt-transport-https gnupg since my computer is in German.
E: Lock file / var / lib / dpkg / lock-frontend could not be opened. - open (13: no authorization) E: Obtaining the lock for the dpkg user interface (/ var / lib / dpkg / lock-frontend) not possible; are you root?

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

Error 13 means Permission Denied in many Unix based systems. You need to be root to be able to access and/or modify anything that is owned by root. Either use sudo (change apt-get to sudo apt-get) or use root login if you don't have sudo installed. Also if using sudo your user should have group sudo listed in output of groups command, use that to find out if you could use sudo. Don't forget to run sudo apt-get update before sudo apt-get install though.
As shown below /var/lib/dpkg/ is owned by root in most installations, other users should only be able to read the contents of that directory.

$ LC_ALL=C ls -ld /var/lib/dpkg/
drwxr-xr-x 7 root root 4096 Jan  7 23:09 /var/lib/dpkg/

Output format of above command is <permissions> <owner> <group> <size> <date> <path>
permissions list format (above) is <file type><user perms><group perms><others perms>
permission for each user is three letters where r=read, w=write, x=execute (list contents for directory entries)

@Pokegamer129
Copy link
Author

Do you think Oracle Java 8 would work, if it's possible to download?
Temurin is confusing me, as I'm not sure what to replace the stuff in angle brackets with.

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

Haven't tested oracle java, installation procedure might be similar depending on the situation. You might also need to manually install a package as it is not officially available on repository. angle brackets is just showing explanation of format returned by ls -l
Easiest way to install oracle java is to add ppa to the system, sudo must be used though to do that, though most ppa's only provides only recent java (e.g. 17) versions.

@Pokegamer129
Copy link
Author

So, how would I install Temurin with instructions that would be more easily understandable?

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

Run everything under sudo.
Install dependencies first if needed.
sudo apt-get install wget apt-transport-https gnupg
Add temurin repository, might not work for your release as version for ubuntu 21.10 (codename impish) might not be available yet in the repository, you should post on adoptium/installer#330 if you have an error triggered by commands below, the closest codename to yours is hirsute (21.04), you can replace awk command with that also removing $() and see if it works, in such case the line should be deb https://packages.adoptium.net/artifactory/deb hirsute main, didn't test that. Mine is deb https://adoptium.jfrog.io/artifactory/deb focal main (for Ubuntu 20.04 LTS)

wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -
echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list

Install temurin 8 as long as repository works

sudo apt-get update
sudo apt-get install temurin-8-jdk

If repository is not working for you download linux binary from adoptium.net and use that.

@Pokegamer129
Copy link
Author

From the deb https://packages.adoptium.net/artifactory/deb hirsute main command, I got this output (rough translation)
The 'deb' command was not found, you meant: Command 'den' from the snap den (1.2.0-0) Command 'dub' from snap dub (1.19.0) Command 'derb' from the deb icu-devtools (67.1-6ubuntu2) Command 'dex' from the deb dex (0.9.0-1) Command 'dep' from deb go-dep (0.5.4-3build2) Command 'edb' from the deb edb-debugger (1.3.0-1) Command 'dab' from the deb bsdgames (2.17-28build1) Command 'dub' from deb dub (1.22.0-1) Command 'debi' from the deb devscripts (2.21.2ubuntu2) Command 'deb3' from the deb quilt (0.66-2.1) Command 'debc' from the deb devscripts (2.21.2ubuntu2) Information on new versions can be found with 'snap info <snapname>'.

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

You don't need to run it. you need to create file with contents as shown in my previous post above. Run command that included awk from above ar like in example below, not both. /etc/apt/sources.list.d/adoptium.list should only have a single line.
echo "deb https://packages.adoptium.net/artifactory/deb hirsute main" | sudo tee /etc/apt/sources.list.d/adoptium.list
Mine:

$ cat /etc/apt/sources.list.d/adoptium.list 
deb https://adoptium.jfrog.io/artifactory/deb focal main

Prepend LC_ALL=C before command if you want to see untranslated output.

@Pokegamer129
Copy link
Author

Ah, alright.
From the sudo apt-get install temurin-8-jdk command, I got this output.
Package lists are read ... Done The dependency tree is being built ... Done Status information is read in ... Done E: Package temurin-8-jdk cannot be found.

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

did you forgot sudo apt-get update? try again after that

@Pokegamer129
Copy link
Author

I did sudo apt-get update but it didn't change the output.

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

What is sudo apt-get update output?
Do you have repository gpg key installed (did you forget wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -)
What is output of apt-cache search temurin? It should be

temurin-11-jdk - Eclipse Temurin 11 JDK
temurin-17-jdk - Eclipse Temurin 17 JDK
temurin-8-jdk - Eclipse Temurin 8 JDK

@Pokegamer129
Copy link
Author

Here is the output for sudo apt-get update
OK:1 https://dl.winehq.org/wine-builds/ubuntu impish InRelease OK:2 https://dl.winehq.org/wine-builds/ubuntu eoan InRelease OK:3 http://us.archive.ubuntu.com/ubuntu impish InRelease OK:4 https://dl.google.com/linux/chrome/deb stable InRelease Holen:5 http://security.ubuntu.com/ubuntu impish-security InRelease [110 kB] Ign:6 https://packages.adoptium.net/artifactory/deb impish InRelease Fehl:7 https://packages.adoptium.net/artifactory/deb impish Release 404 Not Found [IP: 35.161.190.155 443] OK:8 http://us.archive.ubuntu.com/ubuntu impish-updates InRelease Ign:9 http://ppa.launchpad.net/glennric/dolphin-emu/ubuntu impish InRelease OK:10 http://us.archive.ubuntu.com/ubuntu impish-backports InRelease OK:11 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu impish InRelease OK:12 http://ppa.launchpad.net/lutris-team/lutris/ubuntu impish InRelease Fehl:13 http://ppa.launchpad.net/glennric/dolphin-emu/ubuntu impish Release 404 Not Found [IP: 2001:67c:1560:8008::19 80] Paketlisten werden gelesen… Fertig N: Das Laden der konfigurierten Datei »main/binary-1386/Packages« wird übersprungen, da das Depot »https://dl.winehq.org/wine-builds/ubuntu impish InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »main/binary-1386/Packages« wird übersprungen, da das Depot »https://dl.winehq.org/wine-builds/ubuntu eoan InRelease« die Architektur »1386« nicht unterstützt. E: Das Depot »https://packages.adoptium.net/artifactory/deb impish Release« enthält keine Release-Datei. N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert. N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8). N: Das Laden der konfigurierten Datei »main/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »restricted/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »universe/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »multiverse/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »main/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish-updates InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »restricted/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish-updates InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »universe/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish-updates InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »multiverse/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish-updates InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »main/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish-backports InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »restricted/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish-backports InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »universe/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish-backports InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »multiverse/binary-1386/Packages« wird übersprungen, da das Depot »http://us.archive.ubuntu.com/ubuntu impish-backports InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »main/binary-1386/Packages« wird übersprungen, da das Depot »http://security.ubuntu.com/ubuntu impish-security InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »restricted/binary-1386/Packages« wird übersprungen, da das Depot »http://security.ubuntu.com/ubuntu impish-security InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »universe/binary-1386/Packages« wird übersprungen, da das Depot »http://security.ubuntu.com/ubuntu impish-security InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »multiverse/binary-1386/Packages« wird übersprungen, da das Depot »http://security.ubuntu.com/ubuntu impish-security InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »main/binary-1386/Packages« wird übersprungen, da das Depot »http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu impish InRelease« die Architektur »1386« nicht unterstützt. N: Das Laden der konfigurierten Datei »main/binary-1386/Packages« wird übersprungen, da das Depot »http://ppa.launchpad.net/lutris-team/lutris/ubuntu impish InRelease« die Architektur »1386« nicht unterstützt. E: Das Depot »http://ppa.launchpad.net/glennric/dolphin-emu/ubuntu impish Release« enthält keine Release-Datei. N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert. N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).

@Pokegamer129
Copy link
Author

Doing the wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add - command didn't change the output.
apt-cache search temurin gave no output.

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

Use output with LC_ALL=C, I can't read german.

@Pokegamer129
Copy link
Author

I tried translating, though it was too big.
How would I apply LC_ALL=C?

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

https://packages.adoptium.net/artifactory/deb impish InRelease Fehl:7 https://packages.adoptium.net/artifactory/deb impish Release 404 Not Found

here's your problem, try to replace impish with hirsute in /etc/apt/sources.list.d/adoptium.list then run sudo apt-get update again, prepend LC_ALL=C before sudo to get untranslated result (e.g. sudo => LC_ALL=C sudo, also you shoud post in adoptium/installer#330 since there's no release for your distro version.
Use sudo <your editor here> /etc/apt/sources.list.d/adoptium.list

@Pokegamer129
Copy link
Author

I'm unsure how to find my editor, would it just be my text editor since I haven't downloaded any others?

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

What is your text editor executable name? For Gedit it is gedit, use sudo gedit /etc/apt/sources.list.d/adoptium.list, you can install it using command sudo apt-get install gedit if not already done.

@Pokegamer129
Copy link
Author

Here is my sudo apt-get update output in English.
Hit:1 https://dl.winehq.org/wine-builds/ubuntu impish InRelease
Hit:2 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu impish InRelease
Get:4 http://security.ubuntu.com/ubuntu impish-security InRelease [110 kB]
Hit:5 https://packages.adoptium.net/artifactory/deb hirsute InRelease
Hit:6 https://dl.winehq.org/wine-builds/ubuntu eoan InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu impish-updates InRelease
Ign:8 http://ppa.launchpad.net/glennric/dolphin-emu/ubuntu impish InRelease
Hit:9 http://us.archive.ubuntu.com/ubuntu impish-backports InRelease
Hit:10 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu impish InRelease
Hit:11 http://ppa.launchpad.net/lutris-team/lutris/ubuntu impish InRelease
Err:12 http://ppa.launchpad.net/glennric/dolphin-emu/ubuntu impish Release
404 Not Found [IP: 2001:67c:1560:8008::19 80]
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'https://dl.winehq.org/wine-builds/ubuntu impish InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'restricted/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'universe/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'https://packages.adoptium.net/artifactory/deb hirsute InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'https://dl.winehq.org/wine-builds/ubuntu eoan InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish-updates InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'restricted/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish-updates InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'universe/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish-updates InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish-updates InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish-backports InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'restricted/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish-backports InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'universe/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish-backports InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu impish-backports InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://security.ubuntu.com/ubuntu impish-security InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'restricted/binary-1386/Packages' as repository 'http://security.ubuntu.com/ubuntu impish-security InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'universe/binary-1386/Packages' as repository 'http://security.ubuntu.com/ubuntu impish-security InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://security.ubuntu.com/ubuntu impish-security InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu impish InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://ppa.launchpad.net/lutris-team/lutris/ubuntu impish InRelease' doesn't support architecture '1386'
E: The repository 'http://ppa.launchpad.net/glennric/dolphin-emu/ubuntu impish Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

@Pokegamer129
Copy link
Author

After changing impish to hirsute, I got this output.
Set document metadata failed: Setting the metadata :: gedit-position attribute not supported
Would that be fixed with the sudo apt-get update command or is that a separate problem?

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

Try again your sudo apt-get install temurin-8-jdk command (I see Hit:5 https://packages.adoptium.net/artifactory/deb hirsute InRelease in your output, no 404). The above error might be gedit bug or some package missing that I'm not exactly sure what, It shouldn't cause the problem if there's no 404 near adoptium repository entry

@Pokegamer129
Copy link
Author

Seems to be installing correctly now, thank you for the help!
Sorry for using so much of y'alls time.

@juozaspo
Copy link

juozaspo commented Jan 8, 2022

No problem. See if the launcher works under this version :)

@Pokegamer129
Copy link
Author

The launcher and game works correctly and as expected, thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants