LoadEMUShareMemDLL::Load() failed error=./zone
I'm not quite sure what that means but thats the error zone spits out when I try and run the command... it also gave me an error
current_zone_version eqemu 0.4.3 I get this even though the line above it says basically the same thing with status... again I'm not sure what that means. but then it kept doing stuf... so I"m not sure what I'm supposed to do here but I could really use some help. |
Use cvs from source forge 0.4.3 has lots of known problems that have been fixed
|
have you set your LD_LIBRARY_PATH to the directory where libEmuShareMem.so is, or done the necessary to allow your binary to access that file ?
if no, type : export LD_LIBRARY_PATH=/directory/of/your/so/file |
This also works, and is a bit more generic
Code:
export LD_LIBRARY_PATH=./ After Code:
hDLL = LoadLibrary(EmuLibName); Code:
if ( !hDLL) |
All times are GMT -4. The time now is 06:25 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.