PDA

View Full Version : Linux Eqemu 0.6.2DR1 errors...


Belfedia
09-06-2005, 07:36 PM
I try to install new version of eqemu 0.6.2DR1 in a sarge debian box.
No problem with compilation, no errors that was SUPER !!!

i use this script for start world :

worldstart:

#!/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
./world

i have this message :

[Status] Starting Log: logs/eqemu_world.log
[Status] Using database 'EQ' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] libEMuShareMem.so loaded

and few minuts later :

Error: EMuShareMem: DLLLoadOpcodes: !OpcodesMMF.IsLoaded() (timeout)
[Error] Starting Log: logs/eqemu_error_world.log
[Error] Loading opcodes failed. I cant live like this!
./worldstart: line 3: 6529 segmentation error ./world

mhh, i don't understand the problem, if someone can help me ? :)

DeathsWish
09-10-2005, 08:31 AM
I am getting the same error. If you find a fix let me know.

EDIT: Forgot to mention I am running Gentoo.

Strakens
09-12-2005, 08:09 AM
I was having the same problem. I dumped my databases and resourced PEQ Velious RC1 and that seemed to fix the error for me.

Cisyouc
09-12-2005, 03:53 PM
Not sure whats causing the problem, but for the $LD_LIBRARY_PATH thing, you could also just do..


# cd /path/to/eqemu
# echo $PWD >> /etc/ld.so.conf
# ldconfig


Then you can just start world directly without a script or anything.

Belfedia
09-14-2005, 10:11 AM
That not change anything :( but thanks for help.

I think Emusharemem have a problem with opcodes... i don't understand why, i'm not devs. I can't handle this kind of problem...
And we lack linux adept here :(

DeathsWish
09-15-2005, 09:55 AM
Tried resourceing with no luck. Tried redownloading code and compiling everything again. No luck either.

Belfedia
09-16-2005, 01:46 AM
I try with a fresh DB install and no more problem with that error :)