What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Release] RebornBuddy64 Version 1.0.681 - DirectX11 / x64 bit compatible

Even after changing to CN auth and updating I still get same connection issues.

~~
System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://auth.cn.buddyauth.com:5031/AuthService.svc. The connection attempt lasted for a time span of 00:00:21.0591535. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 47.52.89.155:5031. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 47.52.89.155:5031
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
--- End of inner exception stack trace ---​
~~

The trace has quite a bit more information that I've attached but posting the main snippet in hopes that once we figure it out others will be able to easily search their error if they come across it.
 

Attachments

You can switch back to the eu auth. Most of your exceptions are from lisbeth and not rb.
 
In a quick search in the log attached above we see:

39 hits for Lisbeth specific exceptions

search> [Lis5.35f23][Error] System.Net.Http.HttpRequestException:​

58 hits for RB exceptions while contacting authorization server

search> System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://auth.cn.buddyauth.com:5031/AuthService.svc

Maybe there's some other underlying issue but everything was working fine until about a week ago. Give or take...
 
And the fact that two unrelated services have connectivity issues leads me to believe this might not be fully an issue on our end.
 
I don't have any connectivity issues in any application except in RB. Connections are stable for all other web connected applications, including ffxiv itself.
 
Could be either windows firewall, or windows defender killing the connection.
 
Ill update exceptions for RB in those too then. Anything to try and solve this >.<
Though you'd think it'd either connect or not, instead of intermittent issues.
 
Just booted everything back up. Even before hitting the Start button in RB I have received the error

[09:26:35.162 D] Exception while contacting authorization server.
[09:26:35.165 D] System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://auth.eu.buddyauth.com:5031/AuthService.svc.
 
Still having issues after another extended session
~40 auth errors
~18 lisbeth connection errors
There's definitely a drop in occurrences but small sample size is inconclusive.
 
Previously ActionManager.HasSpell returned true for Blue Magic spells even when they weren't set to active, assuming that you had learned them. However, it seems now it's required that they are set to active for it to return true. Was this an intended change?
 
Last edited:
Previously ActionManager.HasSpell returned true for Blue Magic spells even when they weren't set to active, assuming that you had learned them. However, it seems now it's required that they are set to active for it to return true. Was this an intended change?

Hrm, not directly I guess, but hasspell's purpose is to only check for spells that the player could actively try casting, if a blue mage spell isn't selected then it wouldn't make sense for hasspell to return true for it. Blue probably needs an extra function for checking if its unlocked.
 
Back
Top