39.316
345
39.316
345
PoolManager.asi will attempt to identify the cause of a crash in GTA 5 if the crash is related to a memory pool within gameconfig.xml. It doesn't identify all pool issues except in cases where the value is too low.
The project is open source and can be found here:
https://github.com/Dilapidated/PoolManager
v1.1
Added INI options:
LogInitialPoolAmounts = This logs pool value total amounts during startup to PoolManager_Startup.log
LogPercentUsageWarningAmount = WARNING Performance heavy when using lower values! This defines a percentage amount to use for usage monitoring if using LogPercentUsageWarning
LogPercentUsageWarning = This logs a warning when a pool's usage amount is higher than LogPercentUsageWarningAmount. Logs to PoolManager_UsageWarning.log
Credit: FiveM/Dilapidated
Special Thanks: Alexguirre
The project is open source and can be found here:
https://github.com/Dilapidated/PoolManager
v1.1
Added INI options:
LogInitialPoolAmounts = This logs pool value total amounts during startup to PoolManager_Startup.log
LogPercentUsageWarningAmount = WARNING Performance heavy when using lower values! This defines a percentage amount to use for usage monitoring if using LogPercentUsageWarning
LogPercentUsageWarning = This logs a warning when a pool's usage amount is higher than LogPercentUsageWarningAmount. Logs to PoolManager_UsageWarning.log
Credit: FiveM/Dilapidated
Special Thanks: Alexguirre
Subido por primera vez: 10 de agosto de 2021
Última actualización: 29 de diciembre de 2022
Descarga más reciente: hace 19 minutos
141 Comentarios
More mods by Dilapidated:
- Barco
- Submarine
4.14
19.418
267
[BETA] 1.1
By Dilapidated
- Destacado
4.87
500.923
1.017
Contract Update
By Dilapidated
PoolManager.asi will attempt to identify the cause of a crash in GTA 5 if the crash is related to a memory pool within gameconfig.xml. It doesn't identify all pool issues except in cases where the value is too low.
The project is open source and can be found here:
https://github.com/Dilapidated/PoolManager
v1.1
Added INI options:
LogInitialPoolAmounts = This logs pool value total amounts during startup to PoolManager_Startup.log
LogPercentUsageWarningAmount = WARNING Performance heavy when using lower values! This defines a percentage amount to use for usage monitoring if using LogPercentUsageWarning
LogPercentUsageWarning = This logs a warning when a pool's usage amount is higher than LogPercentUsageWarningAmount. Logs to PoolManager_UsageWarning.log
Credit: FiveM/Dilapidated
Special Thanks: Alexguirre
The project is open source and can be found here:
https://github.com/Dilapidated/PoolManager
v1.1
Added INI options:
LogInitialPoolAmounts = This logs pool value total amounts during startup to PoolManager_Startup.log
LogPercentUsageWarningAmount = WARNING Performance heavy when using lower values! This defines a percentage amount to use for usage monitoring if using LogPercentUsageWarning
LogPercentUsageWarning = This logs a warning when a pool's usage amount is higher than LogPercentUsageWarningAmount. Logs to PoolManager_UsageWarning.log
Credit: FiveM/Dilapidated
Special Thanks: Alexguirre
Subido por primera vez: 10 de agosto de 2021
Última actualización: 29 de diciembre de 2022
Descarga más reciente: hace 19 minutos
@Dilapidated I fixed it. It was inflicting with another ASI mod. It works fine now. Again a big thanks. This fixed my gameconfig issues.
poolName: pedprop req data
poolHash: 0x85FB462D
poolSize: 50
poolPointer: 00000140B0A47160
poolName: streamped req data
poolHash: 0x0AB968F6
poolSize: 45
poolPointer: 0000028EDD27F1F0
(I dont find these pools, in the gameconfig.xml what should i do?)
@Cesar_Vidzzz Double the following values found in gameconfig.xml
From this
<Item>
<PoolName>SyncedScenes</PoolName>
<PoolSize value="50"/>
</Item>
To this
<Item>
<PoolName>SyncedScenes</PoolName>
<PoolSize value="100"/>
</Item>
&
From this
<Item>
<PoolName>CVehicleClipRequestHelper</PoolName>
<PoolSize value="45"/>
</Item>
To this
<Item>
<PoolName>CVehicleClipRequestHelper</PoolName>
<PoolSize value="90"/>
</Item>
@l PreppyBrat l
You need to increase the value founded in gameconfig.xml
From this
<Item>
<PoolName>Dummy Object</PoolName>
<PoolSize value="10010"/>
</Item>
To this
<Item>
<PoolName>Dummy Object</PoolName>
<PoolSize value="20020"/>
</Item>
@Sagx
Increase the following values founded in gameconfig.xml
From this
<Item>
<PoolName>CombatMountedManager_Attacks</PoolName>
<PoolSize value="1"/>
</Item>
To this
<Item>
<PoolName>CombatMountedManager_Attacks</PoolName>
<PoolSize value="2"/>
</Item>
&
From this
<Item>
<PoolName>CGrabHelper</PoolName>
<PoolSize value="8"/>
</Item>
To this
<Item>
<PoolName>CGrabHelper</PoolName>
<PoolSize value="16"/>
</Item>
To anyone that is experiencing "poolsize" related crashes stating "you need to raise said poolsize" is to do the following...
* Locate & Open "Poolmanager_Crash.log" which is located in your GTA5 game folder
* Take note of the poolname which is telling you to increase it's value (If the poolname is "unknown", take note of the poolsize)
* Locate & open "gameconfig.xml" --> "mods\update\update.rpf\common\data"
* begin searching the poolname using the search box and once found, double its value (if the poolname is "unknown", type <PoolSize value="?"/> the question-mark would be a number value doubled from its stock value)
* Save the changes & if done correctly, you should be all set.
Any time in the future you happen to experience this problem again, repeat above steps and you should be golden.
@KRYST4LCLR hi, I have RDE and Script Hook V installed and the following error showed up in the loading screen for single mode:
ccombatinfo pool crashed the game!
Pool hash:0x2C1F0AC4
Current pool size: 16
Crashed save to PoolManager_Crash.log
You need to raise ccombatinfo's pool size in
update.rpf/common/data/gameconfig.xml
Do I only look for that poolname or I need to change others too?
@Drakomancer66 take note of the mentioned poolsize that it’s asking you to raise and goto gameconfig.xml and search for that poolsize value. Once found double the value and that’s it.
@KRYST4LCLR thank you! I did it and it worked. Just another question, by making the value double, can it make the game crash or it doesn't affect?
@Drakomancer66 glad to hear it worked. If u don’t get the same problem, then all should go well
Does this work with Gameconfig by F7YO
@KRYST4LCLR I can confirm this worked. Thx man!
@CorpseGrinder No problem. Glad it worked for you 👍
@KRYST4LCLR, it said here,
poolName: unknown
poolHash: unknown
poolSize: 1100
poolPointer: 00007FF6BB382DB8
poolName: unknown
poolHash: unknown
poolSize: 1100
poolPointer: 00007FF6BB382DB8
If i download Powerful Gameconfig, does it replace the XML file in OpenIV?
@Wariofan4901com does it say to raise the value?
@KRYST4LCLR, you know if i was using RDE 4.0 or the version 4.0.4, if i could edit the file though... tell me what you think m8.
@Wariofan4901com Your previous msg was
"it said here,
poolName: unknown
poolHash: unknown
poolSize: 1100
poolPointer: 00007FF6BB382DB8
poolName: unknown
poolHash: unknown
poolSize: 1100
poolPointer: 00007FF6BB382DB8
If i download Powerful Gameconfig, does it replace the XML file in OpenIV? "
So im asking you, when the error is shown on-screen, do you see anything that suggests to "raise value" ?
@KRYST4LCLR.. I saw that, the raise Value, i thought Americans would know this.. im just a beginner modder to GTA V, if it really was possible for me to raise the Value in Gameconfig, it either gives me a crash or just some what warning.
@Wariofan4901com right. Edit gameconfig.xml and find that value by using the search. Once located, double its value. From 1100 to 2200.
Seperate question, when you go to leave a star or 2 when commenting here, your not staring my responses your actually starring this mod. Second, I'm no American. Nevertheless I hope the above helps you solve this issue.
@KRYST4LCLR
I am Japanese and I am using a translation . I can't find this name. Please help me sorry
poolName: pedprop render data
poolHash: 0x539C8EB8
poolSize: 120
poolPointer: 00000252FE92FD00
@MORIMORI3 locate "120" inside gameconfig.xml and double it to 240