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

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-28-2005, 07:29 AM
ubatch
Sarnak
 
Join Date: Nov 2002
Posts: 88
Default My server on list

My server isnt showing up on the list.

Here's some of my files:

DB.ini
Code:
# READ README.TXT!
[Database]
host=127.0.0.1
user=****
password=*****
database=eq
 
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
LoginServer.ini
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=Caster's Haven
worldaddress=castershaven.no-ip.org
locked=false
account=
password=
 
[WorldServer]
Defaultstatus=20
Unavailzone=
And my Boot5Zones.bat
Code:
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "EXTERNAL_IP_HERE" 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 zoneperl . castershaven.no-ip.org 7995 127.0.0.1
start zoneperl . castershaven.no-ip.org 7996 127.0.0.1
start zoneperl . castershaven.no-ip.org 7997 127.0.0.1
start zoneperl . castershaven.no-ip.org 7998 127.0.0.1
start zoneperl . castershaven.no-ip.org 7999 127.0.0.1
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------------------------
World.exe read-out
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=39497
[Error] [ChatChannelServer] block not found in ./LoginServer.ini
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Breaking bards...done
TCP listening on: castershaven.no-ip.org:9000
World server listening on: castershaven.no-ip.org:9000
Boot5Zones.bat read-out
Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 174 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Error] Starting command queue Mapping...
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000
I recently bought a D-Link Wireless router (model DI-524) and so that might be my problem...I can run world.exe and boot5zones.bat just fine, but can't see my server still.

Any help would be appreciated
__________________
Malkum [Ex]
Owner of "Caster's Haven"
6.0-DR2 (Velious RC1)

Last edited by ubatch; 11-28-2005 at 03:34 PM..
Reply With Quote
  #2  
Old 11-28-2005, 07:46 AM
ubatch
Sarnak
 
Join Date: Nov 2002
Posts: 88
Default

Fixed

Code:
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
This was NOT in my loginserver.ini for some reason, the download from sourceforge is all screwed up =P I dunno how that part got missing.
__________________
Malkum [Ex]
Owner of "Caster's Haven"
6.0-DR2 (Velious RC1)
Reply With Quote
  #3  
Old 11-28-2005, 07:59 AM
ubatch
Sarnak
 
Join Date: Nov 2002
Posts: 88
Default Now i'm getting 1017 error =/

1017 error? Any help
__________________
Malkum [Ex]
Owner of "Caster's Haven"
6.0-DR2 (Velious RC1)
Reply With Quote
  #4  
Old 11-28-2005, 07:46 PM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

-Firewalled?
if so, take it off.

-Are you trying to access to your server which is in your LAN?
if so, you have to edit hosts file, search on forums, I am sure you will find some thread that talks about that.
Reply With Quote
  #5  
Old 11-28-2005, 09:23 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

+1

When client is up to date, most 1017 error come with firewall or LAN problems :(
Don't forget how work a router
A router is like another computer connect to the internet and it give internet to your real computer. If Eqemu waiting information on your IP this information come on the router and when it don't know how make, this information is gone. You need to put a DNat or Nat from the Dlink to the pc for each port you use on emulation (Consult your router guide).

A short example:
If you have one web-site with apache on the real pc and you don't Dnat TCP port 80, nobody can see your site on internet.
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 11-29-2005 at 05:30 AM..
Reply With Quote
  #6  
Old 11-29-2005, 04:37 AM
ubatch
Sarnak
 
Join Date: Nov 2002
Posts: 88
Default

ok, got all to work, BUT...Now I keep going LD and kicked to char select...Mind you this is when using a second computer, havnt tried using the comp the server is on because the GFX card suxors and it just lags a lot =P

Any help on LD stuff and I'll be all set.
__________________
Malkum [Ex]
Owner of "Caster's Haven"
6.0-DR2 (Velious RC1)
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 03:16 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