|
|
no soundSubmitter: rsoulas ,, 9online ,, fr (bug-tag: NO_DESCRIPTION)
Message from stderr:
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\src\idtone.py", line 209, in new_question
self.flash_and_play_first_tone()
File "C:\Program Files\GNU Solfege\share\solfege\src\idtone.py", line 221, in flash_and_play_first_tone
self.m_t.play_question()
File "C:\Program Files\GNU Solfege\share\solfege\src\idtone.py", line 89, in play_question
mpd.notename_to_int(self.m_question) + self.m_octave * 12)
File "C:\Program Files\GNU Solfege\share\solfege\src\utils.py", line 317, in play_note
velocity=mpd.DEFAULT_VELOCITY)
File "C:\Program Files\GNU Solfege\share\solfege\mpd\__init__.py", line 68, in play_note
soundcard.synth.play_track(t)
File "C:\Program Files\GNU Solfege\share\solfege\soundcard\midifilesynth.py", line 57, in play_track
self.play_midieventstream(MidiEventStream(*tracks))
File "C:\Program Files\GNU Solfege\share\solfege\soundcard\midifilesynth.py", line 60, in play_midieventstream
soundcard.play_mediafile('midi', self.m_tmpfilename)
File "C:\Program Files\GNU Solfege\share\solfege\soundcard\__init__.py", line 86, in play_mediafile
src.cfg.get_string("sound/%s_player" % typeid), e)
File "C:\Program Files\GNU Solfege\share\solfege\src\osutils.py", line 68, 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
|