View Single Post
BRU7US
Member
Join Date: Jul 2020
Location: Tatarstan, Kazan
Old 11-05-2023 , 18:41   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #415

I found temporary fix of it.

1. This extension works good with last version of Actions extentions
2. This works bad with CollisionHook extention. But you just need to delete all ".autoload" files of Actions and CollisionHook from "extensions" folder. This two extensions will be loaded same good, but now Accelerator stop crashing your server.

Working on SourceMod 1.11 6945

Update: In general, this only works until the next server startup. Changing the CollisionHook loading sequence may help to solve this problem. But I don't know how to change it. It seems that Accelerator should be loaded earlier than CollisionHook

Update 2: Delete ".autoload" file of Accelerator extension and add "sm exts load accelerator.ext.so" to your "server.cfg". This will force "late load" of Accelerator extension.

Last edited by BRU7US; 11-05-2023 at 19:19.
BRU7US is offline