Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-07-2004, 05:15 AM
Ephezian
Fire Beetle
 
Join Date: Dec 2003
Posts: 18
Default Cannot locate my server

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


Reply With Quote
  #2  
Old 01-07-2004, 05:34 AM
Ephezian
Fire Beetle
 
Join Date: Dec 2003
Posts: 18
Default

Also i tried to source the new dumpeditems and it gave me an sql error 2?


Kinda lost

Ephezian
Reply With Quote
  #3  
Old 01-07-2004, 06:43 AM
mattmeck
Guest
 
Posts: n/a
Default

Quote:
worldaddress=localhost
Quote:
start Zone . localhost 7995 localhost
with that you are trying to run a minilogin not a public server, change that to your real IP.
Reply With Quote
  #4  
Old 01-07-2004, 06:50 AM
Ephezian
Fire Beetle
 
Join Date: Dec 2003
Posts: 18
Default

Ok tried that still not showing up to select and if enter pressed still gives 1017.


Thanks for help

Ephezian
Reply With Quote
  #5  
Old 01-07-2004, 06:52 AM
mattmeck
Guest
 
Posts: n/a
Default

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
Reply With Quote
  #6  
Old 01-07-2004, 01:53 PM
Ephezian
Fire Beetle
 
Join Date: Dec 2003
Posts: 18
Default

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
Reply With Quote
  #7  
Old 01-07-2004, 01:56 PM
mattmeck
Guest
 
Posts: n/a
Default

Code:
[Error] DBLoadItems query 'SELECT gmflag,minstatus,unknown002,unknown005,unknown 
107,unknown108,id,weight,norent,nodrop,size,itemclass,idfile,lore,slots,cost,nam 
e,icon,unknown105,booktype,filename,bagtype,bagslots,bagsize,bagwr,augslot1type, 
augslot2type,augslot3type,augslot4type,augslot5type,unknown018,unknown019,unknow 
n020,casttime2,unknown061,unknown067,unknown069,unknown070,unknown076,unknown077 
,augtype,ldonpointtheme,ldonpointcost,unknown099,astr,asta,aagi,adex,awis,aint,a 
cha,pr,mr,dr,fr,cr,skillmodvalue,skillmodtype,banedmgamt,banedmgbody,banedmgrace 
,magic,hasteproclvl,light,delay,effecttype,range,damage,material,maxcharges,recl 
evel,recskill,charmfile,factionmod1,factionmod2,factionmod3,factionmod4,factiona 
mt1,factionamt2,factionamt3,factionamt4,reqlevel,hp,mana,ac,color,classes,races, 
spellid,casttime,focusid,itemtype,accuracy,avoidance,bardtype,bardvalue,combatef 
fects,deity,elemdmgamt,elemdmgtype,sellrate,shielding,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
Reply With Quote
  #8  
Old 01-07-2004, 01:58 PM
mattmeck
Guest
 
Posts: n/a
Default

Quote:
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
Quote:
loginserver=localhost
that needs to be eqlogin3 just like in your eqhost
Reply With Quote
  #9  
Old 01-07-2004, 02:05 PM
Ephezian
Fire Beetle
 
Join Date: Dec 2003
Posts: 18
Default

You use eqlogin3 even when you are hosting locally?
Reply With Quote
  #10  
Old 01-07-2004, 02:10 PM
mattmeck
Guest
 
Posts: n/a
Default

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.
Reply With Quote
  #11  
Old 01-07-2004, 02:20 PM
Ephezian
Fire Beetle
 
Join Date: Dec 2003
Posts: 18
Default

hehe k thanks for ya help

Ephezian
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:41 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3