PDA

View Full Version : World.exe not connecting to login server


Charmy
05-06-2004, 11:54 PM
Hi all, great program btw, just having one small issue, when i start up World.exe with the 5.7 release, it never attempts to connect to the login servers. Before this i had the 5.6 release in and it worked fine, however was having a problem with character creation.

I downloaded the 5.7 source patched the areas for character creation compiled with 0 errors, however now i can't connect to world.exe because of the fact it won't connect to any login servers, this includes the minilogin server. i will continue looking through the code to see if i can find anything that might help, but up till now i have found nothing, if you have any info at all would help alot =). or perhaps i made some dumbass mistake which is completely possible.


Thanks again =).

Destavator
05-07-2004, 12:10 AM
can you post the output of world.exe and your zone.exe

Charmy
05-07-2004, 12:29 AM
of course here we go

World.exe

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR2
[Status] Loading variables...
[Status] Loading items...
[Status] EMuShareMem Loaded
[Status] Loading items from database: count=26679, max id = 68199
[Status] [ChatChannelServer] block not found in ./LoginServer.ini
[Status] Loading guild ranks...
[Status] Loading ./addon.ini...
[Status] Loading EQ Time of day...
[Status] Reboot zone modes ON
[Status] Deleted 0 Stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: You need to get laid....
TCP Listening on: localhost:9000
World Server listening on: localhost:9000


This is without zone.exe loaded, once i start zone.exe the following line is added.


12156 New TCP connection: 137.0.0.1:2131
New zoneserver: #2 127.0.0.1:2123

There are a few more instances of this since i have it set up to load 4 zones.... but they all say the same thing... as for zone.exe the output is


Zone.exe

[Status] Loading npc faction lists
[Status] Loading NPC faction lists from database
[Status] Loading loot tables
[Status] Loading loot tables from database....
[Status] Loading doors
[Status] Loading doors from database....
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPdat() Spells loaded: 5022
[Status] Loading Guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: command 'help' defaulting to access level 0!
[Status] command_init(): Warning: command 'version' defaulting to access level 0!
[Status] command_init(): Warning: command 'serversidename' defaulting to access level 0!
[Status] command_init(): Warning: command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: command 'si' defaulting to access level 0!
[Status] 160 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000


Thanks for looking at this =) hope it tells you more than it tells me.

Charmy
05-07-2004, 12:30 AM
wanted to add this is ofcourse with me running the minilogin server. hence the local connections, and there was one part where i put 137.0.0.1 it was suppose to say 127.0.0.1 =)

Derision
05-07-2004, 12:39 AM
Add:

[ChatChannelServer]
ChatChannelServer=127.0.0.1

to the end of LoginServer.ini

Charmy
05-07-2004, 12:49 AM
woot works. thanks so much =)


<<total noob mistake, it was getting caught up in the chat connection i take it. or... whatever it was doing, well anyway thanks alot =) going to see if i can play it now thanks again!

Charmy
05-07-2004, 12:59 AM
New error came out in character creation,

World.exe

Name approval request for:Froggie race:74 class :2
Character creation request from LS#0 (127.0.0.1:1267) :
Name: Froggie
Race: 330 Class: 2 Gender: 0 Deity: 208 Start zone: 6
STR STA AGI DEX WIS INT CHA Total
90 100 100 110 75 50 1 526
Face: 6 Eye colors: 6 0
hairstyle: 255 Haircolor: 255
Beard: 255 Beardcolor: 255
Validation char creation info....
Stat potins total doesn't match expected value: expection 600 got 526
Stat Wis is out of range
Stat INT is out of range
Stat CHA is out of range
Found 4 errors in character creation request
CheckCharCreateInfo did not validate the request (bad race/class/stats)
DeleteCharacter: succussfully deleted 'Froggie' (id 4)


not really sure why its giving me such odd ranges, perhaps i made a mistake in database.cpp i personally couldnt' tell from just looking at this but i will go check the chages i made before compiling and see if i missed or changed somthing incorrectly.
thanks again for all the help.

Derision
05-07-2004, 01:02 AM
See Maximo's post in this thread:

http://www.eqemulator.net/forums/viewtopic.php?t=14727&highlight=wis+range

Sounds like you made the same mistake in editing the file.

Also, if you get a version of the source from on or after 1st May from http://cvs.biosprite.net/ you shouldn't need to edit it at all.

Charmy
05-07-2004, 01:04 AM
Thanks once again compiling it now to test it =)

Charmy
05-07-2004, 01:47 AM
In the words of his greatness philips, you sir, fucking rule.

thanks again