Revvy
Hello Halon,
So, can you give us a clean copy of your client.log please?
And by clean, i mean try to focus on the log lines about: login.cpp http_client.cpp network_connection.cpp
Im curious about it, maybe you are trying to login on a wrong host.
Also, in last ressort could you try to sniff your network data while doing the process of connection?
Wich if i get it right, will end in a connection error; try test:test as login and drop the result in a file here.
.
Sure lets see if I can break it all out for you.
2018/10/10 08:08:54 INF 65f8 ryzom_client_r.exe login.cpp 958 login : Using verbose log mode
2018/10/10 08:08:54 INF 65f8 ryzom_client_r.exe login.cpp 782 initLoginScreen : Using verbose log mode
2018/10/10 08:08:54 INF 65f8 ryzom_client_r.exe item_group_manager.cpp 355 CItemGroupManager::update : Starting migration
2018/10/10 08:08:54 INF 65f8 ryzom_client_r.exe item_group_manager.cpp 358 CItemGroupManager::update : Item group migration from old system to new system is done !
2018/10/10 08:08:58 INF 65f8 ryzom_client_r.exe login.cpp 2790 checkLogin : Using verbose log mode
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe login.cpp 2795 checkLogin : Connected
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe login.cpp 2808 checkLogin : Sent request for password salt
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe http_client.cpp 189 CHttpClient::receive : Receiving
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe http_client.cpp 204 CHttpClient::receive : Received CLOSE 527 bytes
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe login.cpp 2813 checkLogin : Received request login check
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe login.cpp 2839 checkLogin : Connected
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe login.cpp 2861 checkLogin : Sent request login check
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe http_client.cpp 189 CHttpClient::receive : Receiving
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe http_client.cpp 204 CHttpClient::receive : Received CLOSE 649 bytes
2018/10/10 08:08:59 INF 65f8 ryzom_client_r.exe login.cpp 2866 checkLogin : Received request login check
goes through a bunch of login_patch.cpp stuff
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe connection.cpp 358 connection : PROFILE: 0 seconds (0 total) for Initializing outgame
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe connection.cpp 414 connection : PROFILE: 0 seconds (0 total) for Initializing user interface
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe connection.cpp 416 connection : PROFILE: 0 seconds for connection
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe network_connection.cpp 456 CNetworkConnection::initCookie : Network initialisation with front end 'newshards.ryzom.com:47851' and cookie 'E6738BBB|9EBF4068|000B4537'
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe network_connection.cpp 401 CNetworkConnection::init : Half-frequency mode
2018/10/10 08:09:05 WRN 65f8 ryzom_client_r.exe big_file.cpp 696 NLMISC::CBigFile::getFile : BF: Couldn't load 'D:/Game Files/Ryzom/gamedev.bnp@shards.cfg'
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe config_file.h 326 NLMISC::EUnknownVar::EUnknownVar : CF: Exception will be launched: variable "Use" not found in file "D:/Game Files/Ryzom/gamedev.bnp@shards.cfg"
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe network_connection.cpp 651 CNetworkConnection::connect : There's no shards.cfg, or bad file format, can't copy common files
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe network_connection.cpp 654 CNetworkConnection::connect : CNET[0000000141AE1010]: Connecting to 'newshards.ryzom.com:47851' with cookie ''E6738BBB|9EBF4068|000B4537''
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe network_connection.cpp 680 CNetworkConnection::connect : CNET[0000000141AE1010]: Client connected to shard, attempting login
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe sound_manager.cpp 1350 CSoundManager::update : The current weather setup '' is unknown !
2018/10/10 08:09:05 INF 65f8 ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE1010]: sent LOGIN cookie='E6738BBB|9EBF4068|000B4537'
2018/10/10 08:09:05 WRN 65f8 ryzom_client_r.exe network_connection.cpp 933 CNetworkConnection::buildStream : DISCONNECTION
2018/10/10 08:09:06 WRN 65f8 ryzom_client_r.exe group_html_parser.cpp 333 NLGUI::CGroupHTML::parseHtml : htmlstring parsing failed
The only difference between the steam client and the installed one is steam is using the ip address instead of the host name for the same server 176.31.229.93 (newshards.ryzom.com)
Regards and thanks for taking a look.
Added - This is the extract from Steam client.
Log Starting [2018/10/10 15:22:20]
2018/10/10 15:22:20 INF 5b5c ryzom_client_r.exe init.cpp 827 initLog : RYZOM VERSION: FV 3.4.0.9227 (2018-08-17 12:50:21)
2018/10/10 15:22:26 INF 5b5c ryzom_client_r.exe login.cpp 958 login : Using verbose log mode
2018/10/10 15:22:26 INF 5b5c ryzom_client_r.exe login.cpp 782 initLoginScreen : Using verbose log mode
2018/10/10 15:22:26 INF 5b5c ryzom_client_r.exe item_group_manager.cpp 355 CItemGroupManager::update : Starting migration
2018/10/10 15:22:26 INF 5b5c ryzom_client_r.exe item_group_manager.cpp 358 CItemGroupManager::update : Item group migration from old system to new system is done !
2018/10/10 15:22:31 INF 5b5c ryzom_client_r.exe login.cpp 1421 CAHLoginTab::execute : CAHLoginTab called
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe login.cpp 2790 checkLogin : Using verbose log mode
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe login.cpp 2795 checkLogin : Connected
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe login.cpp 2808 checkLogin : Sent request for password salt
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe http_client.cpp 189 CHttpClient::receive : Receiving
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe http_client.cpp 204 CHttpClient::receive : Received CLOSE 527 bytes
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe login.cpp 2813 checkLogin : Received request login check
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe login.cpp 2839 checkLogin : Connected
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe login.cpp 2861 checkLogin : Sent request login check
2018/10/10 15:22:33 INF 5b5c ryzom_client_r.exe http_client.cpp 189 CHttpClient::receive : Receiving
2018/10/10 15:22:34 INF 5b5c ryzom_client_r.exe http_client.cpp 204 CHttpClient::receive : Received CLOSE 649 bytes
2018/10/10 15:22:34 INF 5b5c ryzom_client_r.exe login.cpp 2866 checkLogin : Received request login check
2018/10/10 15:22:34 INF 5b5c ryzom_client_r.exe client.cpp 351 WinMain : Login of Ryzom success
2018/10/10 15:22:34 INF 5b5c ryzom_client_r.exe client.cpp 354 WinMain : Post-Login Init of Ryzom...
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe connection.cpp 358 connection : PROFILE: 0 seconds (0 total) for Initializing outgame
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe connection.cpp 414 connection : PROFILE: 0 seconds (0 total) for Initializing user interface
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe connection.cpp 416 connection : PROFILE: 0 seconds for connection
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe network_connection.cpp 456 CNetworkConnection::initCookie : Network initialisation with front end 'newshards.ryzom.com:47851' and cookie 'E6738BBB|F8961192|00047776'
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe network_connection.cpp 401 CNetworkConnection::init : Half-frequency mode
2018/10/10 15:22:36 WRN 5b5c ryzom_client_r.exe big_file.cpp 696 NLMISC::CBigFile::getFile : BF: Couldn't load 'D:/steamlib/steamapps/common/Ryzom/gamedev.bnp@shards.cfg 039;
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe config_file.h 326 NLMISC::EUnknownVar::EUnknownVar : CF: Exception will be launched: variable "Use" not found in file "D:/steamlib/steamapps/common/Ryzom/gamedev.bnp@shards.cfg&q uot;
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe network_connection.cpp 651 CNetworkConnection::connect : There's no shards.cfg, or bad file format, can't copy common files
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe network_connection.cpp 654 CNetworkConnection::connect : CNET[0000000141AE2110]: Connecting to 'newshards.ryzom.com:47851' with cookie ''E6738BBB|F8961192|00047776''
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe network_connection.cpp 680 CNetworkConnection::connect : CNET[0000000141AE2110]: Client connected to shard, attempting login
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe sound_manager.cpp 1350 CSoundManager::update : The current weather setup '' is unknown !
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:36 WRN 5b5c ryzom_client_r.exe group_html_parser.cpp 333 NLGUI::CGroupHTML::parseHtml : htmlstring parsing failed
2018/10/10 15:22:36 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:37 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:37 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:37 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:38 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:38 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:38 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:38 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:39 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:39 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:39 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:40 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:40 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:40 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:41 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:41 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:41 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:41 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:42 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:42 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:42 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:43 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:43 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:43 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:44 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:44 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:44 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:44 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:45 INF 5b5c ryzom_client_r.exe network_connection.cpp 1013 CNetworkConnection::sendSystemLogin : CNET[0000000141AE2110]: sent LOGIN cookie='E6738BBB|F8961192|00047776'
2018/10/10 15:22:45 WRN 5b5c ryzom_client_r.exe network_connection.cpp 933 CNetworkConnection::buildStream : DISCONNECTION
Log Starting [2018/10/10 15:21:06]
2018/10/10 15:21:06 INF 4010 ryzom_client_r.exe init.cpp 827 initLog : RYZOM VERSION: FV 3.4.0.9227 (2018-08-17 12:50:21)
2018/10/10 15:21:12 INF 4010 ryzom_client_r.exe login.cpp 958 login : Using verbose log mode
2018/10/10 15:21:12 INF 4010 ryzom_client_r.exe login.cpp 782 initLoginScreen : Using verbose log mode
2018/10/10 15:21:12 INF 4010 ryzom_client_r.exe item_group_manager.cpp 355 CItemGroupManager::update : Starting migration
2018/10/10 15:21:12 INF 4010 ryzom_client_r.exe item_group_manager.cpp 358 CItemGroupManager::update : Item group migration from old system to new system is done !
2018/10/10 15:21:19 INF 4010 ryzom_client_r.exe login.cpp 2790 checkLogin : Using verbose log mode
2018/10/10 15:21:19 INF 4010 ryzom_client_r.exe login.cpp 2795 checkLogin : Connected
2018/10/10 15:21:19 INF 4010 ryzom_client_r.exe login.cpp 2808 checkLogin : Sent request for password salt
2018/10/10 15:21:19 INF 4010 ryzom_client_r.exe http_client.cpp 189 CHttpClient::receive : Receiving
2018/10/10 15:21:19 INF 4010 ryzom_client_r.exe http_client.cpp 204 CHttpClient::receive : Received CLOSE 447 bytes
2018/10/10 15:21:19 INF 4010 ryzom_client_r.exe login.cpp 2813 checkLogin : Received request login check
2018/10/10 15:21:19 WRN 4010 ryzom_client_r.exe login.cpp 2821 checkLogin : server error: Invalid account: (2001)
(in askSalt)
2018/10/10 15:21:19 INF 4010 ryzom_client_r.exe login.cpp 782 initLoginScreen : Using verbose log mode
2018/10/10 15:21:52 WRN 4010 ryzom_client_r.exe action_handler_misc.cpp 249 CActionHandlerEnterModal::execute : <CActionHandlerEnterModal::execute> Couldn't find group ui:interface:quit_dialog
2018/10/10 15:21:55 INF 4010 ryzom_client_r.exe login.cpp 1405 CAHLoginQuit::execute : CAHLoginQuit called
2018/10/10 15:21:55 WRN 4010 ryzom_client_r.exe editor.cpp 3961 R2::CEditor::release : *R2* release
2018/10/10 15:21:55 WRN 4010 ryzom_client_r.exe game_context_menu.cpp 89 CGameContextMenu::init : gamecontextmenu:init: 'ui:interface:game_context_menu' window does not exist.
Added by Halon 6 years ago