You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only noticed somewhat recently stac has failed to ban people on some occasions and has reported this in the error logs
L 02/18/2025 - 12:13:48: [SM] Exception reported: Not enough space on the heap
L 02/18/2025 - 12:13:48: [SM] Blaming: stac.smx
L 02/18/2025 - 12:13:48: [SM] Call stack trace:
L 02/18/2025 - 12:13:48: [SM] [1] Line 238, ./include/json.inc::json_encode
L 02/18/2025 - 12:13:48: [SM] [2] Line 272, ./include/json.inc::json_encode
L 02/18/2025 - 12:13:48: [SM] [3] Line 722, ./include/json/object.inc::JSON_Object.Encode
L 02/18/2025 - 12:13:48: [SM] [4] Line 1114, stac/stac_stocks.sp::StacNotify
L 02/18/2025 - 12:13:48: [SM] [5] Line 746, stac/stac_onplayerruncmd.sp::psilentCheck
L 02/18/2025 - 12:13:48: [SM] [6] Line 330, stac/stac_onplayerruncmd.sp::PlayerRunCmd
L 02/18/2025 - 12:13:48: [SM] [7] Line 41, stac/stac_onplayerruncmd.sp::OnPlayerRunCmdPre
The text was updated successfully, but these errors were encountered:
You're not the only one, sadly. I get the exact same error. I reported this issue to Sappho just last night in the Discord. Apparently, from my testing, it has to do with the Discord API plugins that are used alongside it for broadcasting alerts in Discord servers using WebHooks. The "discord.smx" and other related plugins for calladmin and whatnot are what cause the issue. Once I removed all files associated with the Discord API plugins from the plugins, scripting, and include folders, StAC worked fine.
I'm sure Sappho will figure it out pretty quick, but that's all I've been able to decipher currently. I tested this with a blank slate TF2 server with the latest stable version of SourceMod and MetaMod. Only plugins added were StAC and the Discord API stuff like discord.smx and discord_calladmin.smx.
Only noticed somewhat recently stac has failed to ban people on some occasions and has reported this in the error logs
L 02/18/2025 - 12:13:48: [SM] Exception reported: Not enough space on the heap
L 02/18/2025 - 12:13:48: [SM] Blaming: stac.smx
L 02/18/2025 - 12:13:48: [SM] Call stack trace:
L 02/18/2025 - 12:13:48: [SM] [1] Line 238, ./include/json.inc::json_encode
L 02/18/2025 - 12:13:48: [SM] [2] Line 272, ./include/json.inc::json_encode
L 02/18/2025 - 12:13:48: [SM] [3] Line 722, ./include/json/object.inc::JSON_Object.Encode
L 02/18/2025 - 12:13:48: [SM] [4] Line 1114, stac/stac_stocks.sp::StacNotify
L 02/18/2025 - 12:13:48: [SM] [5] Line 746, stac/stac_onplayerruncmd.sp::psilentCheck
L 02/18/2025 - 12:13:48: [SM] [6] Line 330, stac/stac_onplayerruncmd.sp::PlayerRunCmd
L 02/18/2025 - 12:13:48: [SM] [7] Line 41, stac/stac_onplayerruncmd.sp::OnPlayerRunCmdPre
The text was updated successfully, but these errors were encountered: