http://bugs.winehq.org/show_bug.cgi?id=28175
Summary: Kurso de Esperanto 3.2 Lessons don't open and block the application Product: Wine Version: 1.3.26 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kshorg@gmail.com
Running it with 1.1.44 as noted in the appsdb works fine.
Bisecting showed 2 noteworthy commits:
-- 901af51ea32f2d192a598808abab2d1b6a940773 is the first bad commit commit 901af51ea32f2d192a598808abab2d1b6a940773 Author: Andrew Eikum aeikum@codeweavers.com Date: Mon Jul 11 08:28:24 2011 -0500
winmm: Remove driver implementation of waveOut*.
:040000 040000 cccb55d925c166ba3838b0179cbdd655a44ba26a 428f760df6efda7a37b4a84f97721523ab72863f M dlls -- This one breaks the audio of the application, though it still works.
-- be158e48ad8ee556941bd3f1ff94ca7116680d00 is the first bad commit commit be158e48ad8ee556941bd3f1ff94ca7116680d00 Author: Andrew Eikum aeikum@codeweavers.com Date: Mon Jul 11 08:28:30 2011 -0500
winmm: Implement waveOut* on top of MMDevAPI.
:040000 040000 428f760df6efda7a37b4a84f97721523ab72863f 2b94a3c0b7a42f4f83b037adc317d17565c1f7a9 M dlls -- After this one, whenever an audio-playing button is selected the application stalls.
Switching between Full/Emulation for hardware acceleration on winecfg didn't had any effect.
Running on a stock Debian Squeeze 6.0.2.1, bigmem i686 kernel.