Good to hear there’s been some progress made on figuring out the issue!
re: Ralendil’s specific issue, it does seem highly suspect that the error is occurring at the same location as other people, even if the error itself is slightly different.
@Ralendil do you happen to have any other log files from failed login attempts? It may be a coincidence that the log file you presented failed in the same location as other people, but if you have any other console log files from the error manifested just to rule out that coincidence.
When you get the login error, close the game, open the log file and near the end, are you seeing this pattern
{
account_name = "",
sub = "",
vivox_domain = "",
vivox_issuer = "",
vivox_token = "",
},
{
aborted = false,
error_code = 14,
error_details = "",
error_message = "failed to connect to all addresses",
},
{
latest_completed = {
index = 5,
name = "account-havoc-year-migration",
},
},
The content of the first block (with account_name
, sub
etc) is irrelevant but I would expect the error to be consistently sandwiches between those 2 structures.
If that turns out to be the case, how familiar are you with debugging proxies (e.g. Fiddler, Requestly)? If you want, I can help you set them up and dig a bit deeper into what’s going on.