PDA

View Full Version : EQEmu 0.5-DR4 (05/11/03 CVS)


inkubus
11-05-2003, 09:01 PM
Hi all

I've been having problems with my current database and the latest CVS of EQEmu 0.5. After compiling (no errors, just warnings) I'm finding that I can't read the item data. I've tested my DB with a compiled Windows version and it had no problems.

Is there a problem with EQEmuShareMem under Debian/Linux w/ GCC3.3 with DR4?

Any help would be appreciated.

Thanks

InKubus

World Statup:
eqemu@darklight:~/eqemu$ ./world
[Status] Starting Log: logs/eqemu_world.log
[Status] Using database 'eqemu' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] libEMuShareMem.so loaded
Error: EMuShareMem: DLLLoadItems: iItemStructSize != sizeof(Item_Struct)
Item_Struct has changed, EMuShareMem.dll needs to be recompiled.
[Error] Starting Log: logs/eqemu_error_world.log
[Error] Error: Could not load item data. But ignoring
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Please don't make me a levelme server. :(
TCP listening on: iksar.hacknet.org:9000
World server listening on: iksar.hacknet.org:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997

krich
11-06-2003, 04:09 AM
Make sure you are pointing to the newly compiled shared library... Check your paths and your startup scripts to make sure you know where your shared library is loading from (or do a 'which'), then make sure it's from your latest compile.

I suppose it could be a "works on windows but not on Linux" bug, but I doubt it since there's a growing number of devs that use linux these days. Trump is also good about checking it out on Linux before checking it into CVS (pardon the pun).

Regards,

krich

Vaft
11-07-2003, 10:30 AM
Same situation for me, database works on windows but not on linux. Removing the items table cures it....

krich
11-07-2003, 12:12 PM
What database are you sourcing? Are you using the db.sql from the distro or are you using some other database?

regards,

krich

Vaft
11-07-2003, 03:59 PM
DR5 fixed it for me, whatever it was.