HexTags icon indicating copy to clipboard operation
HexTags copied to clipboard

Implement SCP support

Open Hexer10 opened this issue 1 year ago • 5 comments

Hexer10 avatar Oct 18 '22 12:10 Hexer10

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

crashzk avatar Dec 26 '22 17:12 crashzk

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

Hexer10 avatar Dec 26 '22 18:12 Hexer10

@Hexer10 cvar set to 0 already.

Follows the file.log file.

file.log

crashzk avatar Dec 26 '22 18:12 crashzk

News?

crashzk avatar Dec 28 '22 18:12 crashzk

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 ([email protected])\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.

crashzk avatar Jan 05 '23 21:01 crashzk