-
Notifications
You must be signed in to change notification settings - Fork 186
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
Impossible to create any project #2140
Comments
Have you set a proper version and group id in the Build System Properties section ? |
Okay, so it is indeed Group ID. This will be very awkward for people who have no plans to do anything fancy, and simply jump into mod dev. I have my own suggestions:
|
We've already had 2 or 3 reports about the same issue, I cannot really see what we can improve on our end.
Not sure how we'd do that ?
Good luck judging what's a "real name" and what's not. And what if it is detected as a real name ? We'd still have the same issue
I couldn't find a way to do it on our end, I'd say this is a platform issue, they simply don't focus the problematic text field when validation fails and instead go to the first one in the panel. |
What I have as an idea, and I don't know how viable this is, is to have a red star-character before the "Group ID" text without changing header or textbox position, with a hover text explaining that it should not be left to default. Have the star removed when the title is changed from the default provided by the plugin. If this somehow works, this can also be used as an indicator when a build fails. |
I think the initial problem here is that people don't even know this section exists in the first place. |
That would be nice, to explain why the project is not created. Having nothing but the highlighted main text will confuse people into hunting for the red herrings. People may not be initially aware of what "Group ID" is, or what role it plays in the structure of Minecraft mods. |
Also when i say to "skip when a real name is used" I was focusing on firstname+lastname system that Windows used to have. Nowadays, People enter their usernames. If that ends up being the "real name", then that is outside the purview of the check, and is no longer your job to check and verify. |
Minecraft Development for IntelliJ plugin version
2023-1.6.10
IntelliJ version
2023.2.2
Operating System
Windows 10 - 20H2
Target platform
Minecraft Forge
Description of the bug
I am at my wits end with this plugin.
I update all I can, I check for any problematic setting. But even now, after I updated everything, I cannot hit the "create" button. When I hit the button, the focus jumps to the main title, even when it has been left as default. Changing from Forge to Fabric to Architectury to Paper does nothing to prevent the problem. Changing JDK does nothing, and neither does any of the Minecraft parameters.
All I have as a cause is the plugin maybe struggling to read the correct EOL in the title, or is reading something that does not exist and cannot compute that.
The text was updated successfully, but these errors were encountered: