Description: The xcd files in share/registry are marked as having failed to be interpreted (i There are some configuration files in share/registry. When lauching a debug version of LibreOffice whith the command SAL_LOG=+INFO.configmgr ./soffice Some warnings are printed. See below. (...) ../share/registry/calc.xcd took 0 ms, fail Steps to Reproduce: 1.Inside a terminal, launch a debug version with the command: 2.SAL_LOG=+INFO.configmgr ./soffice 3.See output inside terminal. Actual Results: The xcd files in share/registry are marked as having failed to be interpreted Expected Results: I expect "success" mark for every files in share/registry lin Reproducible: Always User Profile Reset: No Additional Info: I guess we have next some difficulties to configure user personalization, but, step by step. Version: 25.2.6.0.0+ (X86_64) / LibreOffice Community Build ID: aa33a063046dd765a0523e54a8bf0fa044618bd5 CPU threads: 6; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: fr-FR (fr_FR.UTF-8); UI: en-US Calc: threaded
Created attachment 201823 [details] SAL_LOG_info.txt SAL_LOG=+INFO.configmgr ./soffice output lines like this below : info:configmgr:156976:156976:configmgr/source/parsemanager.cxx:69: parsing file:///opt/libreofficedev25.2/program/../share/registry/calc.xcd took 0 ms, fail
After trying to get output from the code , it seems that the ‘fail’ files are single-line XML file. The other file, marked “success”, has a ‘\n’ after the XML markup (so that it can be read by a human) Is this an encoding problem ?
Created attachment 201923 [details] SAL_LOG_WINDOWS_INFO.txt
It appears that "fail" and "success" have another meaning, each "fail" files is read again and is marked "success". need some analysis.
closed for the time being.