http://bugs.winehq.org/show_bug.cgi?id=21277
Summary: python's test_winsound test fails Product: Wine Version: 1.1.35 Platform: x86 URL: http://www.python.org OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=25588) --> (http://bugs.winehq.org/attachment.cgi?id=25588) test output
Install python and run: wine 'c:\Python31\python.exe' -m test.test_winsound
====================================================================== ERROR: test_alias_asterisk (__main__.PlaySoundTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python31\lib\test\test_winsound.py", line 89, in test_alias_asterisk winsound.PlaySound('SystemAsterisk', winsound.SND_ALIAS) RuntimeError: Failed to play sound
Full output attached.