-
Notifications
You must be signed in to change notification settings - Fork 0
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
The game crashes at world gen on MacOS #13
Comments
Change your java to 17.0.6, This issue normally occurs from using java 17.0.7 or later |
That's a good suggestion but definitely not an easy fix as the Minecraft launcher per default uses the default java packaged with the launcher that is at 17.0.8 and homebrew and sdkman both do not offer 17.0.6 anymore as it is too old by now. Do you know what the specific problem is? I already tested Java 20 but that seems not compatible as well :/ PS: Found the version here: https://learn.microsoft.com/en-gb/java/openjdk/older-releases#openjdk-17 (use the one with Architecture AArch64 / M1) and will try it later today |
Okay 17.0.6 was the "solution" but I still think the root cause should be solved. I would love to assist |
I use an M1 Macbook air to play mc, This issue persists across almost all packs I play, Which is why I just use prism launcher to play as I can download any java version and choose it without much hassle. Specifically, I use GraalVM or Zulu depending on how I'm feeling |
The original post I used to fix this, FTBTeam/FTB-Modpack-Issues#3325 |
Thank you for your help :) |
A quick addition, that makes it even more annoying. Curseforge overrides the launcher_profiles.json on every start of the modpack so I have to configure the correct executable on EVERY start of the game |
Hence my use of prism launcher |
Describe the bug
I made a fresh download of the modpack in CurseForge and at creation of the first world the game crashes (before the "tiles screen"). Minecraft launcher just says "Exit code: 6" which seems like a normal "error during runtime"
->
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
-> I think that one is obvious
Crashlog
hs_err_pid91980.log
Modpack version
-> 0.1.2 (but also tried 0.1.0 and 0.1.1)
Java Version
-> 17.0.8
Modpack Launcher Used
-> CurseForge
Ram Allocated
-> 16 GB
Additional context
Add any other context about the problem here.
-> I am playing on MacOS Sonoma (14.0). Vanilla Minecraft 1.20.2 runs just fine. Also other modpacks play well
The text was updated successfully, but these errors were encountered: