View Single Post
  #4  
Old 01-30-2008, 06:54 AM
sfisque
Hill Giant
 
Join Date: Oct 2006
Posts: 248
Default

looks like you're missing a schema change. check the "changelog" file to see if there are any "sql" code fragments that you need to execute against your database to add the missing column.

== sfisque


Quote:
Originally Posted by shawnluc View Post
This is the error I get when I try to execute the zone.exe manually.

C:\>cd eqemu

C:\EQemu>zone
[Debug] Starting Log: logs/eqemu_debug_zone_3308.log
[Debug] [ZONE__INIT] Loading server configuration..
[Debug] [ZONE__INIT] Log settings loaded from log.ini
[Debug] [ZONE__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_zone_3308.log
[Status] Using database 'peq' at localhost:3306
[Debug] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEMu 0.7.0
[Debug] [ZONE__INIT] Log settings loaded from ./log.ini
[Debug] [ZONE__INIT] Mapping Incoming Opcodes
[Debug] [ZONE__INIT] Loading Variables
[Debug] [ZONE__INIT] Loading zone names
[Debug] [ZONE__INIT] Loading items
[Status] EMuShareMem loaded
[Debug] [ZONE__INIT] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
Error in DBLoadNPCFactionLists query2 'SELECT id, primaryfaction, ignore_primary
_assist from npc_faction' #1054: Unknown column 'ignore_primary_assist' in 'fiel
d list'
Error: EMuShareMem: DLLLoadNPCFactionLists: !cbDBLoadNPCFactionLists
[Debug] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!

C:\EQemu>
Reply With Quote