-
Notifications
You must be signed in to change notification settings - Fork 41
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
Comments
If you have Java 8, use that (it's usually in If you don't, run |
Alright, I will try that and update how that goes. |
@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. |
Hmm, what GPU are you running, and if NVIDIA, are you using the proprietary drivers? |
@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. |
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.
Adoptium/Temurin (works)
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 |
Do you think you can attach the log when you run it in the terminal? |
The reasoning for this is that OpenJDK 8 is headless by default on Ubuntu. I figured that out the hard way! |
@KaseyTheJackal I will try Temurin, and if it doesn't work, then I will show you the logs. |
@KaseyTheJackal Where would I find the Temurin location be? I am unable to find it and I'm not sure whether it is downloaded. |
@Pokegamer129 If you installed ubuntu/debian temurin package according to instructions the executable should be within /usr/lib/jvm/. e.g. |
Here is a rough translation of the output for |
Error 13 means
Output format of above command is |
Do you think Oracle Java 8 would work, if it's possible to download? |
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 |
So, how would I install Temurin with instructions that would be more easily understandable? |
Run everything under sudo.
Install temurin 8 as long as repository works
If repository is not working for you download linux binary from adoptium.net and use that. |
From the |
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.
Prepend LC_ALL=C before command if you want to see untranslated output. |
Ah, alright. |
did you forgot sudo apt-get update? try again after that |
I did |
What is
|
Here is the output for |
Doing the |
Use output with LC_ALL=C, I can't read german. |
I tried translating, though it was too big. |
here's your problem, try to replace impish with hirsute in |
I'm unsure how to find my editor, would it just be my text editor since I haven't downloaded any others? |
What is your text editor executable name? For Gedit it is |
Here is my |
After changing impish to hirsute, I got this output. |
Try again your |
Seems to be installing correctly now, thank you for the help! |
No problem. See if the launcher works under this version :) |
The launcher and game works correctly and as expected, thanks again! |
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.
The text was updated successfully, but these errors were encountered: