Capacity Crashes
Quick answer
Crashes on join and on character load are usually the same problem: the server loads more clothing collections than the game build has room for, on one gender.
Difficulty: Intermediate · Affects: both · Pattern CONFIRMED, slot counts APPROXIMATE
INFO
Search: crash on join, character load, freemode, male crashes, female crashes, ymt crash, INIT_SESSION.
Symptoms
| Symptom | What it tells you |
|---|---|
| Crash during connect or the loading screen | Something in the resource set fails to load |
| Join succeeds, crash when the character spawns | Collections load with the freemode ped model |
| Male fine, female crashes | Female budget is over. Male tells you nothing about it |
| Female fine, male crashes | The same, reversed |
| Crash regardless of what the player is wearing | Collections load with the model, not with the outfit |
That last point matters: a player does not have to wear your clothes to crash on them. The whole collection loads when the ped model does.
Console signature
InvokeNative: execution failed: Error executing native 0x00a1cadd00108836
SCRIPT ERROR: Execution of native 00a1cadd00108836 in script host failedCommonly associated with collection capacity. Never conclusive on its own.
How to confirm
- Count YMTs per gender across every started resource — how to count.
- Compare against the free slots for your build — limits by build.
- If a gender is at or below zero remaining, that is the cause.
- If you changed the build recently, revert it. Crash gone means capacity confirmed — changing game build.
Do not add male and female into one number. The two budgets are independent, and adding them hides the exact condition you are testing for.
Other causes worth ruling out
| Also possible | Check |
|---|---|
TxdStore Pool Full in the log | TxdStore |
Invalid fixup in the log | File & Resource Crashes |
ERR_MEM_MULTI_ALLOC_FREE | Alternate Variations |
| Escrow entitlement failure | Asset Escrow |
| A non-clothing resource | Crash Diagnosis |
Fix
Capacity crashes have four real fixes, in order of how quickly they can be applied:
- Remove a clothing resource.
- Move to a build with more free slots.
- Repack collections into fewer YMTs.
- Move content to replace clothing.
What not to do
WARNING
Blaming the pack you installed last
It probably only crossed a budget that was already full. Removing it restores service without telling you how close you still are.
WARNING
Clearing cache or downscaling textures
Neither returns a collection slot.
