On 07/02/2014 02:35 PM, Kacper Kasper wrote:
I am hacking on LibreOffice Haiku port and I have two questions:
...whatever that Haiku is...
When I'm trying to run ui-previewer it throws Deployment exception,
after some debugging I found that the problem is "null process service
factory".
If I remove UniversalContentBroker call it runs "fine" (no exception,
but it is hiding the problem rather than solving it).
My question is where should I start looking in order to solve it?
You mean you run into the
throw DeploymentException( "null process service factory" );
in getProcessServiceFactory
(comphelper/source/processfactory/processfactory.cxx)? Does that happen
before or after you've reached
comphelper::setProcessServiceFactory(xSFactory);
in UIPreviewApp::Init (vcl/source/uipreviewer/previewer.cxx)? If the
former, what's the call stack leading up to getProcessServiceFactory?
If the latter, that xSFactory in the setProcessServiceFactory was a
non-null Reference, right?
Stephan
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.