Page 1 of 1

Re: Error

Posted: Mon Mar 01, 2010 5:07 pm
by velogfx
you are using an old installer which is pointing wrong server.
just open the client_default.cfg in your Ryzom directory and verify this lines:

Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };
BackgroundDownloader = 0;
PatchServer = "http://dl.ryzom.com/patch_live";
SignUpURL = "http://www.ryzom.com/subscribe";
StartupHost = "su1.ryzom.com:40916";
StartupPage = "/login/r2_login.php";
InstallStatsUrl = "http://su1.ryzom.com:50000/stats/stats.php";
CreateAccountURL = "https://secure.ryzom.com/signup/from_client.php";
InstallWebPage = "http://dl.ryzom.com/installer/";

overwrite wrong ones. that should help

and almost forgot: welcome on atys! :)

Re: Error

Posted: Mon Mar 01, 2010 5:15 pm
by dazman76
Indeed, welcome to Atys :)

I think you missed a character there Velogfx, hopefully I'm right on this :) In the config file, instead of seeing
velogfx wrote:Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };


You should actually be seeing (Velogfx missed a character, the "d" at the end of "client_ryzom_rd")
velogfx wrote:Application = { "ryzom_live", "./client_ryzom_rd.exe", "./" };

Just in case you spot that and try to correct your CFG - this particular line shouldn't need changing anyway, the value should be correct as the client is running, but just can't connect to the servers :)

Re: Error

Posted: Mon Mar 01, 2010 5:17 pm
by velogfx
oh strange. there is no d in my cfg file... hmmm. but my client works. maybe it's not that important.