PDA

View Full Version : Anyone seen this error before?


Conan
11-04-2003, 02:09 AM
[Status] EMuShareMem loaded
Error Loading MMF: C:\eqemudr5\cvs\eqemu\NewSource\EMuShareMem\MMF.cp p:119 OpenM
MF: SharedMemory->datasize != iSize
Error Loading Items: Items.cpp: pDLLLoadItems: Open() == false
[Error] Error: Could not load item data. But ignoring

Get this trying to run tcsy's dr5_test_db_01.sql

a_Guest03
11-04-2003, 03:56 AM
Lethal spotted a database error in tcs' most recent database, related to items. tcsmyworld will probably fix it and rerelease. I don't personally know how to fix it, so asking me won't help.

Edgar1898
11-04-2003, 04:25 AM
You had either world or zone open whenever you updated your items db. Once you load the items into shared mem, you shouldnt change them or any new zones will display that error because the value of your shared mem isnt the same value as your items db. To fix, just close all zones and world and reload after you add an item.

Conan
11-04-2003, 06:32 AM
Thanks lethal