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 03-16-2005, 05:45 PM
runn3r
Fire Beetle
 
Join Date: Apr 2004
Posts: 15
Default Weird 1017 while hosting a server

[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=36966
[Status] ./LoginServer.ini read.
[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
Formatting drive C:
TCP listening on: runn3r.no-ip.org:9000
World server listening on: runn3r.no-ip.org:9000
Connected to LoginServer: newlogin1.eqemulator.net:5994
84481 New TCP connection: 192.168.0.108:1110
New zoneserver: #1 192.168.0.108:1110
Zoneserver SetConnectInfo: 192.168.0.108:1110: runn3r.no-ip.org:8780
84541 New TCP connection: 192.168.0.108:1111
New zoneserver: #2 192.168.0.108:1111
Zoneserver SetConnectInfo: 192.168.0.108:1111: runn3r.no-ip.org:8781


world output...notice the listening ip adress

[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 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 ./spel
[Status] FileLoadSPDat() spells loaded: 6435
[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] 176 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: 192.168.0.108:9000
notice wat it connects to..iono..

everything is connected right..but me and everyone else gets error 1017 any ideas..?[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=Dark Lore (Custom Legit-In Dev)
worldaddress=runn3r.no-ip.org
locked=False
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

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 192.168.0.108

REM: If you still get errors try using 192.168.0.108 instead of 192.168.0.108

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

if NOT exist spells_us.txt goto NOSPELL

start zone . runn3r.no-ip.org 8780 192.168.0.108
start zone . runn3r.no-ip.org 8781 192.168.0.108

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------------------------

d-link router
Reply With Quote
  #2  
Old 03-17-2005, 12:26 AM
sonicintuition
Hill Giant
 
Join Date: Jan 2005
Posts: 124
Default

In your boot5zones.bat file, or whatever you named it, you may want to change the IP's to 127.0.0.1. I have never had any problems using that, and whenever I changed that IP to something else it usually created problems. I'm also running on a LAN, using minilogin but can easily switch over to the EQEmu login server if I wanted, and in that process I always leave the IP at 127.0.0.1.

Quote:
if NOT exist spells_us.txt goto NOSPELL

start zone . runn3r.no-ip.org 8780 127.0.0.1
start zone . runn3r.no-ip.org 8781 127.0.0.1

exit
cls
Let me know if it works. If not, we may need to try something else.

Regards,
SI

EDIT: I just assumed from the secondary LAN IP's you had in your post there, that you were running on a LAN. Then I looked at the REM lines and noticed that is says to use those IP's if you're using minilogin, which according to your files, you're trying to connect to the EQemu login server. Did you change the IP address in the REM lines? That doesn't actually do anything, they're just notes. Anyway, regardless of whether or not you are running your server on a LAN, leave the IP's I just explained at 127.0.01. The only time you'd change this is if your zone servers were running on a different machine than your world server, which most people don't do.

Last edited by sonicintuition; 03-17-2005 at 08:32 AM..
Reply With Quote
  #3  
Old 03-17-2005, 01:39 AM
runn3r
Fire Beetle
 
Join Date: Apr 2004
Posts: 15
Default

lol...changed it to that..didnt work..tried localhost..didnt work..others can connect...i dunno why i cant connect
Reply With Quote
  #4  
Old 03-17-2005, 09:13 AM
sonicintuition
Hill Giant
 
Join Date: Jan 2005
Posts: 124
Default

Hmmm, not sure what to tell you then. Are you able to connect to other people's servers? If so, I'd be just as lost as you. If you can't though, you probably have the wrong client version. That's all I can think of at the moment. Wish I could be more helpful.

Regards,
SI
Reply With Quote
  #5  
Old 03-17-2005, 10:03 AM
runn3r
Fire Beetle
 
Join Date: Apr 2004
Posts: 15
Default

Oo ok thanks anyways..i can connect to others servers...
Reply With Quote
  #6  
Old 03-17-2005, 10:17 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

*edit* nm, now that others can connect this is not accurate
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.

Last edited by RangerDown; 03-17-2005 at 06:26 PM..
Reply With Quote
  #7  
Old 03-17-2005, 10:46 AM
sysadmin
Hill Giant
 
Join Date: Feb 2005
Posts: 163
Default

Quote:
http://bash.org/?4753 - <xterm> The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself?
/Evil_Grin
__________________
Sysadmin.
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 07:05 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3