|
|
Submitter: (bug-tag: NO_DESCRIPTION)
Message from stderr:
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\src\idbyname.py", line 308, in new_question
self.do_at_question_start_show_play()
File "C:\Program Files\GNU Solfege\share\solfege\src\abstract.py", line 787, in do_at_question_start_show_play
self.m_t.m_P.play_question()
File "C:\Program Files\GNU Solfege\share\solfege\src\lessonfile.py", line 1101, in play_question
question[varname].play(self, question)
File "C:\Program Files\GNU Solfege\share\solfege\src\lessonfile.py", line 788, in play
raise osutils.BinaryForProgramException("Csound", cfg.get_string("programs/csound"), e)
File "C:\Program Files\GNU Solfege\share\solfege\src\osutils.py", line 63, in __init__
BinaryBaseException.__init__(self, binary, exception)
File "C:\Program Files\GNU Solfege\share\solfege\src\osutils.py", line 59, in __init__
self.msg2 = _("Tried `%(bin)s`:\n\n\t%(exception)s\n\nPlease check that the program is installed. If you did not supply the full path to the program in the preferences window (Ctrl-12), you must make sure the program is on your PATH.") % {'bin': binary, 'exception': exception}
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 23-25: invalid data
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\src\gu.py", line 616, in on_open
self.m_app.m_ui.display_exception_message(e)
File "C:\Program Files\GNU Solfege\share\solfege\src\mainwin.py", line 538, in display_exception_message
m.add_nonwrapped_text(exception.m_nonwrapped_text)
File "C:\Program Files\GNU Solfege\share\solfege\src\exceptiondialog.py", line 103, in add_nonwrapped_text
l.set_markup('<span font_family="monospace">%s</span>' % gu.escape(text))
TypeError: GtkLabel.set_markup() argument 1 must be string without null bytes, not unicode
|