Bug #1325
no response here when hit create account menu on login
Status: | New | Start date: | 06/30/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | |||
Target version: | - |
Description
I'v check out the source code,under the guide found at http://dev.ryzom.com/projects/ryzom/wiki i successfuly compiled the source,configred the server and client on windows 7.After i started the server, there some errors:
1)no response here when hit create account menu on login screen
2)try a random account,hit connect, stay on the black screen after show the error tip window
3)no response here when hit game configuration menu on login screen
there's a message in client.log file, ...can't find ryzom configurator : ryzom_configuration_rd.exe
4)when login to admin web using guest account, show a error message
Can't connect to the callback server 'localhost:46700'...
i checked localhost's listening port, 46700 is ok.why?
I'v doubt about my compiled version, and download a new binary client version here http://dev.ryzom.com/projects/ryzom/wiki/WindowsBinaries, tried the same situation.
History
#1 Updated by jiangzixu about 4 years ago
I compared the downloaded server's mysql data to my own mysql data, there's a big different:
using 127.0.0.1 as the address's ip part! but mine is localhost!
now the comipled server run up.
The guide is here:
•Open up ryzom_default_data.sql in a text editor. Change all occurences of open.ryzom.com in code/ryzom/tools/server/sql/ryzom_default_data.sql to your address (e.g. 192.168.0.1), but remember to keep ports (:4999 etc) as is.