Log in

View Full Version : Zone Crash with AX DB


koldar
09-14-2007, 07:07 AM
Hello,
I have a zone crash and I'm not sure why it is crashing. I am running version 0.7.0.1042 of EQEmu. I have no crashes with my PEQ DB but I do with my AX DB. Here is the text from the crash log:

[09.14. - 11:51:09] Starting Log: logs/eqemu_debug_zone_2296.log
[09.14. - 11:51:09] [ZONE__INIT] Loading server configuration..
[09.14. - 11:51:09] [ZONE__INIT] Log settings loaded from log.ini
[09.14. - 11:51:09] [ZONE__INIT] Connecting to MySQL...
[09.14. - 11:51:09] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEMu 0.7.0
[09.14. - 11:51:09] [ZONE__INIT] Log settings loaded from ./log.ini
[09.14. - 11:51:09] [ZONE__INIT] Mapping Incoming Opcodes
[09.14. - 11:51:09] [ZONE__INIT] Loading Variables
[09.14. - 11:51:09] [ZONE__INIT] Loading zone names
[09.14. - 11:51:09] [ZONE__INIT] Loading items
[09.14. - 11:51:10] [ZONE__INIT] Loading npc faction lists
[09.14. - 11:51:10] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!

Any suggestions?

Koldar

sfisque
09-14-2007, 07:58 AM
there is probably a "hole" in the list. the factions when they load in are stuffed into arrays that use the "id" as the subscript, thus if the table has a hole, the array will contain a null entry and this causes issues, from what i saw in the code (i was twiddling with my factions and discovered this little treat).

== sfisque

koldar
09-14-2007, 11:40 AM
I'll have to check that out. I'm not sure if I should even be attempting to run both databases concurrently. Thank you for the help!

KLS
09-14-2007, 12:22 PM
Does your npc_faction table have the new ignore_primary_assist column?