https://bugs.documentfoundation.org/show_bug.cgi?id=168461
Tobias Widmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Tobias Widmann <[email protected]> --- Created attachment 205021 --> https://bugs.documentfoundation.org/attachment.cgi?id=205021&action=edit LibreOfficeTest.java We are seeing this error message as well, in our case when using the LibreOffice UNO API from Java. I tested this with a completely fresh install of LibreOffice 25.8.4.2 and a fresh user profile. As far as I can tell, the message gets printed to stderr specifically when loading a document for the first time since starting the LibreOffice process. I have attached a minimal Java program "LibreOfficeTest" to reproduce the issue. Stepping through the program line by line in a debugger shows that the message gets printed when "loadComponentFromURL" is called. In contrast to some earlier similar bug reports I found (https://bugs.documentfoundation.org/show_bug.cgi?id=166294, https://bugs.documentfoundation.org/show_bug.cgi?id=167728), I couldn't reproduce this on Linux, only on Windows. -- You are receiving this mail because: You are the assignee for the bug.
