ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
331 stars 89 forks source link

Loading screen should timeout when finished loading and connection is lost #622

Closed kaetemi closed 3 years ago

kaetemi commented 3 years ago

Loading screen may get stuck on

CNetworkConnection::stateProbe : CNET[00007FF745E93F90]: received normal in state Probe

in case of network hiccup during loading.

kaetemi commented 3 years ago

When returning from R2 to character selection

2020/10/24 23:54:45 INF 4e48 ryzom_client_dev_d.exe network_connection.cpp 1017 CNetworkConnection::sendSystemLogin : CNET[***]: sent LOGIN cookie='***'

On the server

login_server.cpp 158 cbWSChooseShard : LS: New cookie '***' (name 'kaetemi' priv '' extended '' instance 4294967295 slot 15) inserted in the pending user list (awaiting new client)
login_server.cpp 96 refreshPendingList : LS: Removing cookie ''***'' because too old
kaetemi commented 3 years ago

133 Client gets stuck in probe