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

Fails to launch from IntelliJ IDEA with old Minecraft and latest fabric-example-mod #1106

Open
kaz-mighty opened this issue Apr 24, 2024 · 0 comments

Comments

@kaz-mighty
Copy link

When using an older Minecraft and the latest fabric-example-mod, Minecraft fails to start when running the Minecraft Client from IntelliJ IDEA.

Reproduction steps

  1. Clone from fabric-example-mod and checkout 1.20.
  2. Change each version of gradle.properties and build.gradle to Minecraft 1.19.4 as described in https://fabricmc.net/develop/ and wiki. (Java version also)
  3. Although it is not on the wiki, we will also change the depends version of fabric.mod.json.
  4. Run Minecraft Client from IntelliJ IDEA.
  5. The attached error occurs.

error.txt

others

Strangely, it doesn't seem to occur when I run gradle runClient.
Also, it seems to no longer occur if you remove the loom block from build.gradle and the client entrypoint and mixin from fabric.mod.json.

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

1 participant