Client met 3007 error when connect to local server (solved)

Added by sambsp over 4 years ago

After I edited the startHost to 127.0.0.1 (localhost) in config_default.cfg, I tried to launch the client to connect to server, but as I clicked 'connect' button, there shew a dialog "*Error: your client might be misconfigured, please contact support (3007) [can't find domin:ryzom_live]* ". Anyone can help me with this, I searched the wiki for client articles ,but only found this one:

http://dev.ryzom.com/wiki/ryzom/RunClientOnWindows

all my configurations are from article above.

And, here is the network content of my config_default.cfg,

/////////////
// NETWORK //
/////////////

Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };
BackgroundDownloader = 0;
PatchServer = "http://dl.ryzom.com/patch_live";
SignUpURL = "http://www.ryzom.com/subscribe";
StartupHost = "127.0.0.1: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/";

A error screenshot as attachment if you want.


Replies (3)

RE: Client met 3007 error when connect to local server - Added by sfb over 4 years ago

sambsp,

Your client configuration appears to be from the real Ryzom game client. This means that even though you've changed the startup host its still trying to use the live servers for other purposes. The primary thing to note is that you may encounter difficulties using the live client against a Ryzom Core local shard due to the live patch server changing the state of your client to be different from that of your server.

At the very least you need to change your 'domain' from ryzom_live to ryzom_open:

Application = { "ryzom_open", "./client_ryzom_r.exe", "./" };

Really you should download the open client and update the data it is using from Hg (copy the contents of code/ryzom/client/data/gamedev and code/ryzom/common/data_common).

Thanks,
sfb
/s

RE: Client met 3007 error when connect to local server - Added by sambsp over 4 years ago

Thank both of upstairs, I see "live" and "open" from now, before that time, I guessed them, as you know, I was a loser.

(1-3/3)