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 05-22-2002, 03:17 PM
Zulu Da Hunter
Fire Beetle
 
Join Date: May 2002
Posts: 1
Default hey can some one help me plz?

im new to this so plz dont flame me when i boot up eqemu 0.3.2/win32
i get this msg
LoginServer.ini read.
Using database 'eq' at localhost
Loading zone names & items...DB Query Error
Error #1054: Unknown column 'zoneidnumber' in 'field list'
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #1054: Unknown
column 'zoneidnumber' in 'field list'
done.

what am i doing wrong

i tried to log i and i got to my char but it said unknown zone then crash as i tried to enter the world
Reply With Quote
  #2  
Old 05-22-2002, 03:31 PM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

I got that same error :(

Using database 'eq' at localhost
Loading zone names, items & NPCs...DB Query Error
Error #1054: Unknown column 'd_meele_texture1' in 'field list'
NPCs loaded - using old database format
done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode
Reply With Quote
  #3  
Old 05-22-2002, 03:37 PM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

you forgot to drop your database and start over using the 0.3.2 DB.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #4  
Old 05-22-2002, 03:41 PM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

did that....twice
Reply With Quote
  #5  
Old 05-23-2002, 02:01 AM
Warhammer
Fire Beetle
 
Join Date: May 2002
Posts: 3
Default

I'm getting this too..installed fresh on a PC that didn't previously have EQEmu or MySQL installed installed, from the original zips too...
Did the repacked 3.2 have the wrong db?

Gonna redownload and reinstall both....bbiab

*******************
Updated
*******************

errrr-omg...

Seems (feels) like this db takes a lot longer for MySql to load...

I finally simply waited (after doing source db.sql) and made sure it finished before firing it up...

What a nutty step to mess up, I don't remember this long a wait but oh well..she works now...
Reply With Quote
  #6  
Old 05-23-2002, 05:51 AM
bennu
Fire Beetle
 
Join Date: May 2002
Posts: 28
Default

I do the source db.sql thing and I get a lot of ERROR 1062: Duplicate entry '#' for key 1. and that keeps going. up to 500 now. before all the errors I got a lot of the usual 1 row affected stuff. I stopped it b4 it stopped once and logged in and when I made a char it said that the char was in an unknown zone. any help is appreciated

I also get the following upon world server boot up:
Loginserver.ini read.
Using database 'everquest' at localhost
Loading zone names & items...DB Query Error
Error #1054: unknown column 'zoneidnumber' in 'field list'
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #1054 Unknown column 'zoneidnumber' in 'field list'
done.
Loading guild ranks...done.
World server listening on: 192.168.x.x
Connected to LoginServer: 192.168.x.x

-Bennu
Reply With Quote
  #7  
Old 05-23-2002, 07:18 AM
Aramus
Fire Beetle
 
Join Date: May 2002
Posts: 7
Default

I'm pretty sure the "ERROR 1602: Duplicate Entry" thing means you already tried to source from that db. Just drop your 'eq' database in mysql, then recreate it with the same name.. which is 'eq'. Then run mysql.exe in your mysql/bin folder. type in 'use eq' without the quotes, then type 'source db.sql' without the quotes. Now WAIT until it finishes scrolling. It might take over a minute or so, but wait until it's done. After it's done scrolling, type '\quit'.

I'm not one of the devs.. but I think I had the same problem as you. Hope this helps. If I'm wrong, someone feel free to correct me, as I'm still kinda new to these things =]
Reply With Quote
  #8  
Old 05-23-2002, 08:26 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Bennu, your problem is definaly that you didn't drop your old database, and recreate it.

mysql>drop database everquest;
mysql>create database everquest;
mysql>use everquest;
mysql>source db.sql;

and optionally to add drawde's 0.95 DB

mysql>source rebuildbd.sql;

There should not be any errors loading the eqemu 3.2 db.sql file. Otherwise you have some problems.

On a side note, you might try Drawde's 0.95 database he just released for eqemu 3.2

*Edit: corected some syntax for sql commands and added command to add drawde's DB
Reply With Quote
  #9  
Old 05-23-2002, 08:45 AM
bennu
Fire Beetle
 
Join Date: May 2002
Posts: 28
Default

cool thanks for the info Lurker =)

-Bennu
Reply With Quote
  #10  
Old 05-23-2002, 09:35 AM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default

for 0.3.2 your database must be completely dropped, then you must source db.sql before any addons! (Plus ive heard some addon db's are not working)
Reply With Quote
  #11  
Old 05-23-2002, 05:03 PM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

I have dropped the database 2 differant times :( is there a certain way I need to drop it? I am going into winmysqladmin and right clicking on "eq" and click drop database. Then I re-create it, run mysql, type in use eq, then source db.sql, I don't add on any other database and I still get that error, I load in Drawdes 0.95 and still get that error
Reply With Quote
  #12  
Old 05-23-2002, 05:41 PM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

Hardy, make sure you use 0.3.2 AND a 0.3.2 compatable database. Try using the default DB and see if that works. then try others. if others do not work then contact the maker and let him know his DB is outdated.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #13  
Old 05-23-2002, 06:44 PM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

Using Drawdes 0.95 World Data...I can run server with error, but it boots me alot :(
Reply With Quote
  #14  
Old 05-24-2002, 01:29 AM
bennu
Fire Beetle
 
Join Date: May 2002
Posts: 28
Default

I also tried to use Drawde's .95 database and got that error. I dropped it and remade the database from scratch and it went away. perhaps his DB isn't working properly

-Bennu
Reply With Quote
  #15  
Old 05-28-2002, 12:59 PM
geek312
Fire Beetle
 
Join Date: May 2002
Posts: 4
Default

I've had the same problem. ive removed the original eq db, then once i've recreated it and set it up, i still get the same error. where could i find this Drawde's .95? maybe it'll work for me.
__________________
-=Insert Witty Comment Here=-

|Help! I can't code!|
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 08:41 AM.


 

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