The client keeps crashing when I spawn in the Entity

Started by shaengrewdo on

Topic category: Help with MCreator software

Active 2 days ago
Joined Nov 2024
Points:
38

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
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
Active 1 month ago
Joined Mar 2021
Points:
671

User statistics:

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

Nobody will know unless you actually post crash logs

Active 2 days ago
Joined Nov 2024
Points:
38

User statistics:

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

How do I do that?

Active 1 month ago
Joined Mar 2021
Points:
671

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 77
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.

Active 3 weeks ago
Joined Dec 2023
Points:
136

User statistics:

  • Modifications: 2
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 69
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.

Active 59 minutes ago
Joined May 2013
Points:
854

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 81
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>

Active 59 minutes ago
Joined May 2013
Points:
854

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 81
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

Active 2 days ago
Joined Nov 2024
Points:
38

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
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