Topic category: Help with Minecraft modding (Java Edition)
I've seen several posts similar to mine, but I haven't found a solution yet. I imported a model from Blockbench into MCreator for one of my mobs and now my game keeps crashing before I get to the main menu. I verified that this model was the problem, because it loads up perfectly when a different model is selected. Upon further inspection, I noticed that there seems to be a version mismatch. What should I do to remedy this?
[16:23:52] [Forge Version Check/DEBUG] [ne.mi.fm.VersionChecker/]: [forge] Received version check data:
{
etc...
"1.21-latest": "51.0.23"
}
}
[16:23:52] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.2.0 Target: 47.3.0
ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2
JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [s\src\jdk.jdwp.agent\share\native\libjdwp\util.c:840]
ERROR: JDWP unable to dispose of JVMTI environment: JVMTI_ERROR_UNATTACHED_THREAD(115)
ERROR: JDWP: Can't call JNI FatalError(NULL, "JDWP UNKNOWN REASON, jvmtiError=AGENT_ERROR_NO_JNI_ENV(183)")
> Task :runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 21s
10 actionable tasks: 5 executed, 5 up-to-date
BUILD FAILED
Task completed in 21 seconds
I know it's been a while, but for anyone seeing this, you need to download blockbench version 4.9.4, you can download it here:
https://github.com/JannisX11/blockbench/releases/tag/v4.9.4
This actually fixed it for me and I was struggeling for many hours!