Description: I use the service: com.sun.star.awt.ContainerWindowProvider to create child windows. All my windows are created by the same function getContainerWindow() (https://github.com/prrvchr/SQLiteOOo/blob/main/uno/lib/uno/unotool/unotool.py#L251) Steps to Reproduce: 1. Install jdbcDriverOOo extension (https://prrvchr.github.io/jdbcDriverOOo/) 2. Install SQLiteOOo extension (https://prrvchr.github.io/SQLiteOOo/) 3. Go to: Tools -> Options -> Base drivers -> JDBC Driver -> Embedded SQLite driver Actual Results: The logs window is not displayed and an error occurs when creating it: uno.com.sun.star.lang.WrappedTargetRuntimeException: at ./scripting/source/dlgprov/dlgprov.cxx:588 Expected Results: The logs window is displayed Reproducible: Always User Profile Reset: No Additional Info: Occur on: Version: 7.5.5.2 (X86_64) / LibreOffice Community Build ID: 50(Build:2) CPU threads: 2; OS: Linux 5.15; UI render: default; VCL: qt5 (cairo+xcb) Locale: fr-FR (fr_FR.UTF-8); UI: en-US Ubuntu package version: 4:7.5.5~rc2-0ubuntu0.22.04.1~lo1 Calc: threaded under VirtualBox 6.1.38 No problem on: Version: 7.3.7.2 / LibreOffice Community Build ID: 30(Build:2) CPU threads: 2; OS: Linux 5.15; UI render: default; VCL: qt5 (cairo+xcb) Locale: en-US (fr_FR.UTF-8); UI: en-US Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.3 Calc: threaded
I'm sorry for the disturbance but after several tests this strange behavior seems related to my test environment (Ubuntu 22.04 - VirtualBox 6.1.38) and has nothing to do with LibreOffice.
This malfunction comes from the fact that LibreOffice allowed until now errors in the assignment of ids of xdl files. Now all errors prevent the loading and display of xdl files. see bug 156556
The origin of this malfunction is now clearly identified by the bug 156576