Bug 156531 - Unable to create container Window
Summary: Unable to create container Window
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.5.5.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-30 15:02 UTC by prrvchr
Modified: 2023-08-02 10:26 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description prrvchr 2023-07-30 15:02:21 UTC
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
Comment 1 prrvchr 2023-07-30 18:54:24 UTC
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.
Comment 2 prrvchr 2023-07-31 22:04:36 UTC
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
Comment 3 prrvchr 2023-08-02 10:26:48 UTC
The origin of this malfunction is now clearly identified by the bug 156576