View Single Post
  #1  
Old 05-28-2002, 05:34 PM
Sh1nj1
Fire Beetle
 
Join Date: May 2002
Posts: 7
Default eqemu0.3.3.1 errors (clean server)

i've been having a lot of problems, with the emu ever since version 3.2 was out, now with 3.3.1 even more, first off, i cant log into the servers, i can get to the character login screen on some servers, but when i log in i drop back to desktop, i've tried searching the boards and read the sticky's on it and tried the fixes but nothing seems to work, when i run my server i get errors when ever i or others try to log into it (screen shot of the errors is included) i made a clean database for the server and only sourced the database included with the 3.3.1 executable.

db.ini

# READ README.TXT!

[Database]
host=localhost
user=Shinji
password=***********
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left as localhost unless mysql is
### --- on a differant computer than world.exe.

loginserver.ini

### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.org Loginserver ALWAYS.

# READ README.TXT

[LoginServer]
loginserver=eqlogin1.eqemu.org
loginserver2=eqlogin2.eqemu.org
loginport=5999
loginport2=5999
worldname=Sh1nj1's EverQuest Station
locked=false
account=
password=
worldaddress=24.73.96.76

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

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: zoneNT.exe is for use with Windows NT, 2000 and XP.

REM:--------------Start-----------------------


@echo off
start zoneNT . 24.73.96.76 7995 127.0.0.1
start zoneNT . 24.73.96.76 7996 127.0.0.1
start zoneNT . 24.73.96.76 7997 127.0.0.1
start zoneNT . 24.73.96.76 7998 127.0.0.1
start zoneNT . 24.73.96.76 7999 127.0.0.1
exit
cls


REM:---------------END------------------------

running, windows xp pro, anyone know whats causing this?
Reply With Quote