Closed kasuganosoras closed 5 years ago
This is caused by client side mods like manual transmission/gears.asi
This is caused by client side mods like manual transmission/gears.asi
Thank, I tried to delete the gears.asi
and now the game is working. But I have a question, before the FiveM update, the manual transmission is working fine. Maybe is something conflict? I want to use Logitech game wheel to drive car in game, what should I do?
Currently almost all manual transition client side mods have known conflicts. They register way too many decorators, so it appears to be a bug in those mods, which then conflicts if vMenu wants to register just 2... There's nothing that I can do about this sadly.
They register way too many decorators
Actually it was an old assumption of mine that everybody should unlock the decorator registration, register their decorators, and re-lock it again. Apparently this recent update in FiveM only unlocks it at the start and leaves it open for scripts to do their thing, but doesn't consider the thing can be closed again.
In any case, I added a workaround, but I don't feel inclined to release it every time FiveM changes something internally again.
Actually it was an old assumption of mine that everybody should unlock the decorator registration, register their decorators, and re-lock it again. Apparently this recent update in FiveM only unlocks it at the start and leaves it open for scripts to do their thing, but doesn't consider the thing can be closed again.
I wasn't trying to point any fingers at any particular one. I've just had reports of people that it was multiple transmissions mods that caused it, that's all i know.
I didn't know FiveM changed anything related to decorators recently. Though glad you've decided to provide a workaround this time, appreciate it. 🙂
Thank you. It works very well now :p
Describe the bug GlobalError: <> Pool Full, Size == 1500 (you need to raise <> PoolSize in common/data/gameconfig.xml)
To Reproduce Steps to reproduce the behavior:
Expected behavior Play the game normally
Screenshots
vMenu Info:
play.akkariin.com
Additional context CitizenFX.log file: https://cdn.tcotp.cn:4443/assets/CitizenFX.log This problem appears after I update FiveM. The game is lagging when I join any server installed vMenu. When I open the game console, I saw this error:
I tried to raise the
DecoratorExtension
andDecorator
value from 1500 to 8192 incommon/data/gameconfig.xml
. It work, the game started to get smooth. But after a few minutes, the game is become lagging.When I killed myself in game, the game is get smooth. But the problems is appear again after a few minutes.
Please forgive my English grammar wrong, I am Chinese. 😄