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
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.