nosoop / SM-TFCustomAttributeStarterPack

A collection of plugins to be used with the TF2 Custom Attribute framework.
MIT License
20 stars 10 forks source link

server crash when using tf2.cattr_starterpack.txt #93

Open Topyke opened 22 hours ago

Topyke commented 22 hours ago

When starting the server with tf2.cattr_starterpack.txt in the gamdata folder, my linux server crashes on startup mmsource version: 2.0.0 sourcemod version: 1.12.0 The console says the following upon crashing cat: hlds.1.pid: No such file or directory email debug.log to linux@valvesoftware.com when I remove the tf2.cattr_starterpack.txt from the gamedata folder, it stops crashing but most of the attributes stop working. My debug.log:

----------------------------------------------
CRASH: Wed Sep 18 17:14:28 UTC 2024
Start Line: ./srcds_linux -nobreakpad -strictportbind -game tf +ip 209.192.176.150 -ip 209.192.176.150 -port 27015 +map pl_upward +maxplayers 24 -debug -verify_all
End of Source crash report
----------------------------------------------

I want to be able to use the full capabilities of the plugin but I have no idea how to fix this issue.