Hexer10 / HexTags

Customize tags & chat colors!
https://forums.alliedmods.net/showthread.php?p=2566623
GNU General Public License v3.0
54 stars 16 forks source link

Implement SCP support #90

Open Hexer10 opened 1 year ago

crashzk commented 1 year ago

Error:

L 12/26/2022 - 14:32:00: [SM] Exception reported: Not enough space on the stack

L 12/26/2022 - 14:32:00: [SM] Blaming: hextags.smx

L 12/26/2022 - 14:32:00: [SM] Call stack trace:

L 12/26/2022 - 14:32:00: [SM]   [1] Line 1469, D:\Google Drive\ZK Servidores\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\hextags.sp::Logger.debug

L 12/26/2022 - 14:32:00: [SM]   [2] Line 1301, D:\Google Drive\ZK Servidores\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\hextags.sp::GetTags

L 12/26/2022 - 14:32:00: [SM]   [3] Line 957, D:\Google Drive\ZK Servidores\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\hextags.sp::ParseConfig

L 12/26/2022 - 14:32:00: [SM]   [4] Line 894, D:\Google Drive\ZK Servidores\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\hextags.sp::LoadTags

L 12/26/2022 - 14:32:00: [SM]   [5] Line 521, D:\Google Drive\ZK Servidores\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\hextags.sp::OnClientCommandKeyValues
Hexer10 commented 1 year ago

@crashzk There might be a memory leak, after the plugin is enabled properly, and the server has changed map a few times please run sm_dump_handles <file.log> and send that file.

Also try to set the sm_hextags_loglevel cvar to 0 (if you didn't already), and check if anything changes.

crashzk commented 1 year ago

@Hexer10 cvar set to 0 already.

Follows the file.log file.

file.log

crashzk commented 1 year ago

News?

crashzk commented 1 year ago

I reinstalled the plugin, after a few hours it showed the error log again:

L 01/04/2023 - 23:57:59: [SM] Exception reported: Not enough space on the stack
L 01/04/2023 - 23:57:59: [SM] Blaming: hextags.smx
L 01/04/2023 - 23:57:59: [SM] Call stack trace:
L 01/04/2023 - 23:57:59: [SM]   [1] Line 1469, D:\Google Drive\ZK Servidores\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\hextags.sp::Logger.debug
L 01/04/2023 - 23:57:59: [SM]   [2] Line 652, D:\Google Drive\ZK Servidores\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\hextags.sp::OnChatMessageEx
L 01/04/2023 - 23:57:59: [SM]   [3] Line 575, D:\Google Drive\ZK Servidores\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\hextags.sp::OnChatMessage
L 01/04/2023 - 23:57:59: [SM]   [5] Call_Finish
L 01/04/2023 - 23:57:59: [SM]   [6] Line 296, C:\Users\boy-l\Google Drive (zkservidores@gmail.com)\Servidores CSGO\Editar Plugins\addons\sourcemod\scripting\simple-chatprocessor.sp::OnSayText2
L 01/05/2023 - 00:07:10: Error log file session closed.

Some news about the correction, in case I need the plugin when it starts showing this error the tags and the colored chat stop working.