nosfentora
03-06-2013, 11:40 AM
After pulling the newest rev from git -
commit hash '2ee8e17ac062508ef47d06287ba4c8d3c3204be3'
after a few weeks of not updating, I noticed that EMUShareMem is no longer part of the project, and it's been replaced by shared_memory.
No biggie...
I compiled the new rev (clean / build RelWithDebInfo | x64) and no errors. yea!
After updating everything else (.confs, Maps, Quests, Plugins etc), I ran the loginserver and then world.
I'm getting this error in world
eqemu_error_world_7412.log
---------------------------------------------
[03.06. - 10:03:40] Starting Log: logs/eqemu_error_world_7412.log
[03.06. - 10:03:40] Error Loading Items: EQEmu Exception (Shared Memory) in D:\Dropbox\Server Source\EverQuest\Source\Server\common\memory_mappe d_file.cpp at line (109): Could not open the file to find the existing file size.
eqemu_debug_world_7412
---------------------------------------------
[03.06. - 10:03:40] Starting Log: logs/eqemu_debug_world_7412.log
[03.06. - 10:03:40] [WORLD__INIT] Loading server configuration..
[03.06. - 10:03:40] [WORLD__INIT] Log settings loaded from log.ini
[03.06. - 10:03:40] [WORLD__INIT] CURRENT_VERSION: 1.0.0
[03.06. - 10:03:40] [WORLD__INIT] Added loginserver localhost:5998
[03.06. - 10:03:40] [WORLD__INIT] Connecting to MySQL...
[03.06. - 10:03:40] [WORLD__INIT] HTTP world service disabled.
[03.06. - 10:03:40] [WORLD__INIT] Loading variables..
[03.06. - 10:03:40] [WORLD__INIT] Loading zones..
[03.06. - 10:03:40] [WORLD__INIT] Clearing groups..
[03.06. - 10:03:40] [WORLD__INIT] Clearing raids..
[03.06. - 10:03:40] [WORLD__INIT] Loading items..
[03.06. - 10:03:40] [WORLD__INIT_ERR] Error: Could not load item data. But ignoring
[03.06. - 10:03:40] [WORLD__INIT] Loading guilds..
[03.06. - 10:03:40] [WORLD__INIT] Loaded default rule set 'default'
[03.06. - 10:03:40] [WORLD__INIT] Clearing temporary merchant lists..
[03.06. - 10:03:40] [WORLD__INIT] Loading EQ time of day..
[03.06. - 10:03:40] [WORLD__INIT] Loading launcher list..
[03.06. - 10:03:40] [WORLD__INIT] Reboot zone modes ON
[03.06. - 10:03:40] [WORLD__INIT] Deleted 0 stale player corpses from database
[03.06. - 10:03:40] [WORLD__INIT] Deleted 0 stale player backups from database
[03.06. - 10:03:40] [WORLD__INIT] Loading adventures...
[03.06. - 10:03:40] [WORLD__INIT] Purging expired instances
[03.06. - 10:03:41] [WORLD__INIT] Loading char create info...
[03.06. - 10:03:41] [WORLD__INIT] Zone (TCP) listener started.
[03.06. - 10:03:41] [WORLD__INIT] Client (UDP) listener started.
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch 6.2
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch Titanium
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch SoF
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch SoD
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch Underfoot
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch RoF
[03.06. - 10:03:41] [WORLD__LS] Connecting to login server: localhost:5998
[03.06. - 10:03:41] [WORLD__LS] Connected to Loginserver: localhost:5998
[03.06. - 10:03:41] [WORLD__LS] Received ServerOP_LSAccountUpdate packet from loginserver
I haven't found something similar yet on the forums so I figured I must have missed something so I rebuilt the server, reinstalled PEQ DB 2506 from scratch, re-downloaded the maps and quests.
set up the server again and got the same error.
Moving forward, i fired up the rest of the server and got the following errors in the logs:
eqemu_debug_zone_1476.log
---------------------------------------------
[03.06. - 10:32:40] Starting Log: logs/eqemu_debug_zone_1476.log
[03.06. - 10:32:40] [ZONE__INIT] Loading server configuration..
[03.06. - 10:32:40] [ZONE__INIT] Log settings loaded from log.ini
[03.06. - 10:32:40] [ZONE__INIT] Connecting to MySQL...
[03.06. - 10:32:40] [ZONE__INIT] CURRENT_VERSION: 1.0.0
[03.06. - 10:32:40] [ZONE__INIT] Log settings loaded from ./log.ini
[03.06. - 10:32:40] [ZONE__INIT] Mapping Incoming Opcodes
[03.06. - 10:32:40] [ZONE__INIT] Loading Variables
[03.06. - 10:32:40] [ZONE__INIT] Loading zone names
[03.06. - 10:32:40] [ZONE__INIT] Loading items
[03.06. - 10:32:40] [ZONE__INIT_ERR] Loading items FAILED!
[03.06. - 10:32:40] [ZONE__INIT] Failed. But ignoring error and going on...
[03.06. - 10:32:40] [ZONE__INIT] Loading npc faction lists
[03.06. - 10:32:40] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!
eqemu_error_zone_1476.log
---------------------------------------------
[03.06. - 10:32:40] Starting Log: logs/eqemu_error_zone_1476.log
[03.06. - 10:32:40] Error Loading Items: EQEmu Exception (Shared Memory) in D:\Dropbox\Server Source\EverQuest\Source\Server\common\memory_mappe d_file.cpp at line (109): Could not open the file to find the existing file size.
[03.06. - 10:32:40] Error Loading npc factions: EQEmu Exception (Shared Memory) in D:\Dropbox\Server Source\EverQuest\Source\Server\common\memory_mappe d_file.cpp at line (109): Could not open the file to find the existing file size.
zone dynamic_01 is constantly stopping / starting (currently at 17 as I'm tying this.)
anything else I can provide to help figure this out - or any suggestions as to what I missed?
commit hash '2ee8e17ac062508ef47d06287ba4c8d3c3204be3'
after a few weeks of not updating, I noticed that EMUShareMem is no longer part of the project, and it's been replaced by shared_memory.
No biggie...
I compiled the new rev (clean / build RelWithDebInfo | x64) and no errors. yea!
After updating everything else (.confs, Maps, Quests, Plugins etc), I ran the loginserver and then world.
I'm getting this error in world
eqemu_error_world_7412.log
---------------------------------------------
[03.06. - 10:03:40] Starting Log: logs/eqemu_error_world_7412.log
[03.06. - 10:03:40] Error Loading Items: EQEmu Exception (Shared Memory) in D:\Dropbox\Server Source\EverQuest\Source\Server\common\memory_mappe d_file.cpp at line (109): Could not open the file to find the existing file size.
eqemu_debug_world_7412
---------------------------------------------
[03.06. - 10:03:40] Starting Log: logs/eqemu_debug_world_7412.log
[03.06. - 10:03:40] [WORLD__INIT] Loading server configuration..
[03.06. - 10:03:40] [WORLD__INIT] Log settings loaded from log.ini
[03.06. - 10:03:40] [WORLD__INIT] CURRENT_VERSION: 1.0.0
[03.06. - 10:03:40] [WORLD__INIT] Added loginserver localhost:5998
[03.06. - 10:03:40] [WORLD__INIT] Connecting to MySQL...
[03.06. - 10:03:40] [WORLD__INIT] HTTP world service disabled.
[03.06. - 10:03:40] [WORLD__INIT] Loading variables..
[03.06. - 10:03:40] [WORLD__INIT] Loading zones..
[03.06. - 10:03:40] [WORLD__INIT] Clearing groups..
[03.06. - 10:03:40] [WORLD__INIT] Clearing raids..
[03.06. - 10:03:40] [WORLD__INIT] Loading items..
[03.06. - 10:03:40] [WORLD__INIT_ERR] Error: Could not load item data. But ignoring
[03.06. - 10:03:40] [WORLD__INIT] Loading guilds..
[03.06. - 10:03:40] [WORLD__INIT] Loaded default rule set 'default'
[03.06. - 10:03:40] [WORLD__INIT] Clearing temporary merchant lists..
[03.06. - 10:03:40] [WORLD__INIT] Loading EQ time of day..
[03.06. - 10:03:40] [WORLD__INIT] Loading launcher list..
[03.06. - 10:03:40] [WORLD__INIT] Reboot zone modes ON
[03.06. - 10:03:40] [WORLD__INIT] Deleted 0 stale player corpses from database
[03.06. - 10:03:40] [WORLD__INIT] Deleted 0 stale player backups from database
[03.06. - 10:03:40] [WORLD__INIT] Loading adventures...
[03.06. - 10:03:40] [WORLD__INIT] Purging expired instances
[03.06. - 10:03:41] [WORLD__INIT] Loading char create info...
[03.06. - 10:03:41] [WORLD__INIT] Zone (TCP) listener started.
[03.06. - 10:03:41] [WORLD__INIT] Client (UDP) listener started.
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch 6.2
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch Titanium
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch SoF
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch SoD
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch Underfoot
[03.06. - 10:03:41] [NET__IDENTIFY] Registered patch RoF
[03.06. - 10:03:41] [WORLD__LS] Connecting to login server: localhost:5998
[03.06. - 10:03:41] [WORLD__LS] Connected to Loginserver: localhost:5998
[03.06. - 10:03:41] [WORLD__LS] Received ServerOP_LSAccountUpdate packet from loginserver
I haven't found something similar yet on the forums so I figured I must have missed something so I rebuilt the server, reinstalled PEQ DB 2506 from scratch, re-downloaded the maps and quests.
set up the server again and got the same error.
Moving forward, i fired up the rest of the server and got the following errors in the logs:
eqemu_debug_zone_1476.log
---------------------------------------------
[03.06. - 10:32:40] Starting Log: logs/eqemu_debug_zone_1476.log
[03.06. - 10:32:40] [ZONE__INIT] Loading server configuration..
[03.06. - 10:32:40] [ZONE__INIT] Log settings loaded from log.ini
[03.06. - 10:32:40] [ZONE__INIT] Connecting to MySQL...
[03.06. - 10:32:40] [ZONE__INIT] CURRENT_VERSION: 1.0.0
[03.06. - 10:32:40] [ZONE__INIT] Log settings loaded from ./log.ini
[03.06. - 10:32:40] [ZONE__INIT] Mapping Incoming Opcodes
[03.06. - 10:32:40] [ZONE__INIT] Loading Variables
[03.06. - 10:32:40] [ZONE__INIT] Loading zone names
[03.06. - 10:32:40] [ZONE__INIT] Loading items
[03.06. - 10:32:40] [ZONE__INIT_ERR] Loading items FAILED!
[03.06. - 10:32:40] [ZONE__INIT] Failed. But ignoring error and going on...
[03.06. - 10:32:40] [ZONE__INIT] Loading npc faction lists
[03.06. - 10:32:40] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!
eqemu_error_zone_1476.log
---------------------------------------------
[03.06. - 10:32:40] Starting Log: logs/eqemu_error_zone_1476.log
[03.06. - 10:32:40] Error Loading Items: EQEmu Exception (Shared Memory) in D:\Dropbox\Server Source\EverQuest\Source\Server\common\memory_mappe d_file.cpp at line (109): Could not open the file to find the existing file size.
[03.06. - 10:32:40] Error Loading npc factions: EQEmu Exception (Shared Memory) in D:\Dropbox\Server Source\EverQuest\Source\Server\common\memory_mappe d_file.cpp at line (109): Could not open the file to find the existing file size.
zone dynamic_01 is constantly stopping / starting (currently at 17 as I'm tying this.)
anything else I can provide to help figure this out - or any suggestions as to what I missed?