11,565
241
11,565
241
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
首次上传时间: 2021年8月10日
最后更新时间: 2022年12月29日
最后下载: 8小时前
88个评论
More mods by Dilapidated:

- 船
- Submarine
4.14
18,492
251
[BETA] 1.1
By Dilapidated

- 行人配置
- 紧急
- Los Santos
- San Andreas
- Blaine County
- Lore Friendly
- Realism
- 特色
- Lore Friendly Pack
4.27
272,261
2,502
By Dilapidated

- 特色
4.88
419,571
943
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
首次上传时间: 2021年8月10日
最后更新时间: 2022年12月29日
最后下载: 8小时前
@Dilapidated I fixed it. It was inflicting with another ASI mod. It works fine now. Again a big thanks. This fixed my gameconfig issues.
@F5544 Just seen this post, you still having issues with this?
My God, I'm so annoyed right now. Literally had to delete my mods folder (too early to make backups) and now I keep getting this error.
unknown pool crashed the game!
Pool hash: unknown
Current pool size: 1000
Crash saved to PoolManager_Crash.log
You need to raise unknown's pool size in update.rpf/common/data/gameconfig.xml
I went to my gameconfig and searched for every value equal to 1000 and I changed all of them to 3500 and saved. Twice. Why am I still getting this error? Note I'm not annoyed you, just at the situation as it gives no valuable information for me to fix it myself which equals asking for help which in turn equals more time until it's fixed.
Do I put the files into the scripts folder or main directory?
ccombat info crashed my game and the pool size is 16 what do I change it to?
poolName: caicurvepoint
poolHash: 0x7CBA2292
poolSize: 36
poolPointer: 0000023088A731A0
someone help me find caicurve
poolName: unknown - possible pool names with same value: ptfxsortedentity
poolHash: unknown
poolSize: 1000
poolPointer: 00000298892878E0
poolName: phinstgta
poolHash: 0xEB9564E1
poolSize: 16000
poolPointer: 000001B42D4A1DE0
Good job bro!
This crashes the game with v1.2699.16
@VictorGamer072YT Yeah I can confirm this as well.
@briancatmaster Yes, I can also confirm this. It causes the game to froze then crash to desktop.
what does cevent mean
you need to update this because my game freezes for sec then crashes, i know its not my mods because when i deleted this it didnt freeze my game anymore
@Jaxraids yup same here, mods broken
for those who have a crash and it says it's because of the CPickupData you have to edit the gameconfig file and go to the numbers 480 to add the line '' <PoolName>CPickupData</PoolName>
<PoolSize value="512"/> ''
this line was deleted by rockstar I don't know why so I share this solution that I saw in another site
v1.2 changelog: https://github.com/Dilapidated/PoolManager/releases/tag/v1.2
@VictorGamer072YT THIS MOD CRASHED MY GAME WITH VERSION. 2802. I deleted all my mods and scripts before figuring out it was because of this. How ironic of a twist that it's the mod that's supposed to log crashes. Anyways I see a new update for PoolManager, so I may consider downloading this if need be, but for now I'm keeping far away from it. So much time spent trying to figure out the source of my crashes.....
@marshy2 For future reference, if you install mods or a new mod, and your game begins to crash, start with the most recent thing you installed. It makes life easier.
@Dilapidated
Hey, what'd you think of adding a timestamp to log files? Now while it prints that a certain pool is filling up, I still don't know which one was the fullest when a crash happened - and somehow, I don't get the prompt that it caught a crash.
Neat tool regardless!