Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 05-06-2004, 11:54 PM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default World.exe not connecting to login server

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 =).
  #2  
Old 05-07-2004, 12:10 AM
Destavator
Sarnak
 
Join Date: Apr 2004
Posts: 37
Default

can you post the output of world.exe and your zone.exe
  #3  
Old 05-07-2004, 12:29 AM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default

of course here we go

World.exe
Code:
[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.

Code:
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
Code:
[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.
  #4  
Old 05-07-2004, 12:30 AM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default

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 =)
  #5  
Old 05-07-2004, 12:39 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Add:

[ChatChannelServer]
ChatChannelServer=127.0.0.1

to the end of LoginServer.ini
  #6  
Old 05-07-2004, 12:49 AM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default

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!
  #7  
Old 05-07-2004, 12:59 AM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default

New error came out in character creation,

World.exe
Code:
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.
  #8  
Old 05-07-2004, 01:02 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

See Maximo's post in this thread:

http://www.eqemulator.net/forums/vie...ight=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.
  #9  
Old 05-07-2004, 01:04 AM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default

Thanks once again compiling it now to test it =)
  #10  
Old 05-07-2004, 01:47 AM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default

In the words of his greatness philips, you sir, fucking rule.

thanks again
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:11 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3