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 06-18-2004, 08:37 AM
ryetsu
Fire Beetle
 
Join Date: Jun 2004
Posts: 18
Default Server not showing up...

Here is my world.exe:

Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[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
Screwing up windows compiles...
TCP listening on: 24.94.xxxx:9000
World server listening on: 24.94.xxxx:9000
Connected to LoginServer: eqlogin3.eqemulator.net:5997
8968 New TCP connection: 192.168.1.100:4713
8968 New TCP connection: 192.168.1.100:4714
New zoneserver: #1 192.168.1.100:4713
New zoneserver: #2 192.168.1.100:4714
Zoneserver SetConnectInfo: 192.168.1.100:4713: 24.94.xxxx:7999
Zoneserver SetConnectInfo: 192.168.1.100:4714: 24.94.xxxx:7998
9062 New TCP connection: 192.168.1.100:4715
9062 New TCP connection: 192.168.1.100:4716
9062 New TCP connection: 192.168.1.100:4717
New zoneserver: #3 192.168.1.100:4717
New zoneserver: #4 192.168.1.100:4716
New zoneserver: #5 192.168.1.100:4715
Zoneserver SetConnectInfo: 192.168.1.100:4715: 24.94.xxxx:7997
Zoneserver SetConnectInfo: 192.168.1.100:4716: 24.94.xxxx:7996
Zoneserver SetConnectInfo: 192.168.1.100:4717: 24.94.xxxx:7995
Here is my zone5bat:

Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.7-DR6
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[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: 5426
[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] 164 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 192.168.1.100:9000

As you can see everything seems to be running fine. I have all of the required ports open on my router as well as firewalls removed. I have tried DMZ and nothing seems to work. :(

Here are my config files:
Code:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5999
loginport=5999
loginport=5999
worldname=Storms Of Khoruk Alpha
worldaddress=24.94.xxxx
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[ChatChannelServer]
ChatChannelServer=192.168.1.100
Code:
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

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

if NOT exist spells_us.txt goto NOSPELL

start zone . 24.94.xxxx 7995 192.168.1.100
start zone . 24.94.xxxx 7996 192.168.1.100
start zone . 24.94.xxxx 7997 192.168.1.100
start zone . 24.94.xxxx 7998 192.168.1.100
start zone . 24.94.xxxx 7999 192.168.1.100
exit
cls

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

REM:---------------END------------------------
Any ideas? Thanks all!
Reply With Quote
  #2  
Old 06-18-2004, 08:40 AM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default

http://www.eqemulator.net/forums/viewtopic.php?t=15300
Reply With Quote
  #3  
Old 06-18-2004, 08:55 AM
ryetsu
Fire Beetle
 
Join Date: Jun 2004
Posts: 18
Default

Ok changed my loginserver.ini and I am now getting this:

Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
Incomplete LoginServer.INI file.
[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
Liberating a country that despises us...
TCP listening on: 24.94.xxxx:9000
World server listening on: 24.94.xxxx:9000
Does not connect at all now
Reply With Quote
  #4  
Old 06-18-2004, 08:58 AM
Jezebell
Discordant
 
Join Date: Feb 2004
Location: Florida
Posts: 441
Default

Code:
Incomplete LoginServer.INI file.
You did something wrong with the loginserver.ini file.
__________________
Eru, the Creator of Arda
ServerOwner for The First Age
An EQEMulator Roleplaying [Custom-Legit] Server
The First Age Website

Running on: Asus A7N8X-Deluxe, AMD Athlon XP 2100+, Geil 1024MB PC3200 Ultra DDR RAM,
WD 40GB 7200rpm ATA-100 HDD, Visiontek 128MB Geforce4 TI 4400, Windows XP Pro SP2
Reply With Quote
  #5  
Old 06-18-2004, 09:09 AM
ryetsu
Fire Beetle
 
Join Date: Jun 2004
Posts: 18
Default

You were correct Jezebell..I had a typo in my loginserver.ini

Thanks very much for the responses!
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:22 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3