When trying to launch the game, it crashes with a problem.

Started by anlord on

Topic category: Troubleshooting, bugs, and solutions

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When trying to launch the game, it crashes with a problem.

I encountered a crash of the game during startup, as soon as the game reaches the initialization of the mod, it immediately crashes with this log: https://pastebin.com/gkuZSpk4
 

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You used a deprecated…
Thu, 03/13/2025 - 15:11

You used a deprecated feature in one of your elements (probably a custom one). You can use '--warning-mode all' to show the individual deprecation warnings to see if they come from your own scripts. 

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I didn't create my own…
Thu, 03/13/2025 - 17:11

I didn't create my own elements in the code.

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe try to update your…
Thu, 03/13/2025 - 23:19

Maybe try to update your version? Honestly the feedback from MCreator's error logs is so unhelpful you may just be better off going through each element and changing things until it fixes itself.