Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-28-2003, 01:51 PM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default Working World.exe and Zone.exe printouts

Thanks everyone for your help! I finally got everything working and thought I should post my world and zone printouts for others to look at.

World.exe:

Quote:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26489, max id=68199
[Status] LoginServer.ini read.
[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
Breaking bards...done
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
Connected to LoginServer: 127.0.0.1:5997
10926 New TCP connection: 127.0.0.1:2761
New zoneserver: #1 127.0.0.1:2761
Zoneserver SetConnectInfo: 127.0.0.1:2761: 127.0.0.1:7999
11046 New TCP connection: 127.0.0.1:2762
11046 New TCP connection: 127.0.0.1:2763
11046 New TCP connection: 127.0.0.1:2764
11046 New TCP connection: 127.0.0.1:2765
New zoneserver: #2 127.0.0.1:2765
New zoneserver: #3 127.0.0.1:2764
New zoneserver: #4 127.0.0.1:2763
New zoneserver: #5 127.0.0.1:2762
Zoneserver SetConnectInfo: 127.0.0.1:2762: 127.0.0.1:7997
Zoneserver SetConnectInfo: 127.0.0.1:2763: 127.0.0.1:7998
Zoneserver SetConnectInfo: 127.0.0.1:2764: 127.0.0.1:7996
Zoneserver SetConnectInfo: 127.0.0.1:2765: 127.0.0.1:7995
Zone.exe (one of five - lol, sounds like the borg):

Quote:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading doors
[Status] FileLoadSPDat() Loading spells from spells_us.txt
[Status] FileLoadSPDat() spells loaded: 4352
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 148 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000
Now, if I can only find a database file that works and has moving npcs and lets me create a new character (haha) - oh well, I'm mostly there...
Reply With Quote
  #2  
Old 11-28-2003, 02:07 PM
Everquester
Fire Beetle
 
Join Date: Apr 2003
Posts: 10
Default

could you post your loginserver.ini and boot5zones.bat settings? can't seem to get my zones to connect when I activate boot5zones.bat.
Reply With Quote
  #3  
Old 11-28-2003, 02:10 PM
Bearik's Avatar
Bearik
Hill Giant
 
Join Date: Nov 2003
Location: Washington
Posts: 104
Default

I already posted the correct loginserver info in your thread Everquester, but here

Quote:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=
worldaddress=
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
Reply With Quote
  #4  
Old 11-28-2003, 02:17 PM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default

And here is mine, just for the record. My loginserver and world addy are the local computer ip because I'm running it off miniserver (I'm on a 26k internet connection so the only thing that makes sense for me right now is a miniserver). Also, I noticed that changing my mysql username/password all to lowercase made a difference for me.

LoginServer.ini:

Quote:
[LoginServer]
loginserver=127.0.0.1
loginport=5997
worldname=Astartae's
worldaddress=127.0.0.1
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5997
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
and db.ini:

Quote:
[Database]
host=localhost
user=astartae
password=*****
database=eq
compression=off
Reply With Quote
  #5  
Old 11-28-2003, 02:37 PM
Everquester
Fire Beetle
 
Join Date: Apr 2003
Posts: 10
Default

What I was wondering about whas the boot5zones.bat settings, for some reason I always get this error when I run it

Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from spells_us.txt
[Status] FileLoadSPDat() spells loaded: 4352
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 148 commands loaded
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10061
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode
My world.exe run's and connects just fine, but I can't get the zones to connect, this is my boot5zones.bat settings

Code:
REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 12.206.12.8 7995 12.206.12.8
start zone . 12.206.12.8 7996 12.206.12.8
start zone . 12.206.12.8 7997 12.206.12.8
start zone . 12.206.12.8 7998 12.206.12.8
start zone . 12.206.12.8 7999 12.206.12.8
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------

and my loginserver.ini


Code:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=7999
loginport2=7999
worldname=Shinji Non-Legit
worldaddress=12.206.12.8
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
it's that damn 10061 error that I can't seem to shake.
Reply With Quote
  #6  
Old 11-28-2003, 03:21 PM
Bearik's Avatar
Bearik
Hill Giant
 
Join Date: Nov 2003
Location: Washington
Posts: 104
Default

Quote:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=7999
loginport2=7999
worldname=Shinji Non-Legit
worldaddress=12.206.12.8
locked=false
Theres your problem, I told you to use port 5997

Change

loginport=7999

to

loginport=5997

And there you go. If this doesnt fix it try the search function

Edit: Leave boot5zones.bat as it though
Reply With Quote
  #7  
Old 11-28-2003, 06:40 PM
Everquester
Fire Beetle
 
Join Date: Apr 2003
Posts: 10
Default

5997 didn't work when I tried it so I was just putting numbers in, doesn't work with that either, gonna see what I can find on error 10061
Reply With Quote
Reply


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 05:18 PM.


 

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