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

Minecraft 1.17+ not working Mac OS Mojave #4320

Closed
1 task done
SpeedyZ500 opened this issue Dec 9, 2021 · 14 comments
Closed
1 task done

Minecraft 1.17+ not working Mac OS Mojave #4320

SpeedyZ500 opened this issue Dec 9, 2021 · 14 comments
Labels

Comments

@SpeedyZ500
Copy link

SpeedyZ500 commented Dec 9, 2021

Operating System

macOS

Description of bug

I cannot open Minecraft 1.17 or Minecraft 1.18 on MultiMC, I have Java 17 installed and I am having it use Java 17 for both
https://paste.ee/p/htnhs

Steps to reproduce

Use a Mac with Mojave, open Multi MC, create a 1.17 or 1.18 instance and force it to use Java 17, or have Java 17 as your default, try launching Minecraft 1.17 or 1.18, and you will find it does not work

Suspected cause

No response

This issue is unique

  • I have searched the issue tracker and did not find an issue describing my bug.
@SpeedyZ500 SpeedyZ500 added the bug label Dec 9, 2021
@phit
Copy link
Contributor

phit commented Dec 9, 2021

@phit phit added support and removed bug labels Dec 9, 2021
@SpeedyZ500
Copy link
Author

https://paste.ee/p/htnhs

@alexeevdv
Copy link

I see log provided as pastebin link. I have same issue:

[10:52:59] [Render thread/INFO]: [STDERR]: [LWJGL] Failed to load a library. Possible solutions:
	a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath.
	b) Add the JAR that contains the shared library to the classpath.
[10:52:59] [Render thread/INFO]: [STDERR]: [LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics

The issue is that it tries to load LWJGL 3.2.2 but M1 support was added only in 3.3.0

@alexeevdv
Copy link

See LWJGL/lwjgl3#601

@phit
Copy link
Contributor

phit commented Dec 9, 2021

you need to download Java x86_64 not for ARM (M1)

e.g. https://www.azul.com/downloads/?version=java-17-lts&os=macos&architecture=x86-64-bit&package=jre#download-openjdk

@phit phit closed this as completed Dec 9, 2021
@SpeedyZ500
Copy link
Author

I have an M1 Mac

@phit
Copy link
Contributor

phit commented Dec 9, 2021

Minecraft does not support ARM as of now, neither does MultiMC. Use x64 Java and the game will work just fine through Rosetta.

@alexeevdv
Copy link

Issue is not in Java. Issue is in LWJGL

@SpeedyZ500
Copy link
Author

I guess I will just have to play using the normal launcher, because Using 84_64 java did not work, and I have no idea if I even installed it correctly, though if it is an issue LWJGL couldn't that be tested in the dev version, the normal launcher works just fine, but it also installs java for it self

@phit
Copy link
Contributor

phit commented Dec 9, 2021

the other Java does work just fine, provide a log with it not working otherwise I'll assume you didnt pick it after installing it

@SpeedyZ500
Copy link
Author

The thing is I don't know if I installed it correctly, as I don't know how to install java from azul, I got 1.17 from oracle

@SpeedyZ500
Copy link
Author

https://paste.ee/p/sQTZB

@phit
Copy link
Contributor

phit commented Dec 9, 2021

nope thats still for ARM, if you want Oracle https://www.oracle.com/java/technologies/downloads/#jdk17-mac
make sure to use the x64 DMG Installer

@SpeedyZ500
Copy link
Author

Ok it did work thanks for your help

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

No branches or pull requests

3 participants