You are Unregistered, please register to gain Full access.
    


RaGEZONE sponsored advertisment:

 
 
LinkBack Thread Tools
Old 07-02-2009   #1 (permalink)
Member
 
Rank: Hobbit
Join Date: Apr 2007
Location: England
Posts: 43
Thanked 0 Times in 0 Posts

match agent Not Conecting

Your Ad Here
Hello i need help, i have read posts about fixing it however it hasent worked.

here is a list of the files i think you might need, if any one can like tell me how to like... umm fix it, i have all ports opened and working as tested

if any one that can help me that will be awesome!

Server.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="root"
PASSWORD="********"

[SERVER]
MAXUSER=2000
SERVERID=1
SERVERNAME="Serenity's Quest Server"
FREELOGINIP="wanip"
KEEPERIP="wanip"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

[FILTER]
USE="0" 
ACCEPT_INVALID_IP="1"

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
MAtch server log
Code:
Match-Server Log
[07/02/09 17:05:56] DBMS connected
[07/02/09 17:05:56] Command registeration completed
[07/02/09 17:05:56] Release Date : Jun 13 2007
[07/02/09 17:05:56] X-Trap Off
[07/02/09 17:05:56] MD5 Check Off
[07/02/09 17:05:56] Server Country : BRAZIL
[07/02/09 17:05:56] Command version : (56)
[07/02/09 17:05:56] Event usable state : (false)
[07/02/09 17:05:56] Load event size : (0)
[07/02/09 17:05:56] FileCRCCheckSum usable state : (false)
[07/02/09 17:05:56] FileCRC size : (1)
[07/02/09 17:05:56] Country Code Filter usalbe state : (false)
[07/02/09 17:05:56] Accept Invalied IP state : (true)
[07/02/09 17:05:56] Keeper IP : (wanip)
[07/02/09 17:05:56] Monitor IP : (127.0.0.1)
[07/02/09 17:05:56] Match Server Created (Port:6000)
Match Agent
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>Serenity's Quest Server</NAME>
<MAXCLIENT>2000</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="wanip" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>

</xml>
Locator.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="root"
PASSWORD="******"

[NETWORK]
IP="wanip"
PORT="8900"

[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no" 
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"
thank you!
raffsplash is offline   Reply With Quote

RaGEZONE sponsored advertisment:
Old 07-03-2009   #2 (permalink)
Proud Ragezone Supporter
 
keujh's Avatar
 
Rank: Member +
Join Date: Apr 2008
Location: Canada/Quebec
Posts: 458
Blog Entries: 1
Thanked 25 Times in 16 Posts

Re: match agent Not Conecting

okay first of all, if your on a router you have to port forward.

Make Sure Your Configuration Settings look like this.

Match Server:

Spoiler:
DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="Your MMSQL PASSWORD"

[SERVER]
MAXUSER=1200
SERVERID=1
SERVERNAME="Questserver"
FREELOGINIP="127.0.0.1" <-- Your Wan ip - www.whatsmyip.org
KEEPERIP="127.0.0.1" <-- Your Wan ip - www.whatsmyip.org
MONITORIP="127.0.0.1" <-- Leave this as it is.
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="1"
USE_FILECRC="0"
USE_MD5="0"


Lacator:

Spoiler:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="YOUR MSSQL PASSWORD"

[NETWORK]
IP="127.0.0.1" <-- "YOUR WAN IP" www.whatsmyip.org
PORT="8900"

[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no"
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"



Match agent:
Spoiler:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>Your Servers Name</NAME>
<MAXCLIENT>1200</MAXCLIENT> <-- How many people your server can hold.
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/> <-- Leave the 127.0.0.1
<ADDRESS ip="YOUR WAN IP" tcpport="7777" udpport="5100"/> <-- www.whatsmyip.org
</AGENTCONFIG>
</XML>


for tutorials on port forwarding Check www.portforward.com

Ohh, and Thank me if i helped ;)
__________________
keujh is offline   Reply With Quote

Endorsement
Old 07-03-2009   #3 (permalink)
Member
 
Rank: Hobbit
Join Date: Apr 2007
Location: England
Posts: 43
Thanked 0 Times in 0 Posts

Re: match agent Not Conecting

thanks, however all port have been forwarded and alowed already,

this is EXACTLy how my servers files work already, im just tured of things not working
raffsplash is offline   Reply With Quote

Endorsement

Old 07-03-2009   #4 (permalink)
RaGEZONER
 
Rank: Hobbit
Join Date: May 2009
Posts: 55
Thanked 0 Times in 0 Posts

Re: match agent Not Conecting

Code:
FREELOGINIP="wanip"
KEEPERIP="wanip"
I'm assuming your actual WAN IP is filled in there, not just the text 'wanip'?
__________________
Also known as 'Ping!'
clum is offline   Reply With Quote
Old 07-03-2009   #5 (permalink)
Member
 
Rank: Hobbit
Join Date: Apr 2007
Location: England
Posts: 43
Thanked 0 Times in 0 Posts

Re: match agent Not Conecting

you assumed right, i dont want my ip getting out :) haha
raffsplash is offline   Reply With Quote
Old 07-04-2009   #6 (permalink)
Guess.
 
Tman151's Avatar
 
Rank: Member +
Join Date: May 2009
Location: California
Posts: 327
Blog Entries: 1
Thanked 7 Times in 3 Posts

Re: match agent Not Conecting

Why is your username "root" ?
username="sa" all the way. :)
__________________
I'm going to be a father.
Tman151 is offline   Reply With Quote
Old 07-05-2009   #7 (permalink)
Member
 
Rank: Hobbit
Join Date: Apr 2007
Location: England
Posts: 43
Thanked 0 Times in 0 Posts

Re: match agent Not Conecting

i dont know, it just what happend when i set up s8l server, realy dont know why but ah a username is just a user name, it works at least,
raffsplash is offline   Reply With Quote
Old 07-10-2009   #8 (permalink)
Member
 
Rank: Hobbit
Join Date: Apr 2007
Location: England
Posts: 43
Thanked 0 Times in 0 Posts

Re: match agent Not Conecting

/bump

I have managed to make a Clan War server, and it's match agent DOES work, its strange, what do i do now?
raffsplash is offline   Reply With Quote
Old 07-10-2009   #9 (permalink)
Teh Error In Life
 
Katsuro's Avatar
 
Rank: Member +
Join Date: Oct 2006
Location: Kau, Hawaii.
Posts: 842
Blog Entries: 1
Thanked 3 Times in 3 Posts

Re: match agent Not Conecting

Whats the Match agent log?
__________________

In the Feature and the Past, Going nowhere much too fast.

Katsuro is offline   Reply With Quote
Old 07-15-2009   #10 (permalink)
Member
 
Rank: Hobbit
Join Date: Apr 2007
Location: England
Posts: 43
Thanked 0 Times in 0 Posts

Re: match agent Not Conecting

well i will send you it now

Code:
[06/20/09 15:30:40] Command registeration completed
[06/20/09 15:30:40] Match Agent Created (Port:0)
[06/20/09 15:30:40] Failed to Connect to MatchServer (Err:-1)
[06/20/09 15:30:50] Reconnect to MatchServer
[06/20/09 15:30:50] Failed to Connect to MatchServer (Err:-1)
[06/20/09 15:31:00] Reconnect to MatchServer
[06/20/09 15:31:00] Failed to Connect to MatchServer (Err:-1)
[06/20/09 15:31:10] Reconnect to MatchServer
[06/20/09 15:31:10] Failed to Connect to MatchServer (Err:-1)
[06/20/09 15:31:20] Reconnect to MatchServer
[06/20/09 15:31:20] Failed to Connect to MatchServer (Err:-1)
 RealCPNet> SessionCreated=54, SessionDestroyed=53
any one can help?
raffsplash is offline   Reply With Quote
 

Bookmarks

Tags
match agent error fix

Thread Tools




Translated by Google
Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Maltese Norwegian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swedish Taiwanese Thai Turkish Ukrainian Vietnamese
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274