minecraft-dev / MinecraftDev

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
https://minecraftdev.org/
GNU Lesser General Public License v3.0
1.52k stars 185 forks source link

Creating a new project fails #2394

Open iseal56 opened 14 hours ago

iseal56 commented 14 hours ago

Minecraft Development for IntelliJ plugin version

v2 2.1.4.242

IntelliJ version

IntelliJ IDEA Ultimate 2024.3 (243.21565.193)

Operating System

Zorin OS 17.2 x86_64

Target platform

Spigot

Description of the bug

gist with the stacktrace

Steps to reproduce:

  1. Go to File -> New -> Project
  2. Select Minecraft
  3. Select: Plugin, Spigot, Maven, Java, 1.19.4, JDK 21
  4. Click create
  5. Sometimes it crashes and sends an error message, without creating the project. Sometimes it throws the error, but makes the project anyway
iseal56 commented 14 hours ago

Update: Group ID and Project ID have been changed from defaults. Thats not the issue

RedNesto commented 14 hours ago

The plugin version doesn't match our versioning scheme, but by the looks of it you're using the 2024.2 version on IJ 2024.3, this might be an issue.

iseal56 commented 14 hours ago

The v2 is to say Discord Integration V2, probably should have made that more obvious. the actual version is after that (or at least the one idea reports). I have the latest version intellij gives me, is there any updated version i can download?

RedNesto commented 14 hours ago

All versions are available there: https://plugins.jetbrains.com/plugin/8327-minecraft-development/versions.

I was able to reproduce the error, will look into it whenever I get the time.