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!

Problem with WorldSvr

Initiate Mage
Joined
Jan 6, 2008
Messages
3
Reaction score
0
I have an error with my WorldSvr. mind anyone help me with this...? I have no idea what's wrong.

Code:
[Thu Aug 21 2008 03:53:43.280485 3086948032]: open log file  '/var/log/cabal/WorldSvr_24_01.log'
[Thu Aug 21 2008 03:53:43.281220 3086948032]: LOG LEVEL: 3
[Thu Aug 21 2008 03:53:43.281484 3086948032]: Start WorldSvr_24_01 Server
[Thu Aug 21 2008 03:53:43.282215 3086948032]: GameGuard enabled version
[Thu Aug 21 2008 03:53:43.282258 3086948032]: GameGuard turned off
[Thu Aug 21 2008 03:53:43.282283 3086948032]: APEX enabled version
[Thu Aug 21 2008 03:53:43.282317 3086948032]: APEX turned off
[Thu Aug 21 2008 03:53:43.284399 3086948032]: Local ip = 172.17.70.40 (from ini)
[Thu Aug 21 2008 03:53:43.285204 3086948032]: try connect 127.0.0.1:38170, Sync
[Thu Aug 21 2008 03:53:43.287536 3086948032]: sock 5 ->LinkHandler Open
[Thu Aug 21 2008 03:53:43.288430 3086948032]: try connect 127.0.0.1:38181, Sync
[Thu Aug 21 2008 03:53:43.290210 3086948032]: sock 7 ->LinkHandler Open
[Thu Aug 21 2008 03:53:43.290359 3086948032]: try connect 127.0.0.1:38190, Sync
[Thu Aug 21 2008 03:53:43.294534 3086948032]: sock 8 ->LinkHandler Open
[Thu Aug 21 2008 03:53:43.295347 3086948032]: try connect 127.0.0.1:38121, Sync
[Thu Aug 21 2008 03:53:43.297352 3086948032]: sock 9 ->LinkHandler Open
[Thu Aug 21 2008 03:53:43.322625 25566112]: CProcessLayer(0)::svc Start [25566112]
[Thu Aug 21 2008 03:53:46.704861 68582304]: CProcessLayer(1)::svc Start [68582304]
[Thu Aug 21 2008 03:53:46.781864 55655328]: CProcessLayer(2)::svc Start [55655328]
[Thu Aug 21 2008 03:53:46.932651 102251424]: CProcessLayer(3)::svc Start [102251424]
[Thu Aug 21 2008 03:53:46.933304 116067232]: CProcessLayer(4)::svc Start [116067232]
[Thu Aug 21 2008 03:53:47.051702 36055968]: CProcessLayer(5)::svc Start [36055968]
[Thu Aug 21 2008 03:53:47.051821 82037664]: CProcessLayer(6)::svc Start [82037664]
[Thu Aug 21 2008 03:53:47.051893 126557088]: CProcessLayer(7)::svc Start [126557088]
ACE_ASSERT: file World.cpp, line 1041 assertion failed for 'iSpeciesIdx == pMobsData[iSpeciesIdx].iSpeciesIdx'.Aborting...
 
Junior Spellweaver
Joined
Aug 15, 2008
Messages
184
Reaction score
5
I get this to , you modified the drop rate files right?try put them back and see if it works
 
Upvote 0
Initiate Mage
Joined
Jan 6, 2008
Messages
3
Reaction score
0
nope. I haven't edited anything. Just setup my server.

problem with the db then?
 
Upvote 0
Junior Spellweaver
Joined
Aug 15, 2008
Messages
184
Reaction score
5
After i edited my drop rate files i got that

ACE_ASSERT: file World.cpp, line 1041 assertion failed for 'iSpeciesIdx == pMobsData[iSpeciesIdx].iSpeciesIdx'.Aborting...


Maybe its a firewall on check it out
 
Upvote 0
Initiate Mage
Joined
Jan 6, 2008
Messages
3
Reaction score
0
how did you edit the drop rate? I'll try and check it.


as for firewall, I did turn it off during install as per the instructions.
 
Upvote 0
Back
Top