The client keeps crashing when I spawn in the Entity

Started by shaengrewdo on

Topic category: Help with MCreator software

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The client keeps crashing when I spawn in the Entity
Sun, 11/03/2024 - 02:22 (edited)

I used Geckolib Blockbench to model and animate the entity, and I used Nerdy's Geckolib plugin for the MCreator software. And the Forge version is 1.20.1 47.3.0

I haven't used this software that much so I hadn't encountered this problem before. I did successfully spawn in a simple entity before. But this time when I used a much more complicated model and animation, the client tended to crash every time I spawned in the entity. (It doesn't crash when I launch it, even after creating the world)

I don't know if it's because of the model, or the animations, or if the software has some requirements that I don't know about the animated entities. 

Edited by shaengrewdo on Sun, 11/03/2024 - 02:22
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nobody will know unless you…
Wed, 11/06/2024 - 08:17

Nobody will know unless you actually post crash logs

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I do that?
Wed, 11/06/2024 - 11:31

How do I do that?

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Run game, crash, copy whol…
Thu, 11/07/2024 - 06:01

Run game, crash, copy whol console log to some text pasting site, paste link.

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Click on the the green arrow…
Thu, 11/07/2024 - 10:32

Click on the the green arrow, then copy and paste the red bits or even just everything there into an MCreator post, so we can analyse it.

Joined May 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It is possible that this is…
Thu, 11/07/2024 - 12:54

It is possible that this is a problem with the model file itself.
Import the model you created into your 'notepad' and check the code.

<T extends "Your model name">
If the 'model name' is specified in this section, you must modify it to 'Entity'.

<T extends Entity>

Joined May 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If this isn't the problemThe…
Thu, 11/07/2024 - 12:56

If this isn't the problem
The name of the model file must be the same as the name of the animation file.

For example, if the model name is test.geo .json
The animation file must also be named test.animation.json

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yep, it was the name. I…
Thu, 11/07/2024 - 14:59

yep, it was the name. I found out GeckoLib are very strict with names