PDA

View Full Version : Newbie question



Scoofy12
09-12-2004, 12:36 AM
So I recently joined D2OL and installed it on my linux box (got the gui, non-java version, as I already have JRE installed).

I've run it through a couple cycles of 50 results and seemed to upload successfully, but so far I have no stats. I've also noticed that it seems to spend all its time setting up the docking grid, and then it says docking on conformer #1 for about 30 seconds or so (during which it does not consume CPU time) and then go on to the next WU. (ie out of the 50 it D/Led).

Is this normal? isn't it supposed to spend most of its time docking the conformers? Am I using the right terminology here?

Bok
09-12-2004, 07:33 AM
It means you are missing a library.

download this and put it in your /usr/lib dir and all will be well.

http://www.open-dc.org/libstdc++-libc6.2-2.so.3

you can check this first by navigating to

/path_to/SengentD2OL/D2OL/res/data/bin

and typing

ldd Dockwin.exe

and it will tell you that this shared library is missing.

Bok :D

Scoofy12
09-12-2004, 04:10 PM
ah, yes, that did the trick, thanks :)

youd think they would be able to put some kind of error message out, a missing library is a fairly big deal...

anyway... is there a way to run the client without using the GUI?

Bok
09-12-2004, 04:18 PM
sure is,

I think you don't see anything because the error is from DockWin.exe and not D2OL :(

go into SengentD2OL/D2OL/res

and edit general.prp

change the LaunchMain=true to false

and then cd .. and start the client with

./D2OL controller:cli

Once past these issues it is very well behaved!!

I really should do a sticky for this on D2OL and TSC.

Bok :D