Open LLGuru opened 8 months ago
Hello @LLGuru!
Could you please clarify most logs with such warning for Win10. Is it expected behavior? 2024-03-07T11:26:46Z WARNING # llcommon/llinitparam.cpp(103) LLInitParam::Parser::parserWarning : Failed to parse parameter "auto_resize.": C:\Program Files\SecondLifeViewer\WARNING\floater_im_session.xml(340)
Hello @vladyslavasproductengine
No, this error doesn't relate to the current issue
Is it expected behavior? Failed to parse parameter "auto_resize."
Not expected, but not related to this issue either.
Failed QA. Verified on the Second Life Release 7.1.4.8333131717 (64bit) on Win10/OSX in the scope of https://github.com/secondlife/iqa/issues/163.
The fix (https://github.com/secondlife/viewer/pull/844) was merged to maint-A and should be tested on that version
Passed QA. Verified on the Second Life Release 7.1.7.8993168213 (64bit) Win10/OSX in scope https://github.com/secondlife/iqa/issues/226.
Sending back to Testing to account for https://github.com/secondlife/viewer/issues/1420#issuecomment-2110634409
Potential issue: deep copy isn't preserving order which results in components being shifted thus causing https://github.com/secondlife/viewer-private/issues/239 and https://github.com/secondlife/viewer/issues/1420
Failed QA. Verified on the Second Life Release 7.1.9.9473057952 (64bit) on Win10/OSX in the scope of IQA #260. The logs still contain repetitions of parsing XML files. See the attached ‘7.1.9.9473057952 - SecondLife.log’ log. 7.1.9.9473057952 - SecondLife.log
Environment
Any version of SecondLife viewer
Description
Some XML files are being read very often, multiple times per session
For chat messages:
For notifications:
And maybe some other files, needs investigate
Reproduction steps
Create file
logcontrol-dev.xml
in the folderC:\Users\user\AppData\Roaming\SecondLife\user_settings
with the following contents:Start SL viewer, open chat floater, view notifications and so on
Close viewer
Read the file
C:\Users\user\AppData\Roaming\SecondLife\logs\SecondLife.log
Verify repeated readings of the same XML files
Links
Is integrated into