View Single Post
  #1  
Old 12-09-2003, 11:04 AM
kaltan
Fire Beetle
 
Join Date: Nov 2003
Location: Germantown, TN
Posts: 16
Default You Have Been Disconnected

Hello all, I'm getting the 10054 error with the message 'You Have Been Disconnected' upon entering the game on my server. Funny thing is that this message is overlaid with another message resulting in an illegible garble of 'You Have Been Disconnected'.

I'm running Windows XP Home Edition SP 1
I have a DSL connection (Westell modem in Bridged Ethernet mode). This is then connected to a DI-604 w/ ports 5667, 9000, and zone ports 7992-7999 open for both TCP and UDP. I'm using a default MTU on the server of 1492.

I've tried compiling my own 0.5.2 DR1 and then tried using the precompiled Eqemu-0.5.1-win32 both running with a fresh source from Mw_051_052_alpha1.

I'm able to log into other servers with no problems.
-----------------------------------------------------------------------------------
Boot5zones.bat
-----------------------------------------------------------------------------------
@echo off
if NOT exist spells_en.txt goto NOSPELL
start zone . kaltan.no_ip.com 7992 localhost
start zone . kaltan.no_ip.com 7993 localhost
start zone . kaltan.no_ip.com 7994 localhost
start zone . kaltan.no_ip.com 7995 localhost
start zone . kaltan.no_ip.com 7996 localhost
start zone . kaltan.no_ip.com 7997 localhost
start zone . kaltan.no_ip.com 7998 localhost
start zone . kaltan.no_ip.com 7999 localhost
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------------------------
-----------------------------------------------------------------------------------
Loginserver.ini
-----------------------------------------------------------------------------------
[Loginserver]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=5997
loginport2=5997
worldname=Trogdor_The_Burninator
worldaddress=kaltan.no-ip.com
locked=true

[Worldserver]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5997
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
-----------------------------------------------------------------------------------
db.ini
-----------------------------------------------------------------------------------
[Database]
host=localhost
user=test
password=test
database=eq
compression=off
-----------------------------------------------------------------------------------
I've ensured there are no trailing spaces in my batch files, have the current live updates, copied spells_en and spells_us to my build directory. I'm runnning Mysql-3.23.58-win for the database and compiling with VSC++6.0.

Any help appreciated.
__________________
Kaltan Aurelius
Reply With Quote