Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help, New Channel

Junior Spellweaver
Joined
Mar 24, 2006
Messages
119
Reaction score
29
Hello:
Well I say my problem
I made 2 new channels ("TierraGloriosa" and "War").
I have a problem with the channel of "war", the first problem:

Markox - Help, New Channel - RaGEZONE Forums


As will notice the name of my room is Channel 2 (Novice)(War)
I just want to say that "Channel 2 (war)"

Then I have these problems in the log "GlobalMgrSvr":
Code:
[Sun Sep  7 2008 14:13:03.014533 3086640832]: 6.open user 15 [A032AB8] (MYip)
[Sun Sep  7 2008 14:13:03.062568 3086171040]: [##ERROR##] already exist server session (24:02), ip(MyIP, MyIP)
[Sun Sep  7 2008 14:13:03.063109 3086171040]: 6.close user -1 [A032AB8] (MyIp)
[Sun Sep  7 2008 14:13:03.063159 3086171040]: [##ERROR##] 'OnIPCConnect2Svr' fail (Proc/Connect.cpp:61)
[Sun Sep  7 2008 14:13:03.063199 3086171040]: [##ERROR##] UsrMap Fail : MainCmd(5) Ret(3D:0:61) Addr(MyIP)
[Sun Sep  7 2008 14:13:05.063332 3086640832]: sock -1 ->handle_timeout
[Sun Sep  7 2008 14:13:05.063527 3086640832]: already unlink A032AB8 (status=0)
[Sun Sep  7 2008 14:14:02.071431 3086640832]: accept success 15(MyIP:32832)

Anybody can help me?
This is the configuration I have in the "GlobalMgrSvr"
Code:
 [NetLib]
Port=38170
SendMaxBufSize=65536
SendMaxBufSizeUserHandler=262144
SendMaxBufSizeLinkHandler=1048576
ProcessDataLimit=50000
MaxUserNum=2048
WatchsNoPackLimit=100000
SystemLogTTimeOut=100
ReactorTimeOut=-1
ConnectRetryTime=5000
ConnectRetryNum=50
LogLevel=3

[GlobalMgrSvr]
Timer=1:10000
WorldMaxUserNum=300
NoNotifyTimeLimit=60000
DefaultServerOpen=1
LoadServerAndChannelType=1

[DefaultServerCfg]
# Junior(ON),Warchannel(On)
ChannelType41=8
ChannelType42=8
MaxUserNum41=300
MaxUserNum42=300

# National
ChannelType03=16908368
ChannelType01=0
ChannelType02=9
ChannelType39=16908368
ChannelType40=16908368

# Personal
ChannelType43=16777296
ChannelType44=16777296
ChannelType45=16777296
ChannelType46=16777296
ChannelType47=16777296

ServerOpen01=1
ServerOpen02=1
ServerOpen03=1
ServerOpen39=1
ServerOpen40=1

ServerOpen43=1
ServerOpen44=1
ServerOpen45=1
ServerOpen46=1
ServerOpen47=1

# Max User
MaxUserNum36=50
MaxUserNum37=50
MaxUserNum38=50
MaxUserNum39=50
MaxUserNum40=50

MaxUserNum43=50
MaxUserNum44=50
MaxUserNum45=50
MaxUserNum46=50
MaxUserNum47=50

[Server24]
# Adult(On)

[DBAgent]
Addr=MYIP
Port=38180
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,021
Reaction score
999
The (Novice) in the name comes from the client and you can't change it so use a different channel number.

I would guess the other problem is actually in the worldsvr configs and not the globalmgrsvr. It looks like 2 of your channels are using serveridx=24 and groupidx=2.
 
Upvote 0
Back
Top