← Back to team overview

openlp-core team mailing list archive

[Bug 1049036] Re: osx - openlp not quitting properly with modified service

 

This is the output from openlp.log.  There is not much useful
information.

------------------------------------------------
2012-09-11 11:10:45,354 openlp.plugins.songs.lib.importer                       ERROR    Error importing OpenLP1SongImport
Traceback (most recent call last):
  File "/Users/martin/Documents/openlp/trunk/openlp/plugins/songs/lib/importer.py", line 55, in <module>
    from olp1import import OpenLP1SongImport
  File "/Users/martin/Documents/openlp/trunk/openlp/plugins/songs/lib/olp1import.py", line 35, in <module>
    import sqlite
ImportError: No module named sqlite
2012-09-11 11:10:45,405 openlp.plugins.songs.lib.importer                       ERROR    Error importing SofImport
Traceback (most recent call last):
  File "/Users/martin/Documents/openlp/trunk/openlp/plugins/songs/lib/importer.py", line 61, in <module>
    from sofimport import SofImport
  File "/Users/martin/Documents/openlp/trunk/openlp/plugins/songs/lib/sofimport.py", line 39, in <module>
    from oooimport import OooImport
  File "/Users/martin/Documents/openlp/trunk/openlp/plugins/songs/lib/oooimport.py", line 43, in <module>
    import uno
ImportError: No module named uno
2012-09-11 11:10:45,410 openlp.plugins.songs.lib.importer                       ERROR    Error importing OooImport
Traceback (most recent call last):
  File "/Users/martin/Documents/openlp/trunk/openlp/plugins/songs/lib/importer.py", line 67, in <module>
    from oooimport import OooImport
  File "/Users/martin/Documents/openlp/trunk/openlp/plugins/songs/lib/oooimport.py", line 43, in <module>
    import uno
ImportError: No module named uno
2012-09-11 11:10:46,240 openlp.core.lib.ui                                      WARNING  Parameter enable was not consumed in create_button().
2012-09-11 11:10:46,240 openlp.core.lib.ui                                      WARNING  Parameter enable was not consumed in create_button().
2012-09-11 11:10:51,290 openlp.core.ui.servicemanager                           ERROR    Problem loading service file openlp.pyw
Traceback (most recent call last):
  File "/Users/martin/Documents/openlp/trunk/openlp/core/ui/servicemanager.py", line 652, in loadFile
    zip = zipfile.ZipFile(fileName)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 714, in __init__
    self._GetContents()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 748, in _GetContents
    self._RealGetContents()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 763, in _RealGetContents
    raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file

** Changed in: openlp
     Assignee: (unassigned) => matysek (mzibricky)

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

Title:
  osx - openlp not quitting properly with modified service

Status in OpenLP - Worship Presentation Software:
  Confirmed

Bug description:
  Initial bug report see at http://support.openlp.org/issues/1146

  How to reproduce:
  - start openlp
  - add new song to a service
  - do not save the service
  - display the song from the service live
  - press the red X in the left top corner to quit openlp
  - openlp asks about saving service - press 'Save' button.
  - now you should get openlp crash dialog with message similar to

  Testing latest trunk from source - r2056
   --- Exception Traceback ---
  Traceback (most recent call last):
    File "/Users/martin/Documents/openlp/trunk/openlp/core/ui/mainwindow.py", line 1173, in closeEvent
      self.cleanUp()
    File "/Users/martin/Documents/openlp/trunk/openlp/core/ui/mainwindow.py", line 1224, in cleanUp
      self.liveController.display.close()
  RuntimeError: underlying C/C++ object has been deleted

  --- System information ---
  Platform: Darwin-11.4.0-x86_64-i386-64bit

  --- Library Versions ---
  Python: 2.7.3
  Qt4: 4.8.2
  Phonon: 4.4.0
  PyQt4: 4.9.1
  QtWebkit: 534.34
  SQLAlchemy: 0.7.7
  SQLAlchemy Migrate: 0.7.2
  BeautifulSoup: 3.2.1
  lxml: 2.3.2
  Chardet: 2.0.1
  PyEnchant: 1.6.5
  PySQLite: -
  Mako: 0.7.0
  pyUNO bridge: -

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1049036/+subscriptions


References