View Single Post
  #5  
Old 12-09-2008, 01:57 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by Zwor View Post
World.exe
Code:
[Status] Using database 'peqdb' at localhost:3306

[Debug] [WORLD__INIT] Loading zones..
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #1146: Table '
peqdb.zone' doesn't exist

[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
Error in GetItemsCount query 'SELECT MAX(id),count(*) FROM items' #1146: Table '
peqdb.items' doesn't exist
Error: SharedDatabase::LoadItems() (sharemem): GetItemsCount() returned -1
[Debug] [WORLD__INIT_ERR] Error: Could not load item data.  But ignoring
The above indicates there's an issue with the database, specifically that you're not able to load the zone info or items. It sounds like some stuff is there (in the database), but not everything.

It looks like you're running PEQ, so did you run both load_player.sql & peqdb_1129Rev???.sql.gz? It sounds like you didn't apply the latter, since both the items & zone tables are included in it.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote