lpinner / yardwiz

YARDWiz - Yet Another Recording Downloader for the Wiz
Other
2 stars 0 forks source link

YARDWiz hangs on completion of downloads #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The issue is wxpython on OSX is having trouble with wx.Sound.
Workaround for the hang on OSX is to disable playing a sound on completion of 
all downloads. Uncheck - "Settings->Preferences->Sounds->Play sound after 
download".

http://www.beyonwiz.com.au/phpbb2/viewtopic.php?p=91178#91178

Original issue reported on code.google.com by pinner.luke@gmail.com on 8 Jun 2011 at 9:18

GoogleCodeExporter commented 9 years ago
wxpython wx.Sound on OSX hangs when trying to play a non-existant .wav. Added 
some checks (r328) to ensure the download complet .wav file exists.

Original comment by pinner.luke@gmail.com on 16 Jun 2011 at 1:00