You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crashed giving an error saying that the UUID was too long.
Fixed by removing the quotes in the client.uuid on gradle.properties file. Shouldn't cause any issues since it has no spaces (worked fine with other mc versions).
client.uuid=4b83b66f-fea2-41f7-ac3e-ed0f3d54fff2
2. Forge 1.21+ Crash - missing jopt-simple
Crashed giving a error saying that couldn't find jopt-simple
Fixed by adding the following to build.gradle.kts file:
1. Minecraft 1.21+ Crash - UUID too long
Crashed giving an error saying that the UUID was too long.
Fixed by removing the quotes in the
client.uuid
ongradle.properties
file. Shouldn't cause any issues since it has no spaces (worked fine with other mc versions).client.uuid=4b83b66f-fea2-41f7-ac3e-ed0f3d54fff2
2. Forge 1.21+ Crash - missing jopt-simple
Crashed giving a error saying that couldn't find
jopt-simple
Fixed by adding the following to
build.gradle.kts
file:You would probably add that to https://github.com/txnimc/Blahaj
3. Gradlew can't be executed (MacOS and Linux)
Fixed by adding the executable permission to
gradlew
file with the commandchmod +x gradlew
.The text was updated successfully, but these errors were encountered: