Created attachment 187771 [details] Sample on Python for reproducing the problem We try insert LibreOffice frame to custom window. In 7.3.6.2 it working, in 7.5.3.2 not. For reproduce it 1. Unpack attached archive 2. Install Tkinter library: sudo apt-get install python3-tk 3. Run sample: python3 lo.py Sergey.
Looks like as duplicate of 142692
Hi. Why unconfirmed? See https://bugs.documentfoundation.org/show_bug.cgi?id=142692 Sergey.
Tested with: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 24d0a62bd75b9a895c419aa165da648ab18f134d CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded I changed the libreoffice executable in the lo.py script from "soffice" to "libreofficedev24.2". I get the following in the console: /opt/libreofficedev24.2/program/soffice.bin: symbol lookup error: /usr/lib/libreoffice/program/libmergedlo.so: undefined symbol: _ZN9xmlreader9XmlReaderC1ERKN3rtl8OUStringE 1 Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.8/tkinter/__init__.py", line 1892, in __call__ return self.func(*args) File "/usr/lib/python3.8/tkinter/__init__.py", line 814, in callit func(*args) File "lo.py", line 97, in doWork frame, peer = createViewer(id) File "lo.py", line 66, in createViewer context = resolver.resolve(connectionString) uno.com.sun.star.connection.NoConnectException: Connector : couldn't connect to socket (Connection refused) In 7.3.7.2, I get something similar, except for the NoSuchElementException instead of the symbol lookup error: terminate called after throwing an instance of 'com::sun::star::container::NoSuchElementException' 1 Exception in Tkinter callback[...] Are you sure it used to work with version 7.3 ? What error do you get?
Dear Dan658, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
Dear Dan658, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of our bug tracker Warm Regards, QA Team MassPing-NeedInfo-FollowUp