Page 1 of 1

Login fail

Posted: Mon Sep 08, 2008 11:03 am
by yongjhen
Hi all,

I can login several days ago with a new installation of new client program (setup_ryzom_setup_637.exe).
But when I login these days, it alway fails with error code 1.
I already disable my firewall, so I don't think it is because of it.
The login/patch server "rslogin.juk.shards.nevrax.com" resolves to "213.208.119.220",
which seems match the IP others describe on this forum..
But, I cannot reach this IP! Ping has no response, telnet to port 40916 and 50000 also has no response.
Is anyone able to login successfully?

Re: Login fail

Posted: Mon Sep 08, 2008 12:15 pm
by blaah
add this to client.cfg. or run the fixer, that does the same thing.

Code: Select all

StartupHost          = "su1.ryzom.com:40916";
StartupPage          = "/login/r2_login.php";
InstallStatsUrl      = "http://su1.ryzom.com:50000/stats/stats.php";
PatchServer          = "http://dl.ryzom.com/patch_live";
InstallWebPage       = "http://dl.ryzom.com/installer/";

Re: Login fail

Posted: Mon Sep 08, 2008 2:40 pm
by yongjhen
blaah wrote:add this to client.cfg. or run the fixer, that does the same thing.

Code: Select all

StartupHost          = "su1.ryzom.com:40916";
StartupPage          = "/login/r2_login.php";
InstallStatsUrl      = "http://su1.ryzom.com:50000/stats/stats.php";
PatchServer          = "http://dl.ryzom.com/patch_live";
InstallWebPage       = "http://dl.ryzom.com/installer/";
Thanks, that fixed my problem now!

Re: Login fail

Posted: Sat Sep 13, 2008 1:21 am
by yongjhen
When I re-configure Ryzom (restore to default, then change settings),
these 5 five settings in client.cfg are reset to the unusable ones.
I guess client_default.cfg should be patched.