https://bugs.freedesktop.org/show_bug.cgi?id=42826

--- Comment #13 from Tor Lillqvist <tlillqv...@suse.com> 2011-12-01 08:26:44 
PST ---
Stack trace at crash:

        [bla bla related to the error dialog]
        ...
     kernel32.dll!_RaiseException@16()  + 0x52 bytes    
     msvcr90.dll!_CxxThrowException(void * pExceptionObject=0x0012fa64, const
_s__ThrowInfo * pThrowInfo=0x4966beb8)  Line 161    C++
>       cppuhelper3MSC.dll!cppu::loadSharedLibComponentFactory(const 
> rtl::OUString & rLibName={...}, const rtl::OUString & rPath={...}, const 
> rtl::OUString & rImplName={...}, const 
> com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> & 
> xMgr={...}, const 
> com::sun::star::uno::Reference<com::sun::star::registry::XRegistryKey> & 
> xKey={...}, const rtl::OUString & rPrefix={...})  Line 487 + 0x9b bytes    C++
     0255d8ce()    
     cppuhelper3MSC.dll!cppu::ORegistryFactoryHelper::createModuleFactory() 
Line 886 + 0x43 bytes    C++
        ...

The interesting part is in    
cppuhelper3MSC.dll!cppu::loadSharedLibComponentFactory()  Line 487 + 0x9b
bytes, where the debugger shows that it is trying to load
"file:///C:/Program/LibO-dev%203.5/program/../program/binaryurp.uno.dll" , i.e.
binaryurp.uno.dll from the "program" folder even if it is in the URE\bin
folder. A fallout from the Basis layer removal perhaps?

Anyway, if I move the binaryurp.uno.dll from URE\bin to program, unopkg runs
without problems. (Or copy, but just having it in program should work fine.) 

How to fix this then in the build, I don't know. Just have the installer put
binaryurp.uno.dll in program instead of URE\bin? That probably would work fine.
Or ask whoever it was who did the Basis layer removal if he has any idea how to
properly fix this?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to