This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Проблема (SOLVED) Как увеличить лимит MapTypesStore

Статус
В этой теме нельзя размещать новые ответы.

Daksh

Участник портала
9 Июл 2024
2
1
5
Hi, I added a lot of DLC and Rage MP game crashes during "loading multiplayer". It was 3200, I even increased it to 24000, but the game still crashes with the error "Game limit reached in MapTypesStore"

I use this configuration https://gist.github.com/harlandpro/dd62b208ffc8a361addb6e14876610c2


LOGS
[62913] Loading DLL: wevtapi.dll
[84810] Fatal Error: MapTypesStore game limit was reached.

[84810] Loading DLL: dbghelp.dll

Changes
<Item>
<PoolName>MapTypesStore</PoolName>
<PoolSize value="24000"/>
</Item>
 

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
1,653
1,282
5
The error message "Fatal Error: MapTypesStore game limit was reached" indicates that the game's MapTypesStore pool limit has been exceeded, causing the crash. Even though you increased the pool size to 24000, it seems insufficient for your setup.

You may try increasing the pool size further to see if it resolves the issue. Alternatively, you can analyze your DLC content and mods for potential conflicts that lead to the pool limit reaching its capacity.
 

koltr

Гуру
high coder
14 Сен 2020
154
106
121
Hi, this can be changed in the client_packages/game_resources/common/data/gameconfig.xml file.
Find this parameter there and change the value you need. The size of the pool itself cannot be infinite, try to change it from 3400 multiplying each time by 2, until everything works
 

Daksh

Участник портала
9 Июл 2024
2
1
5
Worked. Just had to put the default config in client_packages/game_resources/common/data
 
Последнее редактирование:
Реакции: Inoi
Статус
В этой теме нельзя размещать новые ответы.