some services stops due to a command definition error

Added by Krolock over 4 years ago

I have no idea, whats wrong. Perhaps anybody of you has already experience with this issue?
Here is the only log output I have, for example the mirror service (nearly the same on 5 other services):

@ Log Starting [2010/11/09 02:07:59]
2010/11/09 02:07:59 AST 3065308880 <Unknown> command.cpp 49 ICommand : STOP
-------------------------------

Log with no filter:
-------------------------------

Log Starting [2010/11/09 02:07:59]
2010/11/09 02:07:59 <Unknown> AST b6b4e6d0 command.cpp 49 : STOP
-------------------------------
There are 2 commands that have the same name in the project (command name 'MainNbEntities'), skip the second definition @


Replies (3)

RE: some services stops due to a command definition error - Added by sfb over 4 years ago

Krolock,

Can you give us more information? Are you running Windows or Linux? 64bit or 32bit? What revision are you running from Hg (hg summary)?

Thank you!
sfb
/s

RE: some services stops due to a command definition error - Added by Krolock over 4 years ago

ah sorry, it was to late in the night :)

its a fresh cmake build (only server) on openSuse 11.3 32 bit with the latest revision (revision 1121). Compiling went well without any errors.
Most of the services start without any problems, but some complain about 2 commands with the same name (see log above), e.g. egs, mirror service and some others. I'll enumerate all crashing services here, if its important.

RE: some services stops due to a command definition error - Added by molator over 4 years ago

That issue looks like those on linux x64.
http://dev.ryzom.com/issues/1016

You can take my patch for the duplicated var.
http://dev.ryzom.com/attachments/1080/MainNbEntities.patch

I've done some testing creating a 2nd var to avoid that issue,
but it didn't solve anything.

You can try to build everything static,
if it's really related, it should work.

(1-3/3)