PDA

View Full Version : Zone Errors


narcberry
12-31-2007, 11:10 AM
I recently updated my emu version. I updated my db as per the changelog. I doublechecked my db to reflect each change since previous version. However, I get this problem.

I start world fine. This is what happens when I try to launch zones:

[Debug] Starting Log: logs/eqemu_debug_zone.log
[Debug] [RULES__CHANGE] Resetting running rules to default values
[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.log
[Status] Using database 'eqemu' 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] libEMuShareMem.so loaded
Error: EMuShareMem: DLLLoadItems: iItemStructSize != sizeof(Item_Struct)
Item_Struct has changed, EMuShareMem.dll needs to be recompiled.
[Debug] [ZONE__INIT_ERR] Loading items FAILED!
[Debug] [ZONE__INIT] Failed. But ignoring error and going on...
[Debug] [ZONE__INIT] Loading npc faction lists
Error: EMuShareMem: DLLLoadNPCFactionLists: iNPCFactionListStructSize != sizeof(NPCFactionList)
NPCFactionList struct has changed, EMuShareMem.dll needs to be recompiled.
[Debug] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!


I have done cleans and recompiles of EMuShareMem several times.
I redownloaded the source, cleaned, recompiled.

I have this nagging feeling I'm skipping that critical step #2 in bold italicized print that reads something like, "for the millionth time make sure to ... before you compile"


Any help is appreciated thanks.

narcberry
12-31-2007, 11:42 AM
Rebooted the server for kicks and tried again.

On world launch I got this error:

SharedMemory->datasize(0) != iSize(36508172), We can rebuild him faster better STRONGER!

I have a feeling thats the real problem. I didn't notice before, it only gives me this error on the first run until next reboot.

narcberry
12-31-2007, 03:22 PM
fixed the second problem. still stuck with the first.


[Status] libEMuShareMem.so loaded
Error: EMuShareMem: DLLLoadItems: iItemStructSize != sizeof(Item_Struct)
Item_Struct has changed, EMuShareMem.dll needs to be recompiled.
[Debug] [ZONE__INIT_ERR] Loading items FAILED!
[Debug] [ZONE__INIT] Failed. But ignoring error and going on...
[Debug] [ZONE__INIT] Loading npc faction lists
Error: EMuShareMem: DLLLoadNPCFactionLists: iNPCFactionListStructSize != sizeof(NPCFactionList)
NPCFactionList struct has changed, EMuShareMem.dll needs to be recompiled.
[Debug] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!


Please, any help would be greatly appreciated.

narcberry
01-01-2008, 04:02 AM
I didn't fix the second problem as it turns out. My problem seems to be more ontopic here:

http://www.eqemulator.net/forums/showthread.php?t=24002