Throws error when closingSubmitter: wgs2102 ,, columbia ,, edu 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.
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
|