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 08-22-2004, 05:17 AM
Cari_Moon
Fire Beetle
 
Join Date: Aug 2004
Posts: 20
Default Database Error

I'm using the database MW_057DR2_alpha_1.sql

this is my world.exe output:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Error] DBLoadItems query 'SELECT charges,unknown002,unknown003,merchantprice,un
known005,unknown006,unknown007,unknown008,itemclas s,name,lore,idfile,id,weight,n
orent,nodrop,size,slots,cost,icon,unknown018,unkno wn019,unknown020,tradeskills,c
r,dr,pr,mr,fr,astr,asta,aagi,adex,acha,aint,awis,h p,mana,ac,deity,skillmodvalue,
skillmodtype,banedmgrace,banedmgamt,banedmgbody,ma gic,casttime2,hasteproclvl,req
level,bardtype,bardvalue,light,delay,reclevel,recs kill,elemdmgtype,elemdmgamt,ef
fecttype,range,damage,color,classes,races,unknown0 61,spellid,maxcharges,itemtype
,material,sellrate,unknown067,casttime,unknown069, proc_rate_mod,focusid,combatef
fects,shielding,stunresist,strikethrough,combatski ll,combatskilldmg,spellshield,
avoidance,accuracy,unknown081,factionmod1,factionm od2,factionmod3,factionmod4,fa
ctionamt1,factionamt2,factionamt3,factionamt4,char mfile,augtype,augslot1type,aug
slot2type,augslot3type,augslot4type,augslot5type,l donpointtheme,ldonpointcost,ld
onsold,bagtype,bagslots,bagsize,bagwr,unknown105,b ooktype,filename,banedmgamt2,a
ugmentrestriction,loreflag,pendingloreflag,artifac tflag,summonedflag,tribute,gmf
lag,endur,dotshielding,attackbonus,hpregen,manareg en,hastepercent,damageshield,m
instatus FROM items ORDER BY id', #1054: Unknown column 'charges' 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..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Formatting drive C:
TCP listening on: 99.99.999.999:9000
World server listening on: 99.99.999.999:9000
Connected to LoginServer: eqemulator.net:5995
__________________
Cari Moon, Queen of Darkness
Reply With Quote
  #2  
Old 08-22-2004, 05:23 AM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

I had that problem. I ran the following from mysql and it worked after that:



Code:
ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0;
ALTER TABLE items ADD unknown008 INT(11) DEFAULT "0" NOT NULL;
Reply With Quote
  #3  
Old 08-22-2004, 05:26 AM
Melwin
Fire Beetle
 
Join Date: Jan 2005
Posts: 15
Default

WRONG. FORUM.

Moved to Win32 Support. Ask your goddamn server questions in Win32 server support.
__________________
Shards of Dalaya Staff Administrator
I have stairs in my house.
Reply With Quote
  #4  
Old 08-22-2004, 05:32 AM
Cari_Moon
Fire Beetle
 
Join Date: Aug 2004
Posts: 20
Default

mysql> ALTER TABLE `npc_typs` ADD `AC` smallint(5) not null default 0;
ERROR 1146: Table 'eq2.npc_typs' doesn't exist
__________________
Cari Moon, Queen of Darkness
Reply With Quote
  #5  
Old 08-22-2004, 05:46 AM
Cari_Moon
Fire Beetle
 
Join Date: Aug 2004
Posts: 20
Default

I did what jimbox114 said to do but i still get this world.exe output:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Error] DBLoadItems query 'SELECT charges,unknown002,unknown003,merchantprice,un
known005,unknown006,unknown007,unknown008,itemclas s,name,lore,idfile,id,weight,n
orent,nodrop,size,slots,cost,icon,unknown018,unkno wn019,unknown020,tradeskills,c
r,dr,pr,mr,fr,astr,asta,aagi,adex,acha,aint,awis,h p,mana,ac,deity,skillmodvalue,
skillmodtype,banedmgrace,banedmgamt,banedmgbody,ma gic,casttime2,hasteproclvl,req
level,bardtype,bardvalue,light,delay,reclevel,recs kill,elemdmgtype,elemdmgamt,ef
fecttype,range,damage,color,classes,races,unknown0 61,spellid,maxcharges,itemtype
,material,sellrate,unknown067,casttime,unknown069, proc_rate_mod,focusid,combatef
fects,shielding,stunresist,strikethrough,combatski ll,combatskilldmg,spellshield,
avoidance,accuracy,unknown081,factionmod1,factionm od2,factionmod3,factionmod4,fa
ctionamt1,factionamt2,factionamt3,factionamt4,char mfile,augtype,augslot1type,aug
slot2type,augslot3type,augslot4type,augslot5type,l donpointtheme,ldonpointcost,ld
onsold,bagtype,bagslots,bagsize,bagwr,unknown105,b ooktype,filename,banedmgamt2,a
ugmentrestriction,loreflag,pendingloreflag,artifac tflag,summonedflag,tribute,gmf
lag,endur,dotshielding,attackbonus,hpregen,manareg en,hastepercent,damageshield,m
instatus FROM items ORDER BY id', #1054: Unknown column 'charges' 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..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Abort/retry/cancel?
TCP listening on: 99.99.999.999:9000
World server listening on: 99.99.999.999:9000
Connected to LoginServer: eqemulator.net:5995
__________________
Cari Moon, Queen of Darkness
Reply With Quote
  #6  
Old 08-22-2004, 06:43 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

no, you mispelled it. double check your shit, re-read it and copy and paste. refuse to help idiots )

ur using an incompatible items table for whatever source you're using.
Reply With Quote
  #7  
Old 08-22-2004, 07:07 AM
Darkwaters
Hill Giant
 
Join Date: Aug 2004
Location: Michigan
Posts: 118
Default

Cari which version of CVS are you using and I'm talking about date or site gathered from (ie. is this blastoma's and 7/31/04)?
I'm asking this because obviously from your output you did not use the itemtablechanges.sql from 7/31/04 source code which it adds "charges" a few others and updates a few.

Just a thought but even with your typo's your not going to get the db up and running without the itmetablechanges.sql file found in the 7/31/04 source code.

Darkwaters
Reply With Quote
  #8  
Old 08-22-2004, 08:50 AM
Cari_Moon
Fire Beetle
 
Join Date: Aug 2004
Posts: 20
Default

no cvs
__________________
Cari Moon, Queen of Darkness
Reply With Quote
  #9  
Old 08-22-2004, 08:57 AM
hypershadow66
Banned
 
Join Date: Nov 2003
Posts: 335
Default

Quote:
Originally Posted by Cari_Moon
no cvs

Didnt i give you the compiles that i made?? if you where using those, then its from 7/31 . if you got compiles from somewhere/someone else also then i dont know.
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 10:56 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