View Single Post
  #1  
Old 03-06-2004, 06:06 PM
Jezebell
Discordant
 
Join Date: Feb 2004
Location: Florida
Posts: 441
Default Trouble with mini-login server

I'm trying to setup a server for only me to log into.

Mini-Login Output
Code:
 LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999
World.exe Output
Code:
 Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.3-DR3
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=0, max id=0
[Error] DBLoadItems query 'SELECT gmflag,minstatus,unknown002,unknown005,unknown107,unknown
108,id,weight,norent,nodrop,size,itemclass,idfile,lore,slots,cost,name,icon,unknown105,booktype,filename,
bagtype,bagslots,bagsize,bagwr,augslot1type,
augslot2type,augslot3type,augslot4type,augslot5type,unknown018,unknown019,unknown020,casttime2,unknown061,
unknown067,unknown069,unknown070,unknown076,unknown077,augtype,ldonpointtheme,ldonpointcost,unknown099,
astr,asta,aagi,adex,awis,aint,acha,pr,mr,dr,fr,cr,skillmodvalue,skillmodtype,banedmgamt,banedmgbody,banedmgrace,
magic,hasteproclvl,light,delay,effecttype,range,damage,material,maxcharges,reclevel,recskill,charmfile,factionmod1,
factionmod2,factionmod3,factionmod4,faction
amt1,factionamt2,factionamt3,factionamt4,reqlevel,
hp,mana,ac,color,classes,races,spellid,casttime,focusid,itemtype,accuracy,avoidance,bardtype,bardvalue,combateffects,
deity,elemdmgamt,elemdmgtype,sellrate,shielding,spellshield,strikethrough,stunresist,tradeskills FROM items ORDER BY id', #1054: Unknown column 'casttime2' in 'field list'
[Error] Error: Could not load item data.  But ignoring
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: You need to get laid...
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: 10061'
DB.ini file:
Code:
 # READ README.TXT!

[Database]
host=localhost
user=darkangel
password=******
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.
Loginserver.ini file:
Code:
 ### --- 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=127.0.0.1
loginport=5997
worldname=DarkAngel's Test
worldaddress=127.0.0.1
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
MiniLoginAccounts.ini file:

Code:
 127.0.0.1 Jezebell ******{space}
Reply With Quote