I'm back, and actually on the topic of this plugin now.
demo's arent being uploaded to my FTP server.
I checked the RemoteTargets.cfg and I have those set properly.
Code:
L 01/11/2016 - 05:46:51: SourceMod error session started
L 01/11/2016 - 05:46:51: Info (map "de_dust2") (file "errors_20160111.log")
L 01/11/2016 - 05:46:51: [SM] Native "GetTrieValue" reported: Invalid Handle 0 (error 4)
L 01/11/2016 - 05:46:51: [SM] Displaying call stack trace for plugin "tEasyFTP.smx":
L 01/11/2016 - 05:46:51: [SM] [0] Line 74, tEasyFTP.sp::NativeUploadFile()
L 01/11/2016 - 05:46:51: [SM] Native "EasyFTP_UploadFile" reported: Error encountered while processing a dynamic native
L 01/11/2016 - 05:46:51: [SM] Displaying call stack trace for plugin "warmod.smx":
L 01/11/2016 - 05:46:51: [SM] [0] Line 6850, C:\srcds\NCCSL-EAST-DEV\csgo\addons\sourcemod\scripting\ncespawarmod.sp::CompressionZip()
L 01/11/2016 - 05:46:51: [SM] [1] Line 6810, C:\srcds\NCCSL-EAST-DEV\csgo\addons\sourcemod\scripting\ncespawarmod.sp::Timer_UploadDemo()
L 01/11/2016 - 05:46:51: [SM] Native "GetTrieValue" reported: Invalid Handle 0 (error 4)
L 01/11/2016 - 05:46:51: [SM] Displaying call stack trace for plugin "tEasyFTP.smx":
L 01/11/2016 - 05:46:51: [SM] [0] Line 74, tEasyFTP.sp::NativeUploadFile()
L 01/11/2016 - 05:46:51: [SM] Native "EasyFTP_UploadFile" reported: Error encountered while processing a dynamic native
L 01/11/2016 - 05:46:51: [SM] Displaying call stack trace for plugin "warmod.smx":
L 01/11/2016 - 05:46:51: [SM] [0] Line 6882, C:\srcds\NCCSL-EAST-DEV\csgo\addons\sourcemod\scripting\ncespawarmod.sp::Timer_UploadLog()
I did some minor modifications to Versitile's Warmod.sp but i was receiving similar errors prior to modifying it: noted below.
Code:
L 01/11/2016 - 02:18:12: SourceMod error session started
L 01/11/2016 - 02:18:12: Info (map "de_dust2") (file "errors_20160111.log")
L 01/11/2016 - 02:18:12: [SM] Native "GetTrieValue" reported: Invalid Handle 0 (error 4)
L 01/11/2016 - 02:18:12: [SM] Displaying call stack trace for plugin "tEasyFTP.smx":
L 01/11/2016 - 02:18:12: [SM] [0] Line 74, tEasyFTP.sp::NativeUploadFile()
L 01/11/2016 - 02:18:12: [SM] Native "EasyFTP_UploadFile" reported: Error encountered while processing a dynamic native
L 01/11/2016 - 02:18:12: [SM] Displaying call stack trace for plugin "warmod.smx":
L 01/11/2016 - 02:18:12: [SM] [0] Line 6857, warmod.sp::CompressionZip()
L 01/11/2016 - 02:18:12: [SM] [1] Line 6817, warmod.sp::Timer_UploadDemo()
L 01/11/2016 - 02:18:12: [SM] Native "GetTrieValue" reported: Invalid Handle 0 (error 4)
L 01/11/2016 - 02:18:12: [SM] Displaying call stack trace for plugin "tEasyFTP.smx":
L 01/11/2016 - 02:18:12: [SM] [0] Line 74, tEasyFTP.sp::NativeUploadFile()
L 01/11/2016 - 02:18:12: [SM] Native "EasyFTP_UploadFile" reported: Error encountered while processing a dynamic native
L 01/11/2016 - 02:18:12: [SM] Displaying call stack trace for plugin "warmod.smx":
L 01/11/2016 - 02:18:12: [SM] [0] Line 6889, warmod.sp::Timer_UploadLog()
any help?