Strange error

After you add the ninth on account of race in my mod, Dev.exe gives an error D:\SinsRebellion\main\CodeSource\Engine\DataStructures\FixedVector.h(157): assert! [m_CurrentSize < MAX_SIZE]

Tell me what this error means?

MiniDamp file : https://drive.google.com/open?id=0B2TgsRTMLvBPMUlnZE5UOFRRODg

78,140 views 8 replies
Reply #1 Top

I'm not sure what you mean by "add the ninth on account of race in my mod" but that error means you've tried to add too many of something. Likely too many races given the context.

+1 Loading…
Reply #2 Top

Quoting Blair, reply 1

I'm not sure what you mean by "add the ninth on account of race in my mod" but that error means you've tried to add too many of something. Likely too many races given the context.

Сan there be in the game limit on the number of icons?

Reply #3 Top

There are various hardcoded limits to the game yes. They have been raised in 1.90 recently but they do still exist.

Reply #4 Top

There are various hardcoded limits to the game yes. They have been raised in 1.90 recently but they do still exist.

You can link to a list of all the restrictions for modding in the game?

Reply #5 Top

It turned out that the maximum number Mesh'es 1000, if you exceed this limit the game crashes. Thank you all for the help, bug is found

Reply #8 Top

Hello, anyone know what means this line in Gameplay.constants  - preferNewAssetsGameCountThreshold 5 ?