Bug 59363 - ImpressRunner installation crashes
Summary: ImpressRunner installation crashes
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Extensions (show other bugs)
Version:
(earliest affected)
4.0.0.0.beta1
Hardware: x86 (IA32) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 15:16 UTC by ribotb
Modified: 2013-01-17 09:18 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ribotb 2013-01-14 15:16:20 UTC
Hi,

I do the installation of ImpressRunner 1.0 via the extensions manager and I get the following error:
(com.sun.star.lang.DisposedException) {{{Message = "Binary URP bridge during call", Context = (com.sun.star.uno.XInterface) @a341250}}} 

The installation completes but the extension is not active.
If I activate it, I get the following error message (twice):
Binary URP bridge during call 

And then:
(com.sun.star.lang.DisposedException) {{{Message = "Binary URP bridge during call", Context = (com.sun.star.uno.XInterface) @6693da8}}} 

Bernard Ribot

OS : Windows 7 SP1 32bits
Comment 1 Joel Madero 2013-01-14 16:11:22 UTC
Just verifying that if this bug exists, it's a Windows only bug, I don't see this problem in Linux.
Comment 3 Joel Madero 2013-01-16 15:45:14 UTC
Marking as WFM since now it's been seen that on Linux and on Windows for other users we're not seeing this problem.

I would recommend two things:

1) Reset your profile

2) Install RC1 which was released a few days ago

If the problem persists after release of RC2, please reopen and I'll take a look at it again.


Thanks for your patience, sorry we can't reproduce
Comment 4 ribotb 2013-01-17 09:02:48 UTC
Hi,

With Impress 4.0.0.1 and ImpressRunner 1.1, when I want to activate Autostart (Tools > Add-ons > Set Autostart) the Basic script crashes with error message (in french, sorry):

"Erreur d'exécution BASIC
Propriété ou méthode non trouvée : documentInfo"

on line:

if thisComponent.documentInfo.getUserfieldValue(i) = "autostart" then

in module launcher.

Bernard Ribot
Comment 5 Stephan Bergmann 2013-01-17 09:15:12 UTC
(In reply to comment #4)
> With Impress 4.0.0.1 and ImpressRunner 1.1, when I want to activate
> Autostart (Tools > Add-ons > Set Autostart) the Basic script crashes with
> error message (in french, sorry):
> 
> "Erreur d'exécution BASIC
> Propriété ou méthode non trouvée : documentInfo"
> 
> on line:
> 
> if thisComponent.documentInfo.getUserfieldValue(i) = "autostart" then

This appears to be due to removal of XDocumentInfo and related from LO 4.0, see <https://wiki.documentfoundation.org/ReleaseNotes/4.0#XDocumentInfo_removed>.

@lgodard.libre (assuming you are the author of that extension): can you create a new version adapted to that change?
Comment 6 Laurent Godard 2013-01-17 09:18:48 UTC
i expected this error, not the deployement one
i'll do when some spare time