Правила форума Гаранты форума
Размещение рекламы AMX-X компилятор

Здравствуйте, гость Вход | Регистрация

Наши новости:

14-дек
24-апр
10-апр
11-апр

> Важная информация

Перед тем как создать тему или задать вопрос, ознакомьтесь с данной темой, там собраны наиболее распространенные уязвимости и способы устранения.
Так же не поленитесь воспользоваться поиском, вполне возможно, что ваш вопрос уже поднимался на форуме.
При создании новой темы уделите внимание ее названию, оно должно кратко описывать суть вашего вопроса/проблемы. Все вновь созданные темы с названиями "Помогите", "Объясните", "Подскажите" и т.д. будут удалены, а их авторы наказаны.
413 страниц V  « 31 32 33 ... 411 412 »

Защита Counter Strike Сервера

, Методы защиты от различных уязвимостей игровых серверов
Статус пользователя seek_vn
сообщение 10.9.2012, 9:07
Сообщение #621


Стаж: 13 лет

Сообщений: 23
Благодарностей: 3
Полезность: 99

Цитата(mazdan @ 6.9.2012, 21:43) *
Вот небольшой костыль, чтобы dproto не флудил в консоль строчками traffic temporary blocked
Плагин умеет:
1. убивать строчку - её не будет в консоли
2. банить IP
3. логгировать IP //по умолчанию отключено
Для работы необходим модуль Orpheu, модуль должен быть прописан в modulses.ini (том что лежит в папке configs). Пока работает только на WIN серверах.

Чтобы полностью убрать строчки от dproto вы можете заменить return OrpheuIgnored; (строка 48) на return OrpheuSupercede; //рекомендую сделать.

Хук консоли - это плохо. Хук дпрото тоже не есть хорошо. Вместе это совсем сатанизм. Я не рекомендую вам ставить данный плагин.

p.s. у меня и в логи не флудит, но от сервера к серверу как-то по-разному =)

UPD: За сутки примерно 300 IP набирается разных.


This shows me error !?

Цитата
L 09/10/2012 - 09:43:47: Start of error session.
L 09/10/2012 - 09:43:47: Info (map "de_dust") (file "addons/amxmodx/logs/error_20120910.log")
L 09/10/2012 - 09:43:47: [ORPHEU] Function "dp_traffic_block" not found
L 09/10/2012 - 09:43:47: [AMXX] Run time error 10 (plugin "dp_block.amxx") (native "OrpheuGetFunction") - debug not enabled!
L 09/10/2012 - 09:43:47: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).


Отредактировал: seek_vn, - 10.9.2012, 9:10
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя mazdan
сообщение 10.9.2012, 10:06
Сообщение #622


Иконка группы

Стаж: 15 лет

Сообщений: 7566
Благодарностей: 5437
Полезность: 1305

You need to look how Orpheu parse signatures from dp_traffic_block
It have look this
Цитата
Parsing file "dp_traffic_block" ended
Parsing file "IsSafeFileToDownload" started
Argument type "char *" validated
Return type "int" validated
Searching for signature "[0x55][0x8b][0xec][0x56
][0x8b](...)" ... FOUND

This log you can see on console at server starting.
Do you have windows server? (now it work only for Windows)
You can start your server with -condebug parameter, and attach qconsole.log, I will watch errors, and perhaps we can fix it.
Also check your configs/modules.ini, it have to contain Orpheu (may be require to put it on 1st place, I didn't test it :) )

Отредактировал: mazdan, - 10.9.2012, 10:12


Не пишите мне в ЛС. Пишите на почту. В ЛС я пропускаю сообщения.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 1 раз
   + Цитировать сообщение
Статус пользователя seek_vn
сообщение 10.9.2012, 11:06
Сообщение #623


Стаж: 13 лет

Сообщений: 23
Благодарностей: 3
Полезность: 99

Цитата(mazdan @ 10.9.2012, 11:06) *
You need to look how Orpheu parse signatures from dp_traffic_block
It have look this

This log you can see on console at server starting.
Do you have windows server? (now it work only for Windows)
You can start your server with -condebug parameter, and attach qconsole.log, I will watch errors, and perhaps we can fix it.
Also check your configs/modules.ini, it have to contain Orpheu (may be require to put it on 1st place, I didn't test it :) )


Yes, my server is windows7.

Orpheu is first in configs / modules.ini (Orpheu 2.3а)

Код
L 09/10/2012 - 11:56:51: Start of error session.
L 09/10/2012 - 11:56:51: Info (map "de_dust") (file "addons/amxmodx/logs/error_20120910.log")
L 09/10/2012 - 11:56:51: [ORPHEU] Function "dp_traffic_block" not found
L 09/10/2012 - 11:56:51: [AMXX] Displaying debug trace (plugin "dp_block.amxx")
L 09/10/2012 - 11:56:51: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 09/10/2012 - 11:56:51: [AMXX]    [0] dp_block.sma::regfunctions (line 20)
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя mazdan
сообщение 10.9.2012, 11:27
Сообщение #624


Иконка группы

Стаж: 15 лет

Сообщений: 7566
Благодарностей: 5437
Полезность: 1305

seek_vn, restart your HLDS (console cmd restart or amx_map somemap or changelevel some_map etc.) and watch logs from Orpheu in console.
Just after -------- Mapchange to ******* --------
find this
L 09/10/2012 - 13:11:22: -------- Mapchange to cs_pf_dust --------

Orpheu functions search started.

Parsing functions started.
Parsing file "Con_Printf" started
Function is updated
Parsing file "Con_Printf" ended
Parsing file "EmitAmbientSound" started
Function structure is updated
Parsing file "EmitAmbientSound" ended
Parsing file "EmitSound" started
Function structure is updated
Parsing file "EmitSound" ended
Parsing file "IsSafeFileToDownload" started
Function is updated
Parsing file "IsSafeFileToDownload" ended
Parsing file "Log_Printf" started
Function structure is updated
Parsing file "Log_Printf" ended
Parsing file "PrecacheSound" started
Function structure is updated
Parsing file "PrecacheSound" ended
Parsing file "SV_ClientDisconnect" started
Function name must be equal to the filename
FAILED
//This is error
Parsing file "SV_ClientDisconnect" ended
Parsing file "SV_ConnectClient" started
Function is updated
Parsing file "SV_ConnectClient" ended
Parsing file "SV_ConnectionlessPacket" started
Function is updated
Parsing file "SV_ConnectionlessPacket" ended
Parsing file "SV_DropClient" started
Function is updated
Parsing file "SV_DropClient" ended
Parsing file "SV_New_f" started
Function is updated
Parsing file "SV_New_f" ended
Parsing file "SV_Rcon" started
Function is updated
Parsing file "SV_Rcon" ended
Parsing file "SV_Rcon_Validate" started
Function is updated
Parsing file "SV_Rcon_Validate" ended
Parsing file "SV_ReadPackets" started
Function is updated
Parsing file "SV_ReadPackets" ended
Parsing file "SV_SendRes_f" started
Function is updated
Parsing file "SV_SendRes_f" ended
Parsing functions ended.

Orpheu functions search ended.

Orpheu virtual functions search started.

If you can't find dp_traffic_block in this Parsing log, check file configs/orpheu/functions/dp_traffic_block
If you find it with error, than i need to see it :)
Also it be more easy - lunch your server with parameter -condebug in command line, after this you may find file qconsole.log in HLDS root folder
It may contain Orpheu logs, it be helpful to solve your issue. By the way you should disable DEP for hlds.exe or for all files, if you wont do it, your server will crash when Orpheu catch some function :)

Отредактировал: mazdan, - 10.9.2012, 11:27


Не пишите мне в ЛС. Пишите на почту. В ЛС я пропускаю сообщения.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 1 раз
   + Цитировать сообщение
Статус пользователя seek_vn
сообщение 10.9.2012, 11:40
Сообщение #625


Стаж: 13 лет

Сообщений: 23
Благодарностей: 3
Полезность: 99

Everything is put in place!

Отредактировал: seek_vn, - 10.9.2012, 11:59
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя mazdan
сообщение 10.9.2012, 11:50
Сообщение #626


Иконка группы

Стаж: 15 лет

Сообщений: 7566
Благодарностей: 5437
Полезность: 1305

seek_vn,
ok, we can see this
Код
        Parsing file "dp_traffic_block" started
                Library "dproto" is not registered
                FAILED

3 possible reasons:
1. modules.ini doesn't contain Orpheu
2. file configs/orpheu/libreris/libraries/dproto
3. you didn't restart your server (full restart of HLDS - shutdown and than start)
When you make full restart you can find Orpheu will parse libraries
Full restart
L 09/10/2012 - 13:38:15: -------- Mapchange to de_dust2_2x2 --------

Orpheu configuration started.

Parsing mods configuration started.
Parsing mod file "cstrike"
Parsing mod file "dod"
Parsing mod file "esf"
Parsing mod file "esf_openbeta"
Parsing mod file "ns"
Parsing mod file "SvenCoop"
Parsing mod file "tfc"
Parsing mod file "ts"
Parsing mod file "valve"
Parsing mods configuration ended.

Parsing libraries configuration started.
Parsing file "dproto"
Added library dproto identified by cvar dp_version
//here it :D success :D
Parsing file "dproto"
Added library monstermod identified by cvar monster_span
Parsing file "podbot"
Added library podbot identified by cvar pb_version
Parsing libraries configuration ended.

modules.ini
Orpheu
cstrike
csx
engine
fakemeta
fun
hamsandwich
sockets
nvault


Отредактировал: mazdan, - 10.9.2012, 11:51


Не пишите мне в ЛС. Пишите на почту. В ЛС я пропускаю сообщения.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 1 раз
   + Цитировать сообщение
Статус пользователя S0m3Th1nG_AwFul!
сообщение 10.9.2012, 14:15
Сообщение #627
Стаж: 15 лет

Сообщений: 454
Благодарностей: 323
Полезность: 961

Цитата(mazdan @ 6.9.2012, 22:43) *
Пока работает только на WIN серверах.

Orpheu-сигнатуры под Linux стоит ожидать?
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя mazdan
сообщение 10.9.2012, 14:48
Сообщение #628


Иконка группы

Стаж: 15 лет

Сообщений: 7566
Благодарностей: 5437
Полезность: 1305

да уж пообещался сделать. Постараюсь вечером =)
Но сразу говорю дело тёмное. Вот под виндой есть баг. Не критичный, но промто видно его.


Не пишите мне в ЛС. Пишите на почту. В ЛС я пропускаю сообщения.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
cs-portal
сообщение 10.9.2012, 15:48
Сообщение #629
Стаж: 16 лет

Сообщений: 8181
Благодарностей: 2709
Полезность: 0

я у них 10 раз спрашивал как стирать строки из Хлдс они упоротые отнекивались.
можешь запилить мне чтоб стирало фразу player dropped from the server
да и еще несколько бы неплохо убрать

reason client sent drop

Отредактировал: cs-portal, - 10.9.2012, 15:54
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя mazdan
сообщение 10.9.2012, 15:53
Сообщение #630


Иконка группы

Стаж: 15 лет

Сообщений: 7566
Благодарностей: 5437
Полезность: 1305

Цитата(cs-portal @ 10.9.2012, 17:48) *
я у них 10 раз спрашивал как стирать строки из Хлдс они упоротые отнекивались.
можешь запилить мне чтоб стирало фразу player dropped from the server
да и еще несколько бы неплохо убрать
у кого у них? о_О я не стираю строки, я блокирую вывод в консоль. Если нужно убрать на надо хукать консоль и обрубать выполнение, хук консоли это опасно, он плохо поддерживается. Вообще не думаю что нужно это делать. Но раз народ просит хлеба и зрелищ :D
Ну себе поставил
Кто храбрый - пробуйте на Линукс
Сигнатура
Код
{
    "name" : "dp_traffic_block",
    "library" : "dproto",
        "arguments"  :
    [
        {
            "type" : "char"
        },
        {
            "type" : "char"
        },
        {
            "type" : "char"
        }
    ],
    "identifiers" :
    [
        {
            "os" : "windows",
            "dp_version": "0.9.87",
            "value" : [0x8b, 0x4C, "*", "*", 0x53, 0x8A, "*", 0x8D, "*", "*", "*", 0x50, 0x51]
        },
        {
            "os" : "windows",
            "dp_version": "0.9.197",
            "value" :[0x55,0x8B,0xEC,0x8B,"*","*",0x53,0x8A,"*",0x8D,"*","*",0x50,0x51]
        },
        {
            "os" : "linux",
            "value" : [0x53,0x83,"*","*",0x0F]
        }
    ]
}

ну и мой улов за 4 дня 6338 строк, 629 уникальных IP
71.12.194.81
71.185.27.221
84.13.31.151
74.103.131.31
82.16.92.138
68.231.140.56
72.51.241.55
158.255.212.92
68.63.69.12
50.83.153.95
66.91.200.136
76.233.130.180
74.129.125.146
121.214.115.31
144.131.65.207
68.7.238.211
76.30.164.200
98.238.174.205
198.228.209.98
24.129.12.201
50.45.160.29
173.80.242.151
101.103.145.110
107.30.100.138
98.239.136.77
108.88.158.119
173.203.183.177
58.161.214.167
70.242.65.102
24.186.215.38
174.57.240.60
50.57.58.89
50.15.5.126
173.52.210.13
58.168.148.181
95.247.63.8
121.216.239.163
37.220.23.27
139.168.113.144
71.225.115.191
99.228.37.21
68.50.86.230
203.116.80.229
46.4.79.112
76.175.245.219
68.186.209.153
108.247.52.176
69.14.178.106
71.62.233.153
98.211.232.62
74.66.91.123
24.6.139.125
108.49.77.93
173.54.42.253
199.59.166.180
76.104.15.149
138.130.229.139
176.31.115.225
216.185.99.68
5.45.128.228
121.210.216.228
203.104.11.14
124.182.166.37
112.209.71.67
96.41.139.30
108.213.12.132
68.185.155.11
91.90.233.179
69.136.241.95
68.14.184.72
166.152.100.70
149.154.158.177
124.185.232.74
2.124.195.189
182.239.190.149
87.227.34.225
76.93.32.207
74.128.142.175
114.74.202.153
85.226.5.132
98.155.248.68
68.59.11.231
67.162.213.23
209.54.72.244
212.28.212.60
24.253.102.30
174.3.218.255
122.108.231.205
209.170.124.203
64.7.194.182
184.97.213.102
122.150.250.204
68.38.220.220
114.76.210.207
182.239.170.202
216.133.234.196
41.43.198.184
131.165.102.90
143.238.7.219
114.77.244.166
190.233.178.1
110.33.217.77
121.220.37.97
216.133.234.62
121.216.83.215
81.67.220.243
105.133.0.204
68.80.180.126
24.236.231.209
63.251.171.80
41.129.38.95
75.139.132.44
184.172.159.226
68.64.47.204
24.3.49.3
203.206.231.191
96.39.147.48
24.98.103.8
114.77.250.13
24.14.238.115
89.98.53.7
70.174.41.8
121.223.118.253
206.16.223.210
41.130.124.195
50.133.16.145
121.217.121.59
114.77.44.97
190.239.219.17
41.238.9.66
58.160.120.60
8.12.215.213
173.254.223.87
109.88.46.81
86.48.43.204
24.3.55.117
71.172.243.62
60.231.2.1
86.199.220.158
173.171.198.151
96.242.118.76
195.216.56.213
212.57.229.192
71.194.90.58
90.197.135.249
2.136.20.15
190.102.157.130
173.189.217.214
91.121.97.26
83.27.177.131
96.48.215.221
67.87.134.135
189.234.159.6
68.81.225.139
76.16.89.108
197.163.20.96
108.253.185.50
86.161.221.241
108.84.146.141
205.206.29.216
98.194.211.121
24.11.122.36
74.115.0.54
71.97.80.11
74.104.160.12
142.167.185.49
98.116.105.148
90.215.236.174
67.207.152.33
98.30.9.139
121.75.154.238
75.182.19.47
190.235.28.80
108.223.232.22
126.244.198.180
76.98.25.113
24.35.138.83
174.124.228.157
68.232.179.149
69.65.67.4
68.186.136.241
96.251.75.65
63.152.92.36
24.203.138.14
98.204.32.73
216.163.5.96
95.154.230.10
74.234.122.225
108.27.214.107
74.12.36.243
64.229.76.190
96.231.187.83
80.195.22.186
107.3.26.72
76.205.50.22
67.182.85.11
99.177.190.138
71.209.243.252
216.99.144.108
108.60.184.115
108.60.148.68
209.169.148.176
64.7.194.185
71.204.215.27
206.240.26.73
174.122.7.130
68.98.77.133
76.106.28.7
184.91.72.143
173.73.159.199
98.234.28.160
24.175.222.103
121.216.211.175
174.126.136.196
173.68.88.157
121.222.55.99
69.122.166.104
67.228.47.101
98.89.93.229
195.67.37.114
173.20.84.75
188.138.0.126
72.8.184.145
76.186.62.231
68.45.33.197
86.138.15.128
173.199.70.65
65.191.8.111
60.228.70.107
124.187.40.237
138.130.104.49
109.70.149.182
190.42.51.14
181.64.92.45
190.236.250.227
200.121.34.125
181.64.184.67
87.88.246.46
190.187.160.122
201.230.37.77
71.80.202.97
92.140.177.67
64.7.194.204
86.164.163.6
69.158.174.218
98.14.117.142
66.176.178.216
98.176.111.85
87.113.165.124
213.106.181.55
98.111.158.46
76.21.137.168
99.159.102.166
89.242.99.30
90.209.178.248
184.82.176.235
38.100.185.34
208.64.120.82
96.237.63.83
80.82.20.25
98.213.76.5
121.54.13.23
159.153.101.39
141.156.149.221
75.59.113.127
94.7.196.152
82.12.82.24
81.153.86.89
88.91.193.253
82.15.15.13
203.124.57.196
82.8.251.219
74.115.0.2
68.188.187.14
201.240.22.189
173.74.150.217
76.31.77.216
69.114.198.24
88.166.122.247
66.68.181.24
24.12.224.19
98.218.128.171
50.83.109.214
85.17.233.194
70.37.129.142
46.7.44.63
2.224.84.78
2.96.160.81
69.136.69.68
66.32.39.212
190.238.55.95
92.11.180.211
217.132.156.7
98.24.20.35
69.147.242.84
174.115.6.119
188.6.134.39
99.226.188.126
50.23.212.128
173.245.83.250
146.115.122.36
78.146.162.112
82.23.7.45
66.65.116.15
172.219.141.44
112.210.169.161
168.62.164.196
38.78.192.5
209.170.122.56
70.58.136.63
88.160.246.178
68.36.121.37
64.31.26.100
24.75.114.137
97.91.129.224
68.84.212.160
205.250.217.218
66.87.123.164
76.121.72.95
96.25.230.48
90.216.183.37
189.69.103.124
71.56.135.223
173.187.63.25
75.244.56.61
108.66.111.85
181.64.176.109
50.23.212.55
65.74.103.202
68.83.23.110
190.235.94.81
108.220.106.25
68.55.238.107
69.225.253.231
216.133.234.74
96.239.234.171
24.7.254.138
74.186.108.95
24.118.112.178
98.116.189.53
24.181.61.70
108.11.37.214
184.155.104.112
98.148.132.94
174.57.87.221
181.64.190.146
201.141.93.207
50.46.184.180
107.2.77.220
50.50.162.176
200.29.151.130
68.34.162.242
71.230.171.1
98.239.47.84
142.105.61.10
24.112.19.24
186.80.33.154
24.121.5.181
97.85.173.168
72.193.216.199
82.253.108.216
101.162.59.211
98.200.148.54
174.50.165.42
76.90.231.163
216.133.234.44
69.254.13.76
82.26.59.236
85.225.196.219
83.177.93.233
68.42.184.157
68.233.233.199
118.97.95.153
98.70.219.192
76.169.223.228
92.18.169.11
83.255.114.152
178.192.30.155
98.71.243.136
65.34.9.71
108.41.54.11
176.255.73.172
92.25.36.221
121.216.35.95
86.164.42.37
91.121.150.223
212.142.117.33
176.31.109.51
62.90.134.131
2.124.48.26
80.90.168.69
91.156.70.193
199.175.48.239
24.246.167.94
78.149.252.129
70.176.101.155
2.98.185.166
68.80.74.46
83.113.134.76
176.31.140.139
70.246.227.216
86.167.235.48
86.184.198.91
88.248.128.116
2.138.252.163
86.203.229.64
87.56.0.151
94.171.66.4
68.230.128.183
81.220.27.70
68.42.211.127
71.75.254.103
181.65.47.26
24.22.190.112
181.64.137.142
159.153.20.6
98.148.103.163
75.89.209.63
190.238.146.194
86.171.112.32
24.23.63.205
190.118.225.196
173.13.204.209
87.110.245.110
75.82.139.33
212.69.62.148
78.46.88.89
98.83.35.143
184.169.201.119
46.236.110.223
80.213.184.242
74.221.210.101
190.121.109.162
99.250.27.40
71.127.154.253
78.72.175.18
208.102.220.43
109.106.235.6
71.166.124.192
74.4.38.72
188.83.89.217
124.179.74.44
174.254.32.197
99.65.62.33
58.110.62.163
108.171.206.37
213.118.65.106
90.209.73.17
92.30.124.190
85.95.206.94
75.152.62.105
81.104.114.244
74.105.179.162
68.43.94.246
173.76.249.119
190.235.123.22
86.9.77.124
87.116.18.16
82.229.221.138
50.47.197.100
149.76.157.45
78.70.127.216
208.66.97.249
67.142.161.22
109.210.164.4
2.222.56.43
78.250.137.57
98.80.246.178
82.16.237.25
86.198.11.22
71.184.116.130
24.61.233.225
201.222.111.24
112.206.218.53
77.97.79.70
71.192.40.100
67.171.72.147
142.134.203.50
209.236.112.210
63.248.178.204
24.74.6.9
2.217.41.228
99.237.197.87
173.72.68.82
91.206.143.222
142.165.197.111
69.171.166.204
72.84.113.246
68.42.114.77
98.235.65.137
75.143.72.142
207.96.191.178
173.248.238.82
174.55.252.157
94.169.41.151
2.97.83.65
50.90.150.211
108.239.13.30
86.181.216.11
82.1.120.196
71.46.121.105
24.0.134.182
69.115.3.143
82.216.82.22
69.180.125.13
109.150.252.221
94.195.183.221
24.17.199.4
82.16.116.145
173.86.21.255
24.212.17.121
187.149.43.232
99.68.32.193
68.68.27.84
2.100.219.254
37.59.17.97
184.4.134.189
86.178.207.133
81.97.187.92
201.171.16.175
65.55.42.52
31.51.239.103
82.20.30.77
70.241.77.190
85.236.100.85
68.7.59.161
108.5.168.156
50.46.32.164
94.14.86.52
78.146.143.100
75.161.243.181
68.100.74.143
98.119.74.152
71.70.171.246
98.154.109.238
96.23.58.66
85.242.214.104
107.10.252.189
108.207.65.0
76.171.206.155
86.181.98.22
65.52.192.223
1.78.30.217
71.80.229.192
72.241.195.185
68.104.62.16
70.54.0.155
97.213.208.16
74.91.121.9
74.79.179.83
72.228.12.245
50.138.117.95
69.113.247.219
76.20.210.204
208.126.148.235
24.252.48.234
23.29.126.138
108.132.182.252
67.169.132.215
72.133.207.153
108.236.126.123
74.91.122.114
99.92.206.63
68.37.100.135
72.135.28.7
50.53.11.14
99.178.80.121
68.7.14.17
50.29.171.213
82.154.93.178
69.180.37.74
71.239.13.65
200.121.164.177
68.224.143.73
68.59.197.21
173.21.181.177
70.77.180.161
2.89.11.157
76.169.154.145
66.177.56.18
69.179.129.61
50.9.57.56
75.117.118.24
124.185.76.201
58.164.26.20
176.61.194.137
121.1.51.202
124.190.104.140
80.202.226.49
115.64.176.251
125.237.63.226
151.95.10.165
60.237.221.113
101.160.213.167
2.248.168.195
101.103.195.222
188.105.122.177
78.144.178.11
178.7.3.6
81.135.82.217
24.231.197.103
195.67.24.114
144.132.40.73
86.171.4.139
78.70.161.7
80.5.215.107
121.54.64.18
85.227.128.100
124.169.70.202
86.150.253.50
144.136.85.118
110.33.194.250
92.236.31.30
76.242.105.96
79.16.181.219
112.210.170.181
46.39.109.154
159.0.85.7
190.232.202.50
108.32.73.227
124.149.80.206
86.163.224.228
123.2.83.147
87.161.18.244
188.105.135.246
149.6.176.142
77.67.90.146
31.192.116.24
78.250.179.150


Отредактировал: mazdan, - 10.9.2012, 15:54


Не пишите мне в ЛС. Пишите на почту. В ЛС я пропускаю сообщения.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя S0m3Th1nG_AwFul!
сообщение 10.9.2012, 18:48
Сообщение #631
Стаж: 15 лет

Сообщений: 454
Благодарностей: 323
Полезность: 961

Ну, что я могу сказать - под Linux ничего не заработало. Но пока этот вопрос опустим. Решил проверить на Windows - последний 5758 билд и DP 0.9.179 (а не 197, как у вас в сигнатуре указано). Получаю следующее.

HLDS

Код
Console initialized.
Protocol version 48
Exe version 1.1.2.6 (cstrike)
Exe build: 10:44:49 Aug 28 2012 (5758)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 0.0.0.0:27020
No IPX Support.

   Metamod version 1.19p32 Copyright (c) 2001-2006 Will Day
     Patch: Metamod-P (mm-p) v32 Copyright (c) 2004-2007 Jussi Kivilinna
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.

[MMTIMER]: Found swds.dll at 0x04970000
[MMTIMER]: Found hlds.exe at 0x01400000
Version 0.9.179 Windows
[DPROTO]:  Loading config './dproto.cfg'
[DPROTO]:  LoggingMode = 1
[DPROTO]: AuthID for HLTV: DEPRECATED
[DPROTO]: AuthID for No-steam p47 clients: DEPRECATED
[DPROTO]: AuthID for No-steam p48 clients: DEPRECATED
[DPROTO]: AuthID for steam clients: Real STEAM_x:x:x
[DPROTO]: AuthID for steam unauthorized clients: DEPRECATED
[DPROTO]: AuthID for RevEmu clients: Real VALVE_x:x:x
[DPROTO]: AuthID for SteamClient2009 clients: Real VALVE_x:x:x
[DPROTO]: AuthID for Old RevEmu clients: Real VALVE_x:x:x
[DPROTO]: AuthID for SteamEmu clients: Real VALVE_x:x:x
[DPROTO]: AuthID for AVSMP clients: Real VALVE_x:x:x
[DPROTO]: AuthID for SETTI server scanner: STEAM id generated by ip
[DPROTO]: AuthID for SXEI clients: Real VALVE_x:x:x
[DPROTO]:  Enable SteamID generation based on data sent by sXeI client: OFF
[DPROTO]:  SC2009 => revEmu Steamid Compatibility fix: ENABLED
[DPROTO]: p47 Emus SteamEmuCompatMode : ON
[DPROTO]: Disable fix for steamids generated by eST in 0.3.1 version: No
[DPROTO]:  First prefix of authids genrated by ip: 7
[DPROTO]:  Second prefix of authids genrated by ip: 8
[DPROTO]:  First prefix of authids assigned by native auth method(Steam): 0
[DPROTO]:  First prefix of authids assigned by SteamClient2009: 1
[DPROTO]:  First prefix of authids assigned by RevEmu: 2
[DPROTO]:  First prefix of authids assigned by old RevEmu: 3
[DPROTO]:  First prefix of authids assigned by SteamEmu: 4
[DPROTO]:  First prefix of authids for AVSMP clients: 5
[DPROTO]:  First prefix of authids for Setti server scanner: 6
[DPROTO]:  First prefix of authids for SXEI clients: 7
[DPROTO]:  [FakePlayers]: Timeout for connecting clients: 6 seconds
[DPROTO]:  [FakePlayers]: Timeout for client's uniquity validation: 8 seconds
[DPROTO]:  [FakePlayers]: Agressive check reconnecting players: ON
[DPROTO]: Ban IP that spamming fake players for: 120.000000 minutes
[DPROTO]:  Disable Native Auth (Steam/Valve): OFF
[DPROTO]:  ServerInfo answer type: Hybrid
[DPROTO]: Setting game name to: 'Mansion_Only~Forum: http://cs16.eu5.org/'
[DPROTO]:  Enable Fix for player ids on hlstats monitoring: OFF
[DPROTO]: dp_version cvar will be exported: No
[DPROTO]:  HLTV Kick Exception Address: 192.168.0.103
[DPROTO]:  Config sucessfully loaded.
[DPROTO]: Server port: 27020
[DPROTO]: Found swds.dll at 04970000
[DPROTO]: Patching for: <Windows p48 Dynamic Patcher>
[DPROTO]: Done.

   AMX Mod X version 1.8.1.3746 Copyright (c) 2004-2006 AMX Mod X Development Team
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under
   certain conditions; type 'amxx gpl' for details.


Orpheu configuration started.

        Parsing mods configuration started.
        Parsing mod file "cstrike"
        Parsing mod file "dod"
        Parsing mod file "esf"
        Parsing mod file "esf_openbeta"
        Parsing mod file "ns"
        Parsing mod file "SvenCoop"
        Parsing mod file "tfc"
        Parsing mod file "ts"
        Parsing mod file "valve"
        Parsing mods configuration ended.

        Parsing libraries configuration started.
                Parsing file "dproto"                            ////////////////Библиотека вроде бы подгружается/////////////
                        Added library dproto identified by cvar dp_version
                Parsing file "monstermod"
                        Added library monstermod identified by cvar monster_spawn
                Parsing file "podbot"
                        Added library podbot identified by cvar pb_version
        Parsing libraries configuration ended.

        Parsing type aliases started.
                Parsing folder "CBaseEntity"
                Adding alias"CBaseEntity *"
                Parsing folder "CGameRules"
                Adding alias"CGameRules *"
                Parsing folder "charPointer"
                Adding alias"char *"
                Parsing folder "CMBaseMonster"
                Adding alias"CMBaseMonster *"
                Parsing folder "long"
                Adding alias"long"
                Parsing folder "VectorPointer"
                Adding alias"Vector *"

        Parsing type aliases ended.

Orpheu configuration ended.
L 09/10/2012 - 20:19:56: -------- Mapchange to 35hp_2 --------
stray key in process_key: item_getiteminfo 61

Orpheu functions search started.

        Parsing functions started.
                Parsing file "Con_Printf" started
                                Argument type "char *" validated
                                Argument type "char *" validated
                                Searching for signature "[0x55][0x8b][0xec][0xb8][0x00](...)" ... FOUND
                Parsing file "Con_Printf" ended
                Parsing file "dp_traffic_block" started
                                Library "dproto" is not registered   /////////Тем не менее её дальше словно бы и нет.../////////////
                                FAILED
                Parsing file "dp_traffic_block" ended
                Parsing file "EmitAmbientSound" started
                                Argument type "edict_s *" validated
                                Argument type "Vector *" validated
                                Argument type "char *" validated
                                Argument type "float" validated
                                Argument type "float" validated
                                Argument type "int" validated
                                Argument type "int" validated
                                Return type "int" validated
                Parsing file "EmitAmbientSound" ended
                Parsing file "EmitSound" started
                                Argument type "edict_s *" validated
                                Argument type "int" validated
                                Argument type "char *" validated
                                Argument type "float" validated
                                Argument type "float" validated
                                Argument type "int" validated
                                Argument type "int" validated
                                Return type "int" validated
                Parsing file "EmitSound" ended
                Parsing file "InstallGameRules" started
                                Return type "CHalfLifeMultiplay *" validated
                                Searching for signature "[0x68][*][*][*][*](...)" ... FOUND
                Parsing file "InstallGameRules" ended
                Parsing file "PrecacheSound" started
                                Argument type "char *" validated
                                Return type "int" validated
                Parsing file "PrecacheSound" ended
                Parsing folder "CBasePlayerWeapon" started
                        Parsing file "ReloadSound" started
                                Searching for signature "[0x83][0xec][0x10][0x53][0x8b](...)" ... NOT FOUND
                        Parsing file "ReloadSound" ended
                Parsing folder "CBasePlayerWeapon" ended
                Parsing folder "CHalfLifeMultiplay" started
                        Parsing file "HasRoundTimeExpired" started
                                Return type "bool" validated
                        Parsing file "HasRoundTimeExpired" ended
                Parsing folder "CHalfLifeMultiplay" ended
        Parsing functions ended.

Orpheu functions search ended.

Orpheu virtual functions search started.

        Parsing virtual functions started.
                Parsing folder "CGameRules" started
                        Parsing file "CheckMapConditions" started
                        Parsing file "CheckMapConditions" ended
                        Parsing file "CheckWinConditions" started
                        Parsing file "CheckWinConditions" ended
                        Parsing file "FPlayerCanRespawn" started
                                Argument type "CBasePlayer *" validated
                                Return type "bool" validated
                        Parsing file "FPlayerCanRespawn" ended
                Parsing folder "CGameRules" ended
        Parsing virtual functions ended.

Orpheu virtual functions search ended.

Orpheu memory structures search started.

        Parsing memory structures started.
                Parsing memory file "byte"
                        Processing memory structure "byte"
                                Added memory search structure "byte"
                Parsing memory file "CGameRulesOffsets"
                        Processing memory structure "m_fTeamCount"
                                Added memory search structure "m_fTeamCount"
                        Processing memory structure "m_fRoundCount"
                                Added memory search structure "m_fRoundCount"
                        Processing memory structure "m_iRoundTimeSecs"
                                Added memory search structure "m_iRoundTimeSecs"
                        Processing memory structure "m_iAccountTerrorist"
                                Added memory search structure "m_iAccountTerrorist"
                        Processing memory structure "m_iAccountCT"
                                Added memory search structure "m_iAccountCT"
                        Processing memory structure "m_iNumTerrorist"
                                Added memory search structure "m_iNumTerrorist"
                        Processing memory structure "m_iNumCT"
                                Added memory search structure "m_iNumCT"
                        Processing memory structure "m_iNumSpawnableTerrorist"
                                Added memory search structure "m_iNumSpawnableTerrorist"
                        Processing memory structure "m_iNumSpawnableCT"
                                Added memory search structure "m_iNumSpawnableCT"
                        Processing memory structure "m_iNumSpawnableTerrorist"
                                Added memory search structure "m_iNumSpawnableTerrorist"
                        Processing memory structure "m_iNumSpawnableCT"
                                Added memory search structure "m_iNumSpawnableCT"
                        Processing memory structure "m_iHostagesRescued"
                                Added memory search structure "m_iHostagesRescued"
                        Processing memory structure "m_iRoundWinStatus"
                                Added memory search structure "m_iRoundWinStatus"
                        Processing memory structure "m_iNumCTWins"
                                Added memory search structure "m_iNumCTWins"
                        Processing memory structure "m_iNumTerroristWins"
                                Added memory search structure "m_iNumTerroristWins"
                        Processing memory structure "m_bTargetBombed"
                                Added memory search structure "m_bTargetBombed"
                        Processing memory structure "m_bBombDefused"
                                Added memory search structure "m_bBombDefused"
                        Processing memory structure "m_bMapHasBombTarget"
                                Added memory search structure "m_bMapHasBombTarget"
                        Processing memory structure "m_bMapHasBombZone"
                                Added memory search structure "m_bMapHasBombZone"
                        Processing memory structure "m_bMapHasRescueZone"
                                Added memory search structure "m_bMapHasRescueZone"
                        Processing memory structure "m_bMapHasEscapeZone"
                                Added memory search structure "m_bMapHasEscapeZone"
                        Processing memory structure "m_iMapHasVIPSafetyZone"
                                Added memory search structure "m_iMapHasVIPSafetyZone"
                        Processing memory structure "m_bRoundTerminating"
                                Added memory search structure "m_bRoundTerminating"
                        Processing memory structure "m_flRequiredEscapeRatio"
                                Added memory search structure "m_flRequiredEscapeRatio"
                        Processing memory structure "m_iNumEscapers"
                                Added memory search structure "m_iNumEscapers"
                        Processing memory structure "m_iHaveEscaped"
                                Added memory search structure "m_iHaveEscaped"
                        Processing memory structure "m_pVIP"
                                Added memory search structure "m_pVIP"
                        Processing memory structure "m_bFirstConnected"
                                Added memory search structure "m_bFirstConnected"
                Parsing memory file "patchRoundEndCheck"
                        Processing memory structure "CTWinCheck_#1"
                                Added memory search structure "CTWinCheck_#1"
                        Processing memory structure "CTWinCheck_#2"
                                Added memory search structure "CTWinCheck_#2"
                        Processing memory structure "TerroristWinCheck_#1"
                                Added memory search structure "TerroristWinCheck_#1"
                        Processing memory structure "TerroristWinCheck_#2"
                                Added memory search structure "TerroristWinCheck_#2"
                        Processing memory structure "RoundDrawCheck_#1"
                                Added memory search structure "RoundDrawCheck_#1"
                        Processing memory structure "RoundDrawCheck_#2"
                                Added memory search structure "RoundDrawCheck_#2"
                        Processing memory structure "RoundTimeCheck_#1"
                                Added memory search structure "RoundTimeCheck_#1"
                        Processing memory structure "RoundTimeCheck_#2"
                                Added memory search structure "RoundTimeCheck_#2"
                        Processing memory structure "TerroristsEscapedCheck_#1"
                                Added memory search structure "TerroristsEscapedCheck_#1"
                        Processing memory structure "TerroristsEscapedCheck_#2"
                                Added memory search structure "TerroristsEscapedCheck_#2"
                        Processing memory structure "CTsPreventEscapeCheck_#1"
                                Added memory search structure "CTsPreventEscapeCheck_#1"
                        Processing memory structure "CTsPreventEscapeCheck_#2"
                                Added memory search structure "CTsPreventEscapeCheck_#2"
                Parsing memory file "PM"
                        Processing memory structure "ppmove"
                                Added memory search structure "ppmove"
        Parsing memory structures ended.

Orpheu memory structures search ended.
[AMXX] Loaded 5 admins from file
Executing AMX Mod X Configuration File
couldn't exec config.cfg
Connection to Steam servers successful.
   VAC secure mode is activated.
L 09/10/2012 - 20:20:00: [ORPHEU] Function "dp_traffic_block" not found
L 09/10/2012 - 20:20:00: [AMXX] Displaying debug trace (plugin "dp_block.amxx")
L 09/10/2012 - 20:20:00: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 09/10/2012 - 20:20:00: [AMXX]    [0] dp_block.sma::regfunctions (line 20)


Что делать? Все файлы на месте, orpheu прописан в modules.ini, но ничего не работает.

Отредактировал: S0m3Th1nG_AwFul!, - 10.9.2012, 18:48
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 2 раз
   + Цитировать сообщение
Статус пользователя Vitaliy
сообщение 10.9.2012, 18:56
Сообщение #632


Стаж: 14 лет

Сообщений: 2431
Благодарностей: 526
Полезность: 609

Меценат Меценат

Уже бы поскорее что то вышло от этого флуда или еще что, так как при 32 человеках ощутимо
зашол в амх мод перевел игрока за т и сервер подвис на секунду 1-2 , и при подключениях тоже подвисает
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя seek_vn
сообщение 10.9.2012, 19:29
Сообщение #633


Стаж: 13 лет

Сообщений: 23
Благодарностей: 3
Полезность: 99

Цитата(S0m3Th1nG_AwFul! @ 10.9.2012, 19:48) *
Ну, что я могу сказать - под Linux ничего не заработало. Но пока этот вопрос опустим. Решил проверить на Windows - последний 5758 билд и DP 0.9.179 (а не 197, как у вас в сигнатуре указано). Получаю следующее.

HLDS

Код
Console initialized.
Protocol version 48
Exe version 1.1.2.6 (cstrike)
Exe build: 10:44:49 Aug 28 2012 (5758)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 0.0.0.0:27020
No IPX Support.

   Metamod version 1.19p32 Copyright (c) 2001-2006 Will Day
     Patch: Metamod-P (mm-p) v32 Copyright (c) 2004-2007 Jussi Kivilinna
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.

[MMTIMER]: Found swds.dll at 0x04970000
[MMTIMER]: Found hlds.exe at 0x01400000
Version 0.9.179 Windows
[DPROTO]:  Loading config './dproto.cfg'
[DPROTO]:  LoggingMode = 1
[DPROTO]: AuthID for HLTV: DEPRECATED
[DPROTO]: AuthID for No-steam p47 clients: DEPRECATED
[DPROTO]: AuthID for No-steam p48 clients: DEPRECATED
[DPROTO]: AuthID for steam clients: Real STEAM_x:x:x
[DPROTO]: AuthID for steam unauthorized clients: DEPRECATED
[DPROTO]: AuthID for RevEmu clients: Real VALVE_x:x:x
[DPROTO]: AuthID for SteamClient2009 clients: Real VALVE_x:x:x
[DPROTO]: AuthID for Old RevEmu clients: Real VALVE_x:x:x
[DPROTO]: AuthID for SteamEmu clients: Real VALVE_x:x:x
[DPROTO]: AuthID for AVSMP clients: Real VALVE_x:x:x
[DPROTO]: AuthID for SETTI server scanner: STEAM id generated by ip
[DPROTO]: AuthID for SXEI clients: Real VALVE_x:x:x
[DPROTO]:  Enable SteamID generation based on data sent by sXeI client: OFF
[DPROTO]:  SC2009 => revEmu Steamid Compatibility fix: ENABLED
[DPROTO]: p47 Emus SteamEmuCompatMode : ON
[DPROTO]: Disable fix for steamids generated by eST in 0.3.1 version: No
[DPROTO]:  First prefix of authids genrated by ip: 7
[DPROTO]:  Second prefix of authids genrated by ip: 8
[DPROTO]:  First prefix of authids assigned by native auth method(Steam): 0
[DPROTO]:  First prefix of authids assigned by SteamClient2009: 1
[DPROTO]:  First prefix of authids assigned by RevEmu: 2
[DPROTO]:  First prefix of authids assigned by old RevEmu: 3
[DPROTO]:  First prefix of authids assigned by SteamEmu: 4
[DPROTO]:  First prefix of authids for AVSMP clients: 5
[DPROTO]:  First prefix of authids for Setti server scanner: 6
[DPROTO]:  First prefix of authids for SXEI clients: 7
[DPROTO]:  [FakePlayers]: Timeout for connecting clients: 6 seconds
[DPROTO]:  [FakePlayers]: Timeout for client's uniquity validation: 8 seconds
[DPROTO]:  [FakePlayers]: Agressive check reconnecting players: ON
[DPROTO]: Ban IP that spamming fake players for: 120.000000 minutes
[DPROTO]:  Disable Native Auth (Steam/Valve): OFF
[DPROTO]:  ServerInfo answer type: Hybrid
[DPROTO]: Setting game name to: 'Mansion_Only~Forum: http://cs16.eu5.org/'
[DPROTO]:  Enable Fix for player ids on hlstats monitoring: OFF
[DPROTO]: dp_version cvar will be exported: No
[DPROTO]:  HLTV Kick Exception Address: 192.168.0.103
[DPROTO]:  Config sucessfully loaded.
[DPROTO]: Server port: 27020
[DPROTO]: Found swds.dll at 04970000
[DPROTO]: Patching for: <Windows p48 Dynamic Patcher>
[DPROTO]: Done.

   AMX Mod X version 1.8.1.3746 Copyright (c) 2004-2006 AMX Mod X Development Team
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under
   certain conditions; type 'amxx gpl' for details.


Orpheu configuration started.

        Parsing mods configuration started.
        Parsing mod file "cstrike"
        Parsing mod file "dod"
        Parsing mod file "esf"
        Parsing mod file "esf_openbeta"
        Parsing mod file "ns"
        Parsing mod file "SvenCoop"
        Parsing mod file "tfc"
        Parsing mod file "ts"
        Parsing mod file "valve"
        Parsing mods configuration ended.

        Parsing libraries configuration started.
                Parsing file "dproto"                            ////////////////Библиотека вроде бы подгружается/////////////
                        Added library dproto identified by cvar dp_version
                Parsing file "monstermod"
                        Added library monstermod identified by cvar monster_spawn
                Parsing file "podbot"
                        Added library podbot identified by cvar pb_version
        Parsing libraries configuration ended.

        Parsing type aliases started.
                Parsing folder "CBaseEntity"
                Adding alias"CBaseEntity *"
                Parsing folder "CGameRules"
                Adding alias"CGameRules *"
                Parsing folder "charPointer"
                Adding alias"char *"
                Parsing folder "CMBaseMonster"
                Adding alias"CMBaseMonster *"
                Parsing folder "long"
                Adding alias"long"
                Parsing folder "VectorPointer"
                Adding alias"Vector *"

        Parsing type aliases ended.

Orpheu configuration ended.
L 09/10/2012 - 20:19:56: -------- Mapchange to 35hp_2 --------
stray key in process_key: item_getiteminfo 61

Orpheu functions search started.

        Parsing functions started.
                Parsing file "Con_Printf" started
                                Argument type "char *" validated
                                Argument type "char *" validated
                                Searching for signature "[0x55][0x8b][0xec][0xb8][0x00](...)" ... FOUND
                Parsing file "Con_Printf" ended
                Parsing file "dp_traffic_block" started
                                Library "dproto" is not registered   /////////Тем не менее её дальше словно бы и нет.../////////////
                                FAILED
                Parsing file "dp_traffic_block" ended
                Parsing file "EmitAmbientSound" started
                                Argument type "edict_s *" validated
                                Argument type "Vector *" validated
                                Argument type "char *" validated
                                Argument type "float" validated
                                Argument type "float" validated
                                Argument type "int" validated
                                Argument type "int" validated
                                Return type "int" validated
                Parsing file "EmitAmbientSound" ended
                Parsing file "EmitSound" started
                                Argument type "edict_s *" validated
                                Argument type "int" validated
                                Argument type "char *" validated
                                Argument type "float" validated
                                Argument type "float" validated
                                Argument type "int" validated
                                Argument type "int" validated
                                Return type "int" validated
                Parsing file "EmitSound" ended
                Parsing file "InstallGameRules" started
                                Return type "CHalfLifeMultiplay *" validated
                                Searching for signature "[0x68][*][*][*][*](...)" ... FOUND
                Parsing file "InstallGameRules" ended
                Parsing file "PrecacheSound" started
                                Argument type "char *" validated
                                Return type "int" validated
                Parsing file "PrecacheSound" ended
                Parsing folder "CBasePlayerWeapon" started
                        Parsing file "ReloadSound" started
                                Searching for signature "[0x83][0xec][0x10][0x53][0x8b](...)" ... NOT FOUND
                        Parsing file "ReloadSound" ended
                Parsing folder "CBasePlayerWeapon" ended
                Parsing folder "CHalfLifeMultiplay" started
                        Parsing file "HasRoundTimeExpired" started
                                Return type "bool" validated
                        Parsing file "HasRoundTimeExpired" ended
                Parsing folder "CHalfLifeMultiplay" ended
        Parsing functions ended.

Orpheu functions search ended.

Orpheu virtual functions search started.

        Parsing virtual functions started.
                Parsing folder "CGameRules" started
                        Parsing file "CheckMapConditions" started
                        Parsing file "CheckMapConditions" ended
                        Parsing file "CheckWinConditions" started
                        Parsing file "CheckWinConditions" ended
                        Parsing file "FPlayerCanRespawn" started
                                Argument type "CBasePlayer *" validated
                                Return type "bool" validated
                        Parsing file "FPlayerCanRespawn" ended
                Parsing folder "CGameRules" ended
        Parsing virtual functions ended.

Orpheu virtual functions search ended.

Orpheu memory structures search started.

        Parsing memory structures started.
                Parsing memory file "byte"
                        Processing memory structure "byte"
                                Added memory search structure "byte"
                Parsing memory file "CGameRulesOffsets"
                        Processing memory structure "m_fTeamCount"
                                Added memory search structure "m_fTeamCount"
                        Processing memory structure "m_fRoundCount"
                                Added memory search structure "m_fRoundCount"
                        Processing memory structure "m_iRoundTimeSecs"
                                Added memory search structure "m_iRoundTimeSecs"
                        Processing memory structure "m_iAccountTerrorist"
                                Added memory search structure "m_iAccountTerrorist"
                        Processing memory structure "m_iAccountCT"
                                Added memory search structure "m_iAccountCT"
                        Processing memory structure "m_iNumTerrorist"
                                Added memory search structure "m_iNumTerrorist"
                        Processing memory structure "m_iNumCT"
                                Added memory search structure "m_iNumCT"
                        Processing memory structure "m_iNumSpawnableTerrorist"
                                Added memory search structure "m_iNumSpawnableTerrorist"
                        Processing memory structure "m_iNumSpawnableCT"
                                Added memory search structure "m_iNumSpawnableCT"
                        Processing memory structure "m_iNumSpawnableTerrorist"
                                Added memory search structure "m_iNumSpawnableTerrorist"
                        Processing memory structure "m_iNumSpawnableCT"
                                Added memory search structure "m_iNumSpawnableCT"
                        Processing memory structure "m_iHostagesRescued"
                                Added memory search structure "m_iHostagesRescued"
                        Processing memory structure "m_iRoundWinStatus"
                                Added memory search structure "m_iRoundWinStatus"
                        Processing memory structure "m_iNumCTWins"
                                Added memory search structure "m_iNumCTWins"
                        Processing memory structure "m_iNumTerroristWins"
                                Added memory search structure "m_iNumTerroristWins"
                        Processing memory structure "m_bTargetBombed"
                                Added memory search structure "m_bTargetBombed"
                        Processing memory structure "m_bBombDefused"
                                Added memory search structure "m_bBombDefused"
                        Processing memory structure "m_bMapHasBombTarget"
                                Added memory search structure "m_bMapHasBombTarget"
                        Processing memory structure "m_bMapHasBombZone"
                                Added memory search structure "m_bMapHasBombZone"
                        Processing memory structure "m_bMapHasRescueZone"
                                Added memory search structure "m_bMapHasRescueZone"
                        Processing memory structure "m_bMapHasEscapeZone"
                                Added memory search structure "m_bMapHasEscapeZone"
                        Processing memory structure "m_iMapHasVIPSafetyZone"
                                Added memory search structure "m_iMapHasVIPSafetyZone"
                        Processing memory structure "m_bRoundTerminating"
                                Added memory search structure "m_bRoundTerminating"
                        Processing memory structure "m_flRequiredEscapeRatio"
                                Added memory search structure "m_flRequiredEscapeRatio"
                        Processing memory structure "m_iNumEscapers"
                                Added memory search structure "m_iNumEscapers"
                        Processing memory structure "m_iHaveEscaped"
                                Added memory search structure "m_iHaveEscaped"
                        Processing memory structure "m_pVIP"
                                Added memory search structure "m_pVIP"
                        Processing memory structure "m_bFirstConnected"
                                Added memory search structure "m_bFirstConnected"
                Parsing memory file "patchRoundEndCheck"
                        Processing memory structure "CTWinCheck_#1"
                                Added memory search structure "CTWinCheck_#1"
                        Processing memory structure "CTWinCheck_#2"
                                Added memory search structure "CTWinCheck_#2"
                        Processing memory structure "TerroristWinCheck_#1"
                                Added memory search structure "TerroristWinCheck_#1"
                        Processing memory structure "TerroristWinCheck_#2"
                                Added memory search structure "TerroristWinCheck_#2"
                        Processing memory structure "RoundDrawCheck_#1"
                                Added memory search structure "RoundDrawCheck_#1"
                        Processing memory structure "RoundDrawCheck_#2"
                                Added memory search structure "RoundDrawCheck_#2"
                        Processing memory structure "RoundTimeCheck_#1"
                                Added memory search structure "RoundTimeCheck_#1"
                        Processing memory structure "RoundTimeCheck_#2"
                                Added memory search structure "RoundTimeCheck_#2"
                        Processing memory structure "TerroristsEscapedCheck_#1"
                                Added memory search structure "TerroristsEscapedCheck_#1"
                        Processing memory structure "TerroristsEscapedCheck_#2"
                                Added memory search structure "TerroristsEscapedCheck_#2"
                        Processing memory structure "CTsPreventEscapeCheck_#1"
                                Added memory search structure "CTsPreventEscapeCheck_#1"
                        Processing memory structure "CTsPreventEscapeCheck_#2"
                                Added memory search structure "CTsPreventEscapeCheck_#2"
                Parsing memory file "PM"
                        Processing memory structure "ppmove"
                                Added memory search structure "ppmove"
        Parsing memory structures ended.

Orpheu memory structures search ended.
[AMXX] Loaded 5 admins from file
Executing AMX Mod X Configuration File
couldn't exec config.cfg
Connection to Steam servers successful.
   VAC secure mode is activated.
L 09/10/2012 - 20:20:00: [ORPHEU] Function "dp_traffic_block" not found
L 09/10/2012 - 20:20:00: [AMXX] Displaying debug trace (plugin "dp_block.amxx")
L 09/10/2012 - 20:20:00: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 09/10/2012 - 20:20:00: [AMXX]    [0] dp_block.sma::regfunctions (line 20)


Что делать? Все файлы на месте, orpheu прописан в modules.ini, но ничего не работает.


I have the same problem! I did everything properly.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя mazdan
сообщение 10.9.2012, 19:52
Сообщение #634


Иконка группы

Стаж: 15 лет

Сообщений: 7566
Благодарностей: 5437
Полезность: 1305

S0m3Th1nG_AwFul!, спасибо, да с сигнатурой попутал :) Ну не соль. Такая проблема возникала у меня только если Orpheu не был прописан.
Я не тестировал на новом dproto. Сейчас попробую.
seek_vn, I'll make some testing and reporting here.

UPD:
Rechecked with last dproto and server version
Цитата
Protocol version 48
Exe version 1.1.2.6 (cstrike)
Exe build: 13:36:05 Jul 30 2012 (5758)

Working well. Have same error before place Orpheu in cstrike/addons/amxmodx/configs/modules.ini

Find the difference!
RIGHT

//--------- 1st STEP Engine!
Protocol version 48
Exe version 1.1.2.6 (cstrike)
Exe build: 13:36:05 Jul 30 2012 (5758)
couldn't exec language.cfg
couldn't exec listip.cfg
Server IP address 192.168.1.105:27017
No IPX Support.
//--------- 2st STEP Metamod !
Metamod version 1.19p32 Copyright © 2001-2006 Will Day
Patch: Metamod-P (mm-p) v32 Copyright © 2004-2007 Jussi Kivilinna
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.

//--------- 3d STEP AMX Mod X!
AMX Mod X version 1.8.1.3746 Copyright © 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

//--------- 4th STEP Orpheu, NOT DPROTO!!!!
Orpheu configuration started.

Parsing mods configuration started.
Parsing mod file "cstrike"
Parsing mod file "dod"
Parsing mod file "esf"
Parsing mod file "esf_openbeta"
Parsing mod file "ns"
Parsing mod file "SvenCoop"
Parsing mod file "tfc"
Parsing mod file "ts"
Parsing mod file "valve"
Parsing mods configuration ended.

Parsing libraries configuration started.
Parsing file "dproto"
Added library dproto identified by cvar dp_version //Yes, its OK
Parsing file "monstermod"
Added library monstermod identified by cvar monster_spawn
Parsing file "podbot"
Added library podbot identified by cvar pb_version
Parsing libraries configuration ended.

Parsing type aliases started.
Parsing folder "CBaseEntity"
Adding alias"CBaseEntity *"
Parsing folder "CBasePlayerWeapon"
Failed. File is incorrectly formated.
Parsing folder "CGameRules"
Adding alias"CGameRules *"
Parsing folder "charPointer"
Adding alias"char *"
Parsing folder "CMBaseMonster"
Adding alias"CMBaseMonster *"
Parsing folder "long"
Adding alias"long"
Parsing folder "VectorPointer"
Adding alias"Vector *"

Parsing type aliases ended.

Orpheu configuration ended.
[MMTIMER]: Found swds.dll at 0x03570000
[MMTIMER]: Found hlds.exe at 0x01400000
//--------- 5th STEP DPROTO!
Version 0.9.179 Windows // Orpheu: "hm, DPROTO, I see you!"

[DPROTO]: Loading config './dproto.cfg'
[DPROTO]: LoggingMode = 2
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Done.
POD-Bot mm: plugin attaching
L 09/10/2012 - 21:54:40: -------- Mapchange to de_dust2_2x2 --------

Orpheu functions search started.

Parsing functions started.
Parsing file "Con_Printf" started
Argument type "char *" validated
Argument type "char *" validated
Searching for signature "[0x55][0x8b][0xec][0xb8][0x00](...)" ... FOUND
Parsing file "Con_Printf" ended
Parsing file "dp_traffic_block" started
Argument type "char" validated
Argument type "char" validated
Argument type "char" validated
Searching for signature "[0x8b][0x4c][*][*][0x53](...)" ... NOT FOUND
Searching for signature "[0x55][0x8b][0xec][0x8b][*](...)" ... FOUND
Parsing file "dp_traffic_block" ended
Parsing file "EmitAmbientSound" started
Argument type "edict_s *" validated
Argument type "Vector *" validated
Argument type "char *" validated
Argument type "float" validated
Argument type "float" validated
Argument type "int" validated
Argument type "int" validated
Return type "int" validated
Parsing file "EmitAmbientSound" ended
Parsing functions ended.

Orpheu functions search ended.

Orpheu virtual functions search started.

Parsing virtual functions started.
Parsing folder "CBasePlayerWeapon" started
Parsing file "ReloadSound" started
Return type "int" validated
Invalid index data
FAILED
Parsing file "ReloadSound" ended
Parsing folder "CBasePlayerWeapon" ended
Parsing virtual functions ended.

Orpheu virtual functions search ended.

Orpheu memory structures search started.

Parsing memory structures started.
Parsing memory file "PM"
Processing memory structure "ppmove"
Added memory search structure "ppmove"
Parsing memory structures ended.

Orpheu memory structures search ended.
BAD
Protocol version 48
Exe version 1.1.2.6 (cstrike)
Exe build: 13:36:05 Jul 30 2012 (5758)
couldn't exec language.cfg
couldn't exec listip.cfg
Server IP address 192.168.1.105:27017
No IPX Support.

Metamod version 1.19p32 Copyright © 2001-2006 Will Day
Patch: Metamod-P (mm-p) v32 Copyright © 2004-2007 Jussi Kivilinna
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.1.3746 Copyright © 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

[MMTIMER]: Found swds.dll at 0x03570000
[MMTIMER]: Found hlds.exe at 0x01400000
Version 0.9.179 Windows // HERE DPROTO! BUT Orpheu doesn't know about it yet
[DPROTO]: Loading config './dproto.cfg'
[DPROTO]: LoggingMode = 2
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Done.
POD-Bot mm: plugin attaching
L 09/10/2012 - 21:55:06: -------- Mapchange to de_dust2_2x2 --------

Orpheu configuration started.

Parsing mods configuration started.
Parsing mod file "cstrike"
Parsing mod file "dod"
Parsing mod file "esf"
Parsing mod file "esf_openbeta"
Parsing mod file "ns"
Parsing mod file "SvenCoop"
Parsing mod file "tfc"
Parsing mod file "ts"
Parsing mod file "valve"
Parsing mods configuration ended.

Parsing libraries configuration started.
Parsing file "dproto"
Added library dproto identified by cvar dp_version //Orpheu: "mm, new module! good!" //But It's to late sad.gif pore, pore Orpheu...
Parsing file "monstermod"
Added library monstermod identified by cvar monster_spawn
Parsing file "podbot"
Added library podbot identified by cvar pb_version
Parsing libraries configuration ended.

Parsing type aliases started.
Parsing folder "CBaseEntity"
Adding alias"CBaseEntity *"
Parsing folder "CBasePlayerWeapon"
Failed. File is incorrectly formated.
Parsing folder "CGameRules"
Adding alias"CGameRules *"
Parsing folder "charPointer"
Adding alias"char *"
Parsing folder "CMBaseMonster"
Adding alias"CMBaseMonster *"
Parsing folder "long"
Adding alias"long"
Parsing folder "VectorPointer"
Adding alias"Vector *"

Parsing type aliases ended.

Orpheu configuration ended.

Orpheu functions search started.

Parsing functions started.
Parsing file "Con_Printf" started
Argument type "char *" validated
Argument type "char *" validated
Searching for signature "[0x55][0x8b][0xec][0xb8][0x00](...)" ... FOUND
Parsing file "Con_Printf" ended
Parsing file "dp_traffic_block" started
Library "dproto" is not registered
FAILED
Parsing file "dp_traffic_block" ended
Parsing file "EmitAmbientSound" started
Argument type "edict_s *" validated
Argument type "Vector *" validated
Argument type "char *" validated
Argument type "float" validated
Argument type "float" validated
Argument type "int" validated
Argument type "int" validated
Return type "int" validated
Parsing file "EmitAmbientSound" ended
Parsing functions ended.

Orpheu functions search ended.

Orpheu virtual functions search started.

Parsing virtual functions started.
Parsing folder "CBasePlayerWeapon" started
Parsing file "ReloadSound" started
Return type "int" validated
Invalid index data
FAILED
Parsing file "ReloadSound" ended
Parsing folder "CBasePlayerWeapon" ended
Parsing virtual functions ended.

Orpheu virtual functions search ended.

Orpheu memory structures search started.

Parsing memory structures started.
Parsing memory file "PM"
Processing memory structure "ppmove"
Added memory search structure "ppmove"
Parsing memory structures ended.

Orpheu memory structures search ended.
But if we watch at S0m3Th1nG_AwFul!'s log, we can find this:
1. metamod
2. DPROTO
3. amxmodx

So, check your file addons/metamod/plugins.ini
Don't run dproto before amxmodx :)

S0m3Th1nG_AwFul!, thanks for help, your log was very helpful!

p.s. dp_version is not required - Orpheu check both signatures :)
UPD:linux all the same
Скрытый текст
Parsing file "dp_traffic_block" started
Argument type "char" validated
Argument type "char" validated
Argument type "char" validated
Searching for signature "[0x53][0x83][*][*][0x0f]" ... FOUND
Parsing file "dp_traffic_block" ended


Отредактировал: mazdan, - 10.9.2012, 20:50


Не пишите мне в ЛС. Пишите на почту. В ЛС я пропускаю сообщения.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 1 раз
   + Цитировать сообщение
Статус пользователя seek_vn
сообщение 10.9.2012, 23:04
Сообщение #635


Стаж: 13 лет

Сообщений: 23
Благодарностей: 3
Полезность: 99

Цитата(mazdan @ 10.9.2012, 20:52) *
UPD:
Rechecked with last dproto and server version
Working well. Have same error before place Orpheu in cstrike/addons/amxmodx/configs/modules.ini


mazdan
My server is :
dproto 0.9.179 last version
Build 5758 last version
metamod 1.19p32 last version
Amxmod(x) 1.82 dev24 last version
noflood 1.1 last version
Orpheu 2.3a

Others have the same problem as me !
I tried with an older version of dproto 86 and 122, but the problem remains !

Отредактировал: seek_vn, - 10.9.2012, 23:22
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя S0m3Th1nG_AwFul!
сообщение 10.9.2012, 23:30
Сообщение #636
Стаж: 15 лет

Сообщений: 454
Благодарностей: 323
Полезность: 961

mazdan, спасибо. На моей скудной памяти это первый раз, когда порядок записи metamod-плагинов в plugins.ini играет серьёзную роль. Linux-версия вроде также работает - теперь консоль чиста от этого мусора :)

Кстати
Цитата
Exe build: 13:36:05 Jul 30 2012 (5758)

не является последней версией. Последней версией является:
Цитата
Exe build: 10:44:50 Aug 28 2012 (5758)

Не знаю почему Valve создаёт вечно такую путаницу с номерами билдов для разных платформ, но что есть, то есть. Раньше, во времена 5408 билда, они даже дату сборки не меняли по несколько раз подряд для Windows.

seek_vn, if you still didn't get it: you should check addons/metamod/plugins.ini file and make sure that amxmodx set BEFORE dproto.
For example:
Цитата
win32 addons/mmtimer/mmtimer.dll
win32 addons/amxmodx/dlls/amxmodx_mm.dll
win32 addons/dproto/dproto.dll


Отредактировал: S0m3Th1nG_AwFul!, - 11.9.2012, 0:09
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя mazdan
сообщение 11.9.2012, 5:47
Сообщение #637


Иконка группы

Стаж: 15 лет

Сообщений: 7566
Благодарностей: 5437
Полезность: 1305

Цитата(S0m3Th1nG_AwFul! @ 11.9.2012, 1:30) *
mazdan, спасибо. На моей скудной памяти это первый раз, когда порядок записи metamod-плагинов в plugins.ini играет серьёзную роль. Linux-версия вроде также работает - теперь консоль чиста от этого мусора :)

На моей памяти это тоже первый раз. На аленях вроде как даже не поднимался этот вопрос (я только видел одну тему "как подключить другой модуль" и явно речь не про dproto шла :) )
Цитата
не является последней версией. Последней версией является:
я имел ввиду последнюю версию дпрото и версия сервера такая-то, двоеточие не поставил. Про последний билд я в курсе, к слову я Даниил. А флудеров я не особо боюсь, обновлюсь может потом как-нибудь.
Цитата
seek_vn, if you still didn't get it: you should check addons/metamod/plugins.ini file and make sure that amxmodx set BEFORE dproto.

Yes, this is right.
seek_vn, if you still have troubles attach the log after server full restart (run it with -condebug). It have to contain main points: starting amxmodx, starting orpheu (libreries scanning), starting dproto, orpheu signatures scanning


p.s. sorry for my pore english :)

Отредактировал: mazdan, - 11.9.2012, 5:52


Не пишите мне в ЛС. Пишите на почту. В ЛС я пропускаю сообщения.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 1 раз
   + Цитировать сообщение
Статус пользователя seek_vn
сообщение 11.9.2012, 8:30
Сообщение #638


Стаж: 13 лет

Сообщений: 23
Благодарностей: 3
Полезность: 99

Mazdan the problem was me, were not properly loaded plugins addons/metamod/plugins.ini

plugins.ini necessarily have to look like this:
Код
win32 addons\amxmodx\dlls\amxmodx_mm.dll
win32 addons\mmtimer\mmtimer.dll
win32 addons\dproto\dproto.dll


Thanks for your help. Regards.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 1 раз
   + Цитировать сообщение
Статус пользователя mazdan
сообщение 11.9.2012, 8:54
Сообщение #639


Иконка группы

Стаж: 15 лет

Сообщений: 7566
Благодарностей: 5437
Полезность: 1305

Thanks for response! This is not your fault, nobody know about it. But it very good, now we know how to hook dproto functions by orpheu :)


Не пишите мне в ЛС. Пишите на почту. В ЛС я пропускаю сообщения.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 1 раз
   + Цитировать сообщение
Статус пользователя seek_vn
сообщение 11.9.2012, 10:51
Сообщение #640


Стаж: 13 лет

Сообщений: 23
Благодарностей: 3
Полезность: 99

Good job, plugin works perfectly!
I hope you stop and crash, because of this flood.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
413 страниц V  « 31 32 33 ... 411 412 »
 
Ответить в данную темуНачать новую тему
 
0 пользователей и 46 гостей читают эту тему: