|
|
Submitter: (bug-tag: NO_DESCRIPTION)
Message from stderr:
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\solfege\configwindow.py", line 615, in on_apply_and_play_test_sound
self.play_midi_test_sound()
File "C:\Program Files\GNU Solfege\share\solfege\solfege\configwindow.py", line 625, in play_midi_test_sound
""", 130, 0, 100)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\utils.py", line 312, in play_music
soundcard.synth.play_track(*tracklist)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\soundcard\winsynth.py", line 46, in play_track
self.play_midieventstream(MidiEventStream(*tracks))
File "C:\Program Files\GNU Solfege\share\solfege\solfege\soundcard\winsynth.py", line 50, in play_midieventstream
self.__driver.reset()
RuntimeError: MIDI error encountered while opening a MIDI stream: The specified device is already in use. Wait until it is free, and then try again.
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\solfege\exercises\idbyname.py", line 270, in new_question
self.do_at_question_start_show_play()
File "C:\Program Files\GNU Solfege\share\solfege\solfege\abstract.py", line 924, in do_at_question_start_show_play
self.m_t.m_P.play_question()
File "C:\Program Files\GNU Solfege\share\solfege\solfege\lessonfile.py", line 1268, in play_question
question[varname].play(self, question)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\lessonfile.py", line 414, in play
instrument[1])
File "C:\Program Files\GNU Solfege\share\solfege\solfege\utils.py", line 312, in play_music
soundcard.synth.play_track(*tracklist)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\soundcard\winsynth.py", line 46, in play_track
self.play_midieventstream(MidiEventStream(*tracks))
File "C:\Program Files\GNU Solfege\share\solfege\solfege\soundcard\winsynth.py", line 50, in play_midieventstream
self.__driver.reset()
RuntimeError: MIDI error encountered while opening a MIDI stream: The specified device is already in use. Wait until it is free, and then try again.
Traceback (most recent call last):
File "C:\Program Files\GNU Solfege\share\solfege\solfege\exercises\melodicinterval.py", line 243, in new_question
self.m_t.play_question()
File "C:\Program Files\GNU Solfege\share\solfege\solfege\abstract.py", line 219, in play_question
soundcard.synth.play_track(m)
File "C:\Program Files\GNU Solfege\share\solfege\solfege\soundcard\winsynth.py", line 46, in play_track
self.play_midieventstream(MidiEventStream(*tracks))
File "C:\Program Files\GNU Solfege\share\solfege\solfege\soundcard\winsynth.py", line 50, in play_midieventstream
self.__driver.reset()
RuntimeError: MIDI error encountered while opening a MIDI stream: The specified device is already in use. Wait until it is free, and then try again.
|