Нужна помощь по errors.log файлам

HellWaer

Участник
Сообщения
275
Реакции
32
Всем доброго времени суток!
Стараюсь держать сервер без ошибок и глюков но на сервере иногда появляются странные ошибки и они не всегда... Сервер месяц работал стабильно потом опять появились ошибки а потом опять норм...

Вот ошибки
L 08/28/2015 - 19:58:11: [SM] Native "IsClientInGame" reported: Client index -1 is invalid
L 08/28/2015 - 19:58:11: [SM] Displaying call stack trace for plugin "dangerous_beams.smx":
L 08/28/2015 - 19:58:11: [SM] [0] Line 272, D:\Games\Сервер Counter Strike Source\Sourcemod\addons\sourcemod\scripting\dangerous_beams.sp::wS_BeamTouched()
L 08/28/2015 - 20:05:54: Error log file session closed.

L 08/28/2015 - 22:18:52: [SM] Native "StartMessage" reported: Client 14 is not connected
L 08/28/2015 - 22:18:52: [SM] Displaying call stack trace for plugin "simple-chatprocessor.smx":
L 08/28/2015 - 22:18:52: [SM] [0] Line 351, /home/forums/content/files/3/6/9/5/4/92887.attach::ResendMessage()
L 08/28/2015 - 22:21:13: Error log file session closed.

L 08/28/2015 - 22:41:00: [SM] Native "IsFakeClient" reported: Client 8 is not connected
L 08/28/2015 - 22:41:00: [SM] Displaying call stack trace for plugin "sodstats.smx":
L 08/28/2015 - 22:41:00: [SM] [0] Line 296, I:\Enternet\Downloads\sourcemod-1.6.0-hg3958-windows\addons\sourcemod\scripting\sodstats.sp::LoadPlayerCallback()
L 08/28/2015 - 22:46:06: Error log file session closed.


L 08/29/2015 - 11:07:41: [SM] Plugin encountered error 15: Array index is out of bounds
L 08/29/2015 - 11:07:41: [SM] Displaying call stack trace for plugin "RealisticBulletSound.smx":
L 08/29/2015 - 11:07:41: [SM] [0] Line 171, C:\srcds\css\cstrike\addons\sourcemod\scripting\RealisticBulletSound.sp::event_bulletimpact()
L 08/29/2015 - 11:09:27: Error log file session closed.

L 08/29/2015 - 03:07:48: [SM] Plugin encountered error 7: Invalid index or index not found
L 08/29/2015 - 03:07:48: [SM] Native "IsClientVip" reported: Client index 1 is invalid
L 08/29/2015 - 03:07:48: [SM] Displaying call stack trace for plugin "admins_vip_flags.smx":
L 08/29/2015 - 03:07:48: [SM] [0] Line 53, C:\Users\Admin\Desktop\vip 20.01.2015\admins_vip_flags.sp::OnClientPostAdminCheck()
L 08/29/2015 - 03:55:13: Error log file session closed.

Может просто что то не обновилось?
 

gibs

Фитиль народного волненья
Сообщения
722
Реакции
407
Мошенник
Обычные ошибки, каких много. Каждый плагин надо чуть-чуть подправить просто. И подобное не может приходить и уходить.
 

Саша Шеин

Кому костылей?
Сообщения
1,699
Реакции
621
Native "IsClientInGame" reported: Client index -1 is invalid
Добавь проверку - if(client) // или как там у тебя клиент называется.

Plugin encountered error 15: Array index is out of bounds
Массив превышен или наоборот в минус.


Native "IsClientVip" reported: Client index 1 is invalid
Вот это уже к R1KO. (Если у тебя его плагин vip)
 
Сверху Снизу