VersionParsingException being thrown on runClient #1817
Unanswered
Lucas-Cerqueira
asked this question in
Mod Dev Support
Replies: 2 comments 5 replies
-
Your problem likely lies in your buildscript. What does |
Beta Was this translation helpful? Give feedback.
2 replies
-
For people running into this in the future,
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting the following error when running the runClient task:
gradle.properties
Apparently "minecraft-" is being appended to the game version and fails on VersionParser.parseSemantic(version) inside the Builder constructor.
Beta Was this translation helpful? Give feedback.
All reactions