error running client & server

Added by packpro almost 8 years ago

Hi,

1)
While running "ryzom_client_d.exe", message "msg.xml and database.xml files are invalid (server version signature is different)".

2) STOP in "ryzom_entities_game_service"

2010/11/06 09:52:49 192.168.48.1/EGS-130 WRN 898 database_plr.h 7929 : setBase : Value out of bound : trying to store 65535 in a unsigned field limited to 9 bits
2010/11/06 09:52:49 192.168.48.1/EGS-130 AST 898 database_plr.h 7929 : STOP

void setBase(CCDBSynchronised &dbGroup, uint16 value, bool forceSending = false) {
// Check that the value is not out of database precision
STOP_IF(value > (1<<9)-1, "setBase : Value out of bound : trying to store "<<value<<" in a unsigned field limited to 9 bits");
_setProp(dbGroup, _Base, value, forceSending);
}

here, i think "1<<9)-1" to "1<<24)-1", this right?

Regard!


Replies (14)

RE: error running client & server - Added by sm3 almost 8 years ago

I think this may fix the msg.xml and database.xml issue:

copy ..code/ryzom/common/data_common/database.xml and ..code/ryzom/common/data_common/msg.xml
to your client /data/data_common/ <-- create this directory in the "data" directory of your client and drop these 2 files in it.

The client and the server communicate via xml. The client archive has data not compatible with the current code. Copying the files will override what is in the *.bnp archive and allow communication again.

sm3

RE: error running client & server - Added by packpro almost 8 years ago

Hi,

now, no message ( "msg.xml and database.xml files are invalid (server version signature is different)").

but, follow error

A failed assertion occurs
ProcName: 192.168.48.1/EGS-130
Date: 2010/11/06 11:05:54
File: D:\work\r_game\code\ryzom\server\src\entities_game_service\database_plr.h
Line: 7929
FuncName: CBankAccessor_PLR::TCHARACTER_INFO::TDODGE::setBase
Reason: STOP
-------------------------------

Regard!

RE: error running client & server - Added by sm3 almost 8 years ago

Are you running the server on Windows? There is a known issue when a character logs out it crashes EGS.

sm3

RE: error running client & server - Added by packpro almost 8 years ago

Yes, I running the server on Windows.

RE: error running client & server - Added by sm3 almost 8 years ago

Are you able to login to the game? The issue I'm referring to usually happens when you log out of the client. The ryzom_entities_game_service will crash. If you look in the log it will probably say something like Value 600.0000 exceeds....

If you are using Windows you'll have to modify the shard_start.bat with the proper names for each service as well.

sm3

RE: error running client & server - Added by packpro almost 8 years ago

this appear when click "Play" button after creating a character.

-----------------------------------------------------------------------------------
A failed assertion occurs
ProcName: 192.168.48.1/EGS-130
Date: 2010/11/06 11:05:54
File: D:\work\r_game\code\ryzom\server\src\entities_game_service\database_plr.h
Line: 7929
FuncName: CBankAccessor_PLR::TCHARACTER_INFO::TDODGE::setBase
Reason: STOP
-----------------------------------------------------------------------------------

Regard!

RE: error running client & server - Added by sm3 almost 8 years ago

Are you sure all the required services are running? The start_shard.bat that comes with the source isn't correct. You have to change some of the names and add ryzom_ to many of them.

sm3

RE: error running client & server - Added by packpro almost 8 years ago

i made sure all the required services are running.

Regard!

RE: error running client & server - Added by sm3 almost 8 years ago

Sorry, haven't experienced this one myself. Someone more knowledgeable will have to assist.

sm3

RE: error running client & server - Added by molator almost 8 years ago

Where did you place the binaries and server's data ?

RE: error running client & server - Added by packpro almost 8 years ago

Hi,

binaries data is in "d:\work\r_game\code\build\bin\Debug\data\"
server's data is in "d:\work\r_game\code\ryzom\common\data_leveldesign\"

now, this errors fixed.

Regard!

RE: error running client & server - Added by ragnar-gd over 7 years ago

Hi, packpro,

HOW did you solve that problem?

Ragnar G.D.

RE: error running client & server - Added by packpro over 7 years ago

Hi, Ragnar G.D,

Please, overwrite "\code\build\bin\Debug\data\*.*" with "C:\game\Ryzom\data\*.*".
"C:\game\Ryzom\data\*.*" is the newest patched data of Ryzom game(http://www.ryzom.com/en/mmorpg-rpg-mmo-download_game.html).

packpro.
Regard!

(1-14/14)