-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAGE error: ERR_MEM_MULTIALLOC_FREE: Hoodie hair/Remove Hairs/Cut Hairs feature causing client crashing #294
Comments
Hi @LemonzPCMR thank you for reporting this, I have been investigating this issue deeper yesterday and here is what I know so far. The crash (memory alloc) seems to happen when any cloth is applied to a ped that reaches a given total variations limit. This issue happens since with latest update DCT properly understands and generates pedalternatevariations.meta, so basically to make things like the hoodie hairs or remove hairs option work we have some magic in place that generates all the correct variations entries for all cloth (including R* relevant clothes), this causes the limit to be hit on any bigger cloth resource. As of now the only solution besides patching it in GTA is disabling some of the magic happening here so we loose some features but will atleast not crash the game. I'll update this issue with more information as we go |
For reference; I have created an issue over at the FiveM repo to hopefully get this fixed citizenfx/fivem#2760 (I also go more into detail there for those interested) If you are experiencing this issue I highly suggest submitting additional crash reports to the FiveM issue I have linked above, thank you. |
Just a quick update on this, alt:V will introduce a patch to increase the related limits causing this crash. FiveM also seems to deliver an patch increasing the limits within the next month. Until then I recommend deleting the pedalternatevariations meta file when issues occur. See pinned message on our Discord for more information |
DCT v3 Patch .7 introduces an option "Disable extra alternate variations" which will help in most cases where the given crash happens, to the price of some features not properly working. |
There is some news about it? |
So I converted my 4 packs and made a few minor changes for a hotfix. I then built my packs and a few items that have not been touched are now causing clients to crash. One of these items is a base game hoodie with custom textures that has hoodie hair turned on. If you need more info and testing I can rebuild these packs, just let me know if you can pin point the issue with this information.
The text was updated successfully, but these errors were encountered: