PDA

View Full Version : WorldServer connect: FAILED


lucliner
10-13-2004, 03:28 AM
I am getting this error from zone.exe it seems as though the zone servers cant connect to the world server... I'm not understanding this. someone please help...

Edgar1898
10-13-2004, 03:48 AM
paste your boot5zones.bat file

lucliner
10-13-2004, 02:05 PM
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.129.212.65 7995 192.168.1.101
start zone . 24.129.212.65 7996 192.168.1.101
start zone . 24.129.212.65 7997 192.168.1.101
start zone . 24.129.212.65 7998 192.168.1.101
start zone . 24.129.212.65 7999 192.168.1.101
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------------------------

Edgar1898
10-13-2004, 02:26 PM
is 192.168.1.101 the correct ip address of the world server?

are you running the world server on another computer?

lucliner
10-13-2004, 02:34 PM
nope it's running on the same server. The server worked fine until world server disconnected from zone server during me playing... and it hasn't worked since

Cisyouc
10-13-2004, 03:41 PM
Are you running behind a Windows XP-SP2 Firewall? Maybe a router? Anything that could be blocking the port?

Edgar1898
10-14-2004, 02:03 AM
just replace 192.168.1.1 with 127.0.0.1 and you should be fine.