Quote:
Originally Posted by Zwor
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.