Mod version 1.16.5 in MCreator 2022.1 Problem: Crash when try to create world

Started by SnowAndrey on

Topic category: Help with modding (Java Edition)

Last seen on 20:45, 26. Mar 2024
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mod version 1.16.5 in MCreator 2022.1 Problem: Crash when try to create world

So... I creating my mod on version 1.16.5. When MCreator got version 2022.1 I installed this version. When I exported my mod to .jar and installed it, ran Minecraft and tried to create world (for testing some changes in my mod) game just crashed. I guess that my problem concludes in new biome options (delete of biome types: warm, icy, cold and desert). Can I defeat the problem by normal way? I just have two ideas:
1) Just update mod to 1.18.2 version (but I don't want to update mod to 1.18.2 version).
2) Delete all my biomes (and food same because of food in MCreator is item now, not food like it was before MCreator 2022.1), make a backup without biomes (and food), delete MCreator 2022.1, install MCreator 2021.3 and import backup (without biomes) and make biomes again.
But perhaps you know other ways to defeat problem? Please help me if you know how to fix this problem.

Last seen on 16:54, 10. May 2022
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same problem here, yet I…
Mon, 05/09/2022 - 10:09

Same problem here, yet I have barely any mod elements (three). My mod is latest version and my elements are: item, creative tab, a procedure.

 

Console log:

13:04.43 [Render thread/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 2904883d-d27f-4c3b-95a4-6b63ba88ddfb
#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\user\MCreatorWorkspaces\wonders_of_the_world\run\.\crash-reports\crash-2022-05-09_13.04.43-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
> 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 2m 13s
10 actionable tasks: 3 executed, 7 up-to-date

BUILD FAILED
Task completed in 2 minutes and 13 seconds

Last seen on 20:45, 26. Mar 2024
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So... I tried my second idea…
Mon, 05/09/2022 - 14:22

So... I tried my second idea and... What the hell? Why old version can't open workspace that was updated to new version? What I should to do???MCreator can't open "new" workspace

Last seen on 16:54, 10. May 2022
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try updating MCreator to…
Mon, 05/09/2022 - 14:48

Try updating MCreator to 2022.1. Also I found solution, try to set higher number of Maximum Memory in Preferemnces > Gradle and Run. For example, I set number 3060.

Last seen on 16:54, 10. May 2022
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
actually, nevermind, I think…
Mon, 05/09/2022 - 14:58

actually, nevermind, I think the troublemaker is my procedure.

Last seen on 02:50, 28. Mar 2024
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
look at crash reports. in…
Tue, 05/10/2022 - 18:45

look at crash reports. in minecraft.

they say the procedure name that causes the problem. there you can check what is going on with the procedure