secondlife / viewer

🖥️ Second Life's official client
GNU Lesser General Public License v2.1
189 stars 43 forks source link

Viewer spews a lot of log messages that look like messages are getting dropped #1309

Open simon-linden opened 2 weeks ago

simon-linden commented 2 weeks ago

Environment

Second Life Release 7.1.6.8758996787 (64bit) Release Notes

You are at 124.0, 133.0, 103.2 in Linden Lab HQ 1 located at simhost-0bafefdd96f0a0b93.agni SLURL: http://maps.secondlife.com/secondlife/Linden%20Lab%20HQ%201/124/133/103 (global coordinates 238,972.0, 244,357.0, 103.2) Second Life Preflight 2024-04-13.8669470296

Description

Logged into Second Life to enjoy a meeting. I noticed the logs were spewing a lot of messages, over 650 like this:

2024-04-23T16:55:17Z WARNING # llmessage/lltemplatemessagereader.cpp(714) LLTemplateMessageReader::decodeData : Message from 54.184.219.202:13010 with no handler function received: AvatarGroupsReply
2024-04-23T16:55:17Z WARNING # llmessage/lltemplatemessagereader.cpp(714) LLTemplateMessageReader::decodeData : Message from 54.184.219.202:13010 with no handler function received: AvatarInterestsReply

That looks like we're dropping messages

Reproduction steps

  1. Log into SL
  2. Look at logs
akleshchev commented 2 weeks ago

We switched AvatarGroupsReply to caps and AvatarInterestsReply is no longer used by viewer, so this needs checking and removing.

DmitrySProductengine commented 5 days ago

Passed QA. Verified on the Second Life Release 7.1.7.8974243247 (64bit) on Win10/OSX in the scope of IQA #214.