sapphonie / rgl-server-resources

Competitive Server Configs and Plugins for RGL.gg
https://stephanielgbt.github.io/rgl-server-resources/
7 stars 3 forks source link

Certain commands in rgl_base make the server crash on startup when demos.tf is also loaded #15

Open Arie opened 4 years ago

Arie commented 4 years ago

Servers that run the demos.tf plugin and the new RGL configs can crash on startup (crashloop), the stacktrace mentions the curl.ext.so extension (which demos.tf requires and the updater can use). I've narrowed it down to these commands from rgl_base.cfg that trigger it. Disabling demos.tf also prevents the crashloop.

sm plugins reload updater                        // reloads updater to prevent issues where it refuses to update on changelevel
sm_updater 2                                     // sets updater to download only plugins/cfgs
sm_updater_check                                 // autoupdates to prevent tampering with non custom cfgs

sm plugins info rglupdater                       // lists rglupdater plugin info for conlog
sm plugins list                                  // lists plugins for conlog
sapphonie commented 4 years ago

it's probably sm_updater_check, i'll take a look