← Back to team overview

openlp-core team mailing list archive

[Bug 672164] Re: when clicking on impress bug appears, and does not let presentation load

 

When I edited the file in Impress I could only store the file as a .ppt file, because impress always aborted after being called up, and then impress aborted.
When I added the file with revision 1164 I got a similar error on windows 7.
When I tried to load the Advent3.ppt, I got the following abort.
Traceback (most recent call last):
File "C:\Projects\trunk3\openlp\core\lib\mediamanageritem.py", line 356, in onFileClick
self.loadList(files)
File "C:\Projects\trunk3\openlp\plugins\presentations\lib\mediaitem.py", line 197, in loadList
doc.load_presentation()
File "C:\Projects\trunk3\openlp\plugins\presentations\lib\impresscontroller.py", line 239, in load_presentation
desktop = self.controller.get_com_desktop()
File "C:\Projects\trunk3\openlp\plugins\presentations\lib\impresscontroller.py", line 162, in get_com_desktop
return self.manager.createInstance(u'com.sun.star.frame.Desktop')
File "<COMObject com.sun.star.ServiceManager>", line 2, in createInstance
com_error: (-2147023174, 'The RPC server is unavailable.', None, None)

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/672164

Title:
  when clicking on impress bug appears, and does not let presentation load

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Lately i've been using a impress to show the text i need since the font Base02 is not supported. So i went to show it live during service and the following bug occured:

Traceback (most recent call last):
  File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.presentations.lib.messagelistener", line 283, in slide
  File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.presentations.lib.messagelistener", line 99, in slide
  File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.presentations.lib.messagelistener", line 83, in activate
  File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.presentations.lib.impresscontroller", line 239, in load_presentation
  File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/openlp.plugins.presentations.lib.impresscontroller", line 162, in get_com_desktop
  File "c:\Documents and Settings\raoul\My Documents\My Projects\openlp\trunk\build\pyi.win32\OpenLP\outPYZ1.pyz/win32com.client.dynamic", line 512, in __getattr__
AttributeError: com.sun.star.ServiceManager.createInstance

All i did to make this happen:
1.) add the impress presentation to service
2.) double clicked to show live on screen(i also tried right-clicking, and saying send live produced same error)





References