PDA

View Full Version : i keep geting 1017 error when i try to login to my server


IAsnug30
06-01-2003, 07:25 AM
when i try to login to my server i get 1017 can any one help me out
i have only 1 pc to do this on it is a.

700mhz pc
ram 768 pc 133 sdram
80gig hd
and i am on adsl net

this is what i am geting

__________________________________________________ ___
Boot5zones

Using database 'eq' at localhost
[Status] CURRENT_ZONE_VERSION: EQEMu 0.4.3
[Error] CURRENT_ZONE_VERSION: EQEMu 0.4.3
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
EMuShareMem.dll loaded.
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10061
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode

_________________________________________________
world.exe

Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Please don't make me a levelme server. :(
TCP listening on: 66.127.52.252:9000
World server listening on: 66.127.52.252:9000
Connected to LoginServer: eqlogin2.eqemu.net:5999


now this it all my setup that i dead
_________________________________________________
DB

# READ README.TXT!

[Database]
host=localhost
user=user nname
password=password
database=eq
compression=off

__________________________________________________ _
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Name snug30 world
worldaddress=66.127.52.252
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

MiniLoginAccounts
66.127.52.252 ****** *********

__________________________________________________ _
eqhost

[Registration Servers]
{
"eqlogin1.eqemu.net:5999"
}
[Login Servers]
{
"eqlogin1.eqemu.net:5999"
"eqlogin2.eqemu.net:5999"
}

__________________________________________________ __

Boot5zones


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

if NOT exist spells_en.txt goto NOSPELL

start zone . 66.127.52.252 7995 66.127.52.252
start zone . 66.127.52.252 7996 66.127.52.252
start zone . 66.127.52.252 7997 66.127.52.252
start zone . 66.127.52.252 7998 66.127.52.252
start zone . 66.127.52.252 7999 66.127.52.252
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 i dead it like this to

start zone . 66.127.52.252 7995 127.0.0.1
start zone . 66.127.52.252 7996 127.0.0.1
start zone . 66.127.52.252 7997 127.0.0.1
start zone . 66.127.52.252 7998 127.0.0.1
start zone . 66.127.52.252 7999 127.0.0.1
exit

and like this to

start zone . 66.127.52.252 7995 localhost
start zone . 66.127.52.252 7996 localhost
start zone . 66.127.52.252 7997 localhost
start zone . 66.127.52.252 7998 localhost
start zone . 66.127.52.252 7999 localhost
exit

all of tham like this to

start zone . localhost 7995 localhost

and all like this to

start zone . 127.0.0.1 7995 127.0.0.1



:?: some one plz help me out