When adding custom clothes and generating “creaturemetadata”, the client crashes for something involving Game.Skeleton.cpp
So, I created a clothes resource some time ago and this crash would happen when generating a creaturemetadata for those clothes, so when removing the creaturemetadata file the crash wouldn’t happen anymore, but this is not a total fix since some of the clothes, in general, need that file to set their behavior (eg Hats not to show hair).
So now, that I created a new resource, this same crash would happen, giving this same stack trace

I will leave resource images below:
Is there a way not to make the client crash and meanwhile keeping the creaturemetadata?
Okay, now that I looked at the images, I noticed that I was giving the wrong metadata file
[MP_CreatureMetadata_pack_three] instead of [MP_CreatureMetaData_MP_M_Pack_Three],
But when I did it some time ago, I put the correct names, and still it would crash
Are you sure you are not hitting SetPlayerModel Crash when you have too much .ymts assigned to a freemode ped model - this limit? creaturemetadata .ymt’s also are counted to this limit. (And this topic doesn’t even say crash-hash names so you can’t even search them properly and find this topic…)
And please, don’t post “do you know how to fix this crash” in tutorial related topic 
Unfortunately I don’t know how to “read dumps” or anything related to crashes. You would need to wait for anyone who can do such for example @d-bubble - but unfortunately I don’t know if dumps from 2189 have enought information inside of them, and bubble doesn’t know much about clothing section in GTA 
Best probably would be sending repro resource that generates that crash everytime, even on bare server without any scripts.
That button to generate creaturemetadata file in my YMTEditor was made only by looking in original GTA files, i’m not sure in 100% how all fields inside of it works, maybe I did something wrong?
I don’t think it’s the .ymt’s fault anymore, I might have hit the limits cause I didn’t about them, I reckon something about it but didn’t know specifically. Thanks, if you can follow along, would be much appreciated, Thanks in advance 
Also I’ll remove the comment on the other topic as it’s impertinent 