View Single Post
CenT
Senior Member
Join Date: Aug 2009
Location: FRANCE
Old 02-08-2015 , 17:35   Re: SourceMod 1.7 released!
#40

Hello,

since the 1.7.0 update sourcemod Linux, you can not ban a player with SourceBans:

06 "SourceBans" (1.4.11) by SourceBans Development Team

Quote:
L 02/08/2015 - 23:12:27: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
L 02/08/2015 - 23:12:27: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/08/2015 - 23:12:27: [SM] [0] Line 1070, sourcebans.sp::VerifyInsert()
L 02/08/2015 - 23:12:45: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
L 02/08/2015 - 23:12:45: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/08/2015 - 23:12:45: [SM] [0] Line 1070, sourcebans.sp::VerifyInsert()
L 02/08/2015 - 23:15:46: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
L 02/08/2015 - 23:15:46: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/08/2015 - 23:15:46: [SM] [0] Line 1070, sourcebans.sp::VerifyInsert()
L 02/08/2015 - 23:16:24: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
L 02/08/2015 - 23:16:24: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/08/2015 - 23:16:24: [SM] [0] Line 1070, sourcebans.sp::VerifyInsert()
L 02/08/2015 - 23:22:43: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
L 02/08/2015 - 23:22:43: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/08/2015 - 23:22:43: [SM] [0] Line 1070, sourcebans.sp::VerifyInsert()
L 02/08/2015 - 23:24:03: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
L 02/08/2015 - 23:24:03: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/08/2015 - 23:24:03: [SM] [0] Line 1151, sourcebans.sp::VerifyInsert()
L 02/08/2015 - 23:24:29: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
L 02/08/2015 - 23:24:29: [SM] Displaying call stack trace for plugin "sourcebans.smx":
L 02/08/2015 - 23:24:29: [SM] [0] Line 1151, sourcebans.sp::VerifyInsert()
I use a custom menu via the file:

adminmenu_custom.txt


an excerpt:

Quote:
"Commands"
{
"Gestion des Joueurs"
{
"admin" "sm_unban"

"Ban Player"
{
"admin" "sm_unban"
"cmd" "sm_ban #1 #2 #3"
"execute" "player"
"1"
{
"type" "player"
"method" "name"
"title" "Selection du joueur"
}
"2"
{
"type" "list"
"title" "Temps du ban"
"1" "10"
"1." "10 mins"
"2" "30"
"2." "30 mins"
"3" "60"
"3." "1 Heure"
"4" "240"
"4." "4 Heures"
"5" "1440"
"5." "1 Jour"
"6" "10080"
"6." "1 Semaine"
"7" "0"
"7." "Permanent"
}
"3"
{
"type" "list"
"title" "Raison du ban"
"1" "AFK"
"1." "AFK"
"2" "NO PUB and RCT"
"2." "NO PUB and RCT"
"3" "Insults"
"3." "Insults"
"4" "Ping too high"
"4." "Ping too high"
"5" "Ignoring Admin"
"5." "Ignoring Admin"
"6" "Inappropriate Name"
"6." "Inappropriate Name"
"7" "Spamming Mic/Chat"
"7." "Spamming Mic/Chat"
"8" "Inappropriate Spray"
"8." "Inappropriate Spray"
"9" "Inappropriate Language"
"9." "Inappropriate Language"
"10" "Cheat Aimbot"
"10." "Cheat AimBot"
"11" "Cheat Wallhack"
"11." "Cheat Wallhack"
"12" "Cheat General Exploit"
"12." "Cheat General Exploit"
"13" "Exploit Bug"
"13." "Exploit Bug"
}
I also have error with another plugin:
Quote:
02/08/2015 - 18:54:02: SourceMod error session started
L 02/08/2015 - 18:54:02: Info (map "workshop/225392244/awp_lego_2_acedv2") (file "errors_20150208.log")
L 02/08/2015 - 18:54:02: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 18:54:02: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 18:54:02: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 18:54:02: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 19:10:51: Error log file session closed.
L 02/08/2015 - 19:10:51: SourceMod error session started
L 02/08/2015 - 19:10:51: Info (map "workshop/288106812/de_westwood") (file "errors_20150208.log")
L 02/08/2015 - 19:10:51: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 19:10:51: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 19:10:51: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 19:10:51: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 19:27:14: Error log file session closed.
L 02/08/2015 - 19:27:14: SourceMod error session started
L 02/08/2015 - 19:27:14: Info (map "workshop/183511193/aim_ak47_colt") (file "errors_20150208.log")
L 02/08/2015 - 19:27:14: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 19:27:14: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 19:27:14: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 19:27:14: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 19:43:42: Error log file session closed.
L 02/08/2015 - 19:43:42: SourceMod error session started
L 02/08/2015 - 19:43:42: Info (map "workshop/206257481/aim_ak47") (file "errors_20150208.log")
L 02/08/2015 - 19:43:42: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 19:43:42: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 19:43:42: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 19:43:42: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 20:05:48: Error log file session closed.
L 02/08/2015 - 20:05:49: SourceMod error session started
L 02/08/2015 - 20:05:49: Info (map "workshop/206257481/aim_ak47") (file "errors_20150208.log")
L 02/08/2015 - 20:05:49: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 20:05:49: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 20:05:49: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 20:05:49: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 20:22:11: Error log file session closed.
L 02/08/2015 - 20:22:12: SourceMod error session started
L 02/08/2015 - 20:22:12: Info (map "workshop/183511193/aim_ak47_colt") (file "errors_20150208.log")
L 02/08/2015 - 20:22:12: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 20:22:12: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 20:22:12: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 20:22:12: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 208:53: Error log file session closed.
L 02/08/2015 - 208:53: SourceMod error session started
L 02/08/2015 - 208:53: Info (map "workshop/206257481/aim_ak47") (file "errors_20150208.log")
L 02/08/2015 - 208:53: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 208:53: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 208:53: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 208:53: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 20:55:24: Error log file session closed.
L 02/08/2015 - 20:55:24: SourceMod error session started
L 02/08/2015 - 20:55:24: Info (map "workshop/183511193/aim_ak47_colt") (file "errors_20150208.log")
L 02/08/2015 - 20:55:24: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 20:55:24: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 20:55:24: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 20:55:24: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 21:12:45: Error log file session closed.
L 02/08/2015 - 21:12:46: SourceMod error session started
L 02/08/2015 - 21:12:46: Info (map "workshop/200209139/$2000$_csgo") (file "errors_20150208.log")
L 02/08/2015 - 21:12:46: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 21:12:46: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 21:12:46: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 21:12:46: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 21:29:14: Error log file session closed.
L 02/08/2015 - 21:29:14: SourceMod error session started
L 02/08/2015 - 21:29:14: Info (map "workshop/359198549/awp_tower_dev") (file "errors_20150208.log")
L 02/08/2015 - 21:29:14: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 21:29:14: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 21:29:14: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 21:29:14: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 21:45:54: Error log file session closed.
L 02/08/2015 - 21:45:54: SourceMod error session started
L 02/08/2015 - 21:45:54: Info (map "workshop/122521875/fy_pool_day") (file "errors_20150208.log")
L 02/08/2015 - 21:45:54: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 21:45:54: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 21:45:54: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 21:45:54: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 22:02:26: Error log file session closed.
L 02/08/2015 - 22:02:26: SourceMod error session started
L 02/08/2015 - 22:02:26: Info (map "workshop/125671998/aim_map") (file "errors_20150208.log")
L 02/08/2015 - 22:02:26: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 22:02:26: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 22:02:26: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 22:02:26: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 22:21:43: Error log file session closed.
L 02/08/2015 - 22:21:43: SourceMod error session started
L 02/08/2015 - 22:21:43: Info (map "workshop/125671998/aim_map") (file "errors_20150208.log")
L 02/08/2015 - 22:21:43: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 22:21:43: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 22:21:43: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 22:21:43: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 228:11: Error log file session closed.
L 02/08/2015 - 228:12: SourceMod error session started
L 02/08/2015 - 228:12: Info (map "workshop/200209139/$2000$_csgo") (file "errors_20150208.log")
L 02/08/2015 - 228:12: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 228:12: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 228:12: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 228:12: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 22:54:42: Error log file session closed.
L 02/08/2015 - 22:54:43: SourceMod error session started
L 02/08/2015 - 22:54:43: Info (map "workshop/386310474/aim_phosphor") (file "errors_20150208.log")
L 02/08/2015 - 22:54:43: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 22:54:43: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 22:54:43: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 22:54:43: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()
L 02/08/2015 - 23:11:24: Error log file session closed.
L 02/08/2015 - 23:11:25: SourceMod error session started
L 02/08/2015 - 23:11:25: Info (map "workshop/213583302/aim_deagle7k") (file "errors_20150208.log")
L 02/08/2015 - 23:11:25: [SM] Native "OpenDirectory" reported: Invalid file path
L 02/08/2015 - 23:11:25: [SM] Displaying call stack trace for plugin "servercleanup.smx":
L 02/08/2015 - 23:11:25: [SM] [0] Line 451, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::CleanServer()
L 02/08/2015 - 23:11:25: [SM] [1] Line 200, /home/groups/alliedmodders/forums/files/3/8/6/4/9/55638.attach::OnConfigsExecuted()

Last edited by CenT; 02-08-2015 at 17:37.
CenT is offline