-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot run Forge 1.16.5 in dev env #45
Comments
Finally found a fix: I used Forge
Probably one of these caused the problem I ran into - however I won't bother trying out different versions for now. |
I am currently trying to migrate a 1.16.5 mod to Architectury and for debugging, it would be very nice to be able to use the generated Architectury run configurations in IntelliJ.
However, as soon as the Minecraft client gets to the main menu, it crashes. Here is my log: https://paste.ee/p/BBmj0
I am unsure what the exact cause of this issue is - probably either something that went wrong during transformation (in this case: sorry - I will reopen this issue in the architectury-transformer repo) or something inside the architectury-plugin went wrong.
What I have tried so far:
gradlew clean
,gradlew --refresh-dependencies
, invaliding caches in IntelliJ, completely deleting the.idea
folder manually and reinitialising the projectAlso,
gradlew forge:runClient
yields exactly the same error.I should also mention: I only tried with the Minecraft Client (Forge) configuration yet - there are some issues I want to resolve first before even attempting to start Fabric
Edit: I am using Architectury Loom 1.6 - maybe this could also be part of the issue
The text was updated successfully, but these errors were encountered: