View Single Post
  #8  
Old 01-11-2008, 09:18 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Code:
Error: EMuShareMem: DLLLoadItems: iItemStructSize != sizeof(Item_Struct)
Item_Struct has changed, EMuShareMem.dll needs to be recompiled.
Would suggest the version of zone/world and libEMuShareMem.so are incompatible. When you run the 1070 server, are you sure it is picking up the 1070 version of zone/world and libEMuShareMem.so ?

E.g. you might have an older version of any of these files in your PATH or LD_LIBRARY_PATH which it is picking up before the 1070 versions, leading to it trying to e.g. run the 1070 zone/world with the 989 libEMuShareMem.so or any cominbation thereof.

Sorry if this is obvious and you already ruled this out, but I can't think what else it could be.
Reply With Quote