enigmatic
03-15-2004, 12:02 PM
I am having problems getting eqemu to work, the world.exe gives this message
has anyone had this before?
login server responded with fatalerror, disabling reconnect .
error message:'bad server name. unknown reason.'
127.0.0.1:5999:TCP connection::recvdata<>: error 10053
I am using thes files following instructions from the create a local server in tutorial forum.
mysql-4.0.18-win
EQEmu-0.5.2-Win32 :x
5.5DR1VSNETBinaries
EQEmu-0.5.3-DR3-Binaries
mw_052_053_alpha2.zip (sourced into mysql with 24th jan update )
my db.ini
# READ README.TXT!
[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
compression=off
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
my loginserver.ini
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS.
### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.
# READ README.TXT
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=eqemu
locked=false
Account=
Password=
worldaddress=localhost
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
my boot5zones.bat
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 . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 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------------------------
my miniloginaccounts.ini
127.0.0.1 eqemu eqemu
has anyone had this before?
login server responded with fatalerror, disabling reconnect .
error message:'bad server name. unknown reason.'
127.0.0.1:5999:TCP connection::recvdata<>: error 10053
I am using thes files following instructions from the create a local server in tutorial forum.
mysql-4.0.18-win
EQEmu-0.5.2-Win32 :x
5.5DR1VSNETBinaries
EQEmu-0.5.3-DR3-Binaries
mw_052_053_alpha2.zip (sourced into mysql with 24th jan update )
my db.ini
# READ README.TXT!
[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
compression=off
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
my loginserver.ini
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS.
### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.
# READ README.TXT
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=eqemu
locked=false
Account=
Password=
worldaddress=localhost
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
my boot5zones.bat
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 . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 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------------------------
my miniloginaccounts.ini
127.0.0.1 eqemu eqemu