Recent Changes - Search:

Get GNU Solfege at SourceForge.net. Fast, secure and Free Open Source software downloads

ThrowsErrorWhenClosing

Throws error when closing

Submitter: wgs2102 ,, columbia ,, edu
Long desciption: Solfege didn't open on my computer (it threw this:)

schuess@morte:~$ solfege Checking for gtkhtml2... ok warning: invalid directory in path: /home/schuess/lessonfiles Solfege will use fakesynth /usr/share/solfege/src/mainwin.py:436: GtkWarning: Refusing to add non-unique action '_Rhythm' to action group 'NotExit'

  self.m_action_groups['NotExit'].add_actions(actions)

Traceback (most recent call last):

  File "/usr/bin/solfege", line 77, in <module>
    src.mainwin.start_app(os.path.join(prefix, "share", "solfege"))
  File "/usr/share/solfege/src/mainwin.py", line 802, in start_app
    w.post_constructor()
  File "/usr/share/solfege/src/mainwin.py", line 640, in post_constructor
    self.m_app.display_sound_init_error_message(self.m_app.m_sound_init_exception)
  File "/usr/share/solfege/src/app.py", line 158, in display_sound_init_error_message
    self.m_ui.display_exception_message(e)
  File "/usr/share/solfege/src/mainwin.py", line 497, in display_exception_message
    sourcefile, lineno, func, code = traceback.extract_tb(sys.exc_info()[2])[0]

IndexError: list index out of range


Then, I opened it with the flag --no-sound, and it opened, but then when I closed it, it through the error that this report's attached to.

Solfege version3.9.3
runtime.has_gtkhtml2True
gtk.pygtk_version(2, 12, 1)
gtk<module 'gtk' from '/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.pyc'>
sys.version_info(2, 5, 2, 'final', 0)
sys.version2.5.2 (r252:60911, Jul 31 2008, 17:28:52) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
sys.prefix/usr
sys.platformlinux2
windowsversion(not running ms windows)

Message from stderr:

 
Traceback (most recent call last):
  File "/usr/share/solfege/src/mainwin.py", line 735, in quit_program
    self.m_app.quit_program()
  File "/usr/share/solfege/src/app.py", line 324, in quit_program
    cfg.sync()
  File "/usr/share/solfege/src/cfg.py", line 127, in sync
    dump(data, _user_filename)
  File "/usr/share/solfege/src/cfg.py", line 281, in dump
    f.close()
IOError: [Errno 28] No space left on device


Edit - History - Print - Recent Changes - Search
Page last modified on September 25, 2008, at 04:21 AM