View Single Post
  #1  
Old 01-11-2004, 06:45 PM
AthusMindless
Fire Beetle
 
Join Date: Jan 2004
Posts: 2
Default Problem in World.exe

I am trying ot setup my own personal server (not for others to login b/c i have 56k) and I have run across a problem.. (WinXP, Using Miniport login) In world.exe i get an error line that reads:

Error: Loginserver::Connect: 'TCPconnection::Connect(): connect() failed. Error: 10061'



____Loginserver.ini_____

[LoginServer]
loginserver=localhost
loginport=5997
worldname=Eye 4 an Eye
worldaddress=localhost
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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



____eqhost.txt_____

[Registration Servers]
{
"localhost"
}
[Login Servers]
{
"localhost"
}



___Boot5zones.bat____


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

if NOT exist spells_us.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 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------------------------
Reply With Quote