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!

Warning initlog And Error DBAgent_24

Newbie Spellweaver
Joined
Sep 4, 2008
Messages
39
Reaction score
0
Warning And Error
Server OK , but when select channal it stop

Code:
Starting GlobalDBAgent: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Starting DBAgent_24: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Starting GlobalMgrSvr: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Starting ChatNode_24: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Starting LoginSvr_01: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Starting CashDBAgent: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Starting WorldSvr_24_01: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Starting WorldSvr_24_02: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
Starting WorldSvr_24_03: WARNING: initlog is deprecated and will be removed in a future release
WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]

DBAgent_24.log and other it ok not error

Code:
[Sat Sep  6 2008 21:20:37.403033 3065637776]: [##ERROR##] mismatch server index (1, 24)
[Sat Sep  6 2008 21:20:37.403057 3065637776]: [##ERROR##] 'OnIPCConnect2Svr' fail (Proc/Connect.cpp:33)
[Sat Sep  6 2008 21:20:37.403072 3065637776]: [##ERROR##] UsrMap Fail : MainCmd(5) Ret(21:0:33) Addr(61.47.61.217)
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
One of your serveridx values is wrong. They should all be serveridx=24 and groupidx=1 other than globaldbagent which should have a serveridx of 128. The other message is just a warning and can be ignored.

Please post help requests in the help section next time ;)
 
Upvote 0
Newbie Spellweaver
Joined
Sep 4, 2008
Messages
39
Reaction score
0
my in file now

WorldSvr_24_01.ini
[WorldSvr]
ServerIdx=1
GroupIdx=1
WorldSvr_24_02.ini
[WorldSvr]
ServerIdx=1
GroupIdx=2
WorldSvr_24_03.ini
[WorldSvr]
ServerIdx=1
GroupIdx=3
DBAgent_24.ini
[DBAgent]
ServerIdx=24
DBProcessTNum=5
DSN=CabalGame24
GlobalDBAgent.ini
[DBAgent]
ServerIdx=128
DBProcessTNum=10
DSN=CabalAccount
 
Last edited:
Upvote 0
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
Still wrong. Your DBAgent_24 has an idx of 24 but all the WorldSvr inis are set to 1 and they must match, a DBAgent on Idx 24 won't talk to the world servers on Idx 1. Set all WorldSvr inis to ServerIdx=24.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 4, 2008
Messages
39
Reaction score
0
reach map , but come out login again , I can not choose the character but choose Channal get

WorldSvr_24_01.log

Code:
[Sun Sep  7 2008 00:23:49.671308 4000240]: [##ERROR##] remoteAddr(192.168.1.34), connectRetryNum_(9,0), serverAddr(192.168.1.34:38170)
[Sun Sep  7 2008 00:23:49.671376 4000240]: try connect 61.47.61.217:38170, Sync
[Sun Sep  7 2008 00:23:49.671499 4000240]: sock 5 ->LinkHandler Open
[Sun Sep  7 2008 00:23:49.671528 4000240]: SendIPSConnect2Svr (161:24:01:00)
[Sun Sep  7 2008 00:23:49.671867 24910736]: ChannelType changed(0 -> 1)
[Sun Sep  7 2008 00:25:38.164365 4000240]: accept success 11(192.168.1.5:55581)
[Sun Sep  7 2008 00:25:38.164472 4000240]: 1.open user 11 [B7E1DFC0] (192.168.1.5)
[Sun Sep  7 2008 00:25:38.327424 24910736]: [##ERROR##] Unknown Pay Type: 5

Edit ConnectRetryNum=10 to ConnectRetryNum=9 ?

but edit 9
Code:
[Sun Sep  7 2008 00:34:32.436416 2087392]: [##ERROR##] remoteAddr(61.47.61.217), connectRetryNum_(8,0), serverAddr(61.47.61.217:38170)
[Sun Sep  7 2008 00:34:32.436479 2087392]: try connect 61.47.61.217:38170, Sync
[Sun Sep  7 2008 00:34:32.436608 2087392]: sock 5 ->LinkHandler Open
[Sun Sep  7 2008 00:34:32.436638 2087392]: SendIPSConnect2Svr (161:24:01:00)
[Sun Sep  7 2008 00:34:32.436843 25791376]: ChannelType changed(0 -> 1)

My ChannelType in file GlobalMgrSvr.ini

[Server24]
# Adult(On)
ChannelType01=1
MaxUserNum01=300
ChannelType02=3
MaxUserNum02=300
ChannelType03=6
MaxUserNum03=300
 
Last edited by a moderator:
Upvote 0
The Cat in the Hat
Legend
Joined
Oct 26, 2005
Messages
4,475
Reaction score
677
I should have watched my mouth and not said/talked poop to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
 
Upvote 0
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
You are using a mixture of LAN and WAN IP addresses there (61.47.61.217 and 192.168.1.34) which isn't generally a good idea. Setting a server up behind a router is not easy to do unless you are pretty good with networking and figuring out routing problems as the server cannot listen on both the lan and the wan, only one or the other.
 
Upvote 0
Back
Top