Log in

View Full Version : Cannot locate my server


Ephezian
01-07-2004, 05:15 AM
I can log in to server select but am unable to see my server listed to join, if i just hit enter at server select screen i get 1017 error.

[LoginServer]
loginserver=localhost
loginport=5997
worldname=Scythe Ministry
worldaddress=localhost
locked=false


[WorldServer]
Defaultstatus=0
Unavailzone=


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


DB


[Database]
host=localhost
user=test
password=test
database=eq
compression=off


Boot5



if NOT exist spells_en.txt goto NOSPELL

Ephezian
01-07-2004, 05:34 AM
Also i tried to source the new dumpeditems and it gave me an sql error 2?


Kinda lost

Ephezian

mattmeck
01-07-2004, 06:43 AM
worldaddress=localhost
start Zone . localhost 7995 localhost

with that you are trying to run a minilogin not a public server, change that to your real IP.

Ephezian
01-07-2004, 06:50 AM
Ok tried that still not showing up to select and if enter pressed still gives 1017.


Thanks for help

Ephezian

mattmeck
01-07-2004, 06:52 AM
what version are you trying to run? when was the last time you patched? what exactly dose world say when you start it up?


and any other relivent info needed gets put into your next post please :D

Ephezian
01-07-2004, 01:53 PM
I am using 5.3dr2 last patch was 19th dec

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.2
[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,unknown
107,unknown108,id,weight,norent,nodrop,size,itemcl ass,idfile,lore,slots,cost,nam
e,icon,unknown105,booktype,filename,bagtype,bagslo ts,bagsize,bagwr,augslot1type,
augslot2type,augslot3type,augslot4type,augslot5typ e,unknown018,unknown019,unknow
n020,casttime2,unknown061,unknown067,unknown069,un known070,unknown076,unknown077
,augtype,ldonpointtheme,ldonpointcost,unknown099,a str,asta,aagi,adex,awis,aint,a
cha,pr,mr,dr,fr,cr,skillmodvalue,skillmodtype,bane dmgamt,banedmgbody,banedmgrace
,magic,hasteproclvl,light,delay,effecttype,range,d amage,material,maxcharges,recl
evel,recskill,charmfile,factionmod1,factionmod2,fa ctionmod3,factionmod4,factiona
mt1,factionamt2,factionamt3,factionamt4,reqlevel,h p,mana,ac,color,classes,races,
spellid,casttime,focusid,itemtype,accuracy,avoidan ce,bardtype,bardvalue,combatef
fects,deity,elemdmgamt,elemdmgtype,sellrate,shield ing,spellshield,strikethrough,
stunresist,tradeskills FROM items ORDER BY id', #1054: Unknown column 'casttime2
' in 'field list'
Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
[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..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Screwing up windows compiles...
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'


Any help appreciated

mattmeck
01-07-2004, 01:56 PM
[Error] DBLoadItems query 'SELECT gmflag,minstatus,unknown002,unknown005,unknown
107,unknown108,id,weight,norent,nodrop,size,itemcl ass,idfile,lore,slots,cost,nam
e,icon,unknown105,booktype,filename,bagtype,bagslo ts,bagsize,bagwr,augslot1type,
augslot2type,augslot3type,augslot4type,augslot5typ e,unknown018,unknown019,unknow
n020,casttime2,unknown061,unknown067,unknown069,un known070,unknown076,unknown077
,augtype,ldonpointtheme,ldonpointcost,unknown099,a str,asta,aagi,adex,awis,aint,a
cha,pr,mr,dr,fr,cr,skillmodvalue,skillmodtype,bane dmgamt,banedmgbody,banedmgrace
,magic,hasteproclvl,light,delay,effecttype,range,d amage,material,maxcharges,recl
evel,recskill,charmfile,factionmod1,factionmod2,fa ctionmod3,factionmod4,factiona
mt1,factionamt2,factionamt3,factionamt4,reqlevel,h p,mana,ac,color,classes,races,
spellid,casttime,focusid,itemtype,accuracy,avoidan ce,bardtype,bardvalue,combatef
fects,deity,elemdmgamt,elemdmgtype,sellrate,shield ing,spellshield,strikethrough,
stunresist,tradeskills FROM items ORDER BY id', #1054: Unknown column 'casttime2
' in 'field list'
Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
[Error] Error: Could not load item data. But ignoring

thats a major DB issue that needs fixxed, check out some other threads there have been others with this issue that have been walked through how to fix.

May want to patch to live again now do the file check 2-3 times, that should fix the 1017

mattmeck
01-07-2004, 01:58 PM
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error:
10061'




just saw that, your not using eqlogin3 are you? thats why your not showing up on the server select

aahh just saw loginserver=localhost

that needs to be eqlogin3 just like in your eqhost

Ephezian
01-07-2004, 02:05 PM
You use eqlogin3 even when you are hosting locally?

mattmeck
01-07-2004, 02:10 PM
uuhh no, i didnt say that what do you mean (oopps)

you had it right sorry, there is still an issue with it connecting to the minilogin cause well it isnt connecting. cant help you with that tho cause I have no clue. fix the DB issue first then see whats up with minilogin.

Ephezian
01-07-2004, 02:20 PM
hehe k thanks for ya help

Ephezian