Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


On 15/04/2019 08:19, John Frankish wrote:
Libreoffice-6.2.2.2 compiles on a 32-bit linux system, but will not run.

Strace does not show anything obvious - is there a way to debug the following error?

LibreOffice 6.2 - Fatal Error: The application cannot be started.
component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager of type 
com.sun.star.ui.XModuleUIConfigurationManager2: an error occurred during file opening

That's an atypical combination of "component context fails to supply service ..." (thrown from generated code, presumably during css::ui::ModuleUIConfigurationManager::createDefault in ModuleUIConfigurationManagerSupplier::getUIConfigurationManager, framework/source/uiconfiguration/moduleuicfgsupplier.cxx) and "an error occurred during file opening" (the underlying error, generated in fileaccess::throw_handler, ucb/source/ucp/file/filglob.cxx) errors. Maybe an `strace -f` output would tell more after all---if you can put it somewhere I can have a look.

Another place that might be useful to debug is the ModuleUIConfigurationManager constructor in framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx, if it is reached at all. Also, configuring the build with --enable-debug or even --enable-dbgutil (where adding at least the latter requires a from-scratch rebuild via `make clean`, though) might give further useful stderr output.

What's the configure switches for your build?

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.