Log in

View Full Version : Items arn't loading


yz125
10-12-2011, 01:06 AM
After hours of trying to get the items to load, and repeatedly trying to recompile the Emusharemem.dll, I keep getting the same error.

Error: EmuShareMem: DLLLoadItems: iItemStructSize != sizeof<Item_Struct> Item_Struct has changed, EmuShareMem.dll needs to be recompiled.
Error: Could not load item data. But ignoring

I've received this error ever since I recently updated the 13th floor items into the db. I'm really confused why eventhough I recompile the EmuShareMem, stick the new one into my server folder, and it still tells me to recompile it. I have the #define MMF_EQMAX_ITEMS set to 200000, so it definitely has room for items.

It would be extremely appreciated if anyone had any ideas about this issue. Thanks.

blackdragonsdg
10-12-2011, 01:15 AM
It's not just about total number of items it seems to look at item id value as well. Do any items in your database have an id greater than 200000?

yz125
10-12-2011, 01:18 AM
Oh ok, my highest ID is 127006.

yz125
10-12-2011, 06:10 AM
~Issue was resolved.