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
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to