http://bugs.winehq.org/show_bug.cgi?id=29294
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
--- Comment #10 from Jörg Höhle hoehle@users.sourceforge.net 2012-02-27 04:46:37 CST ---
an empty render.log
2&>1 should have read 2>&1 as in comment #5 Also, prefer the pair rm render.log; .... >>render.log (use append mode, cf. bug #19125) The test results must appear together with the traces.
no sound
The test uses:
7.125:0009:trace:alsa:AUDDRV_GetAudioEndpoint "plughw:0,1" alsa:dump_fmt SubFormat: {00000003-0000-0010-8000-00aa00389b71}
Floating point is supported, so there should be audible sound on device plughw:0,1. What does speaker-test -D"plughw:0,1" do and report?
What the log doesn't tell is why "default" can't be opened. What if you use winecfg to select a non-default device? What if you set the new winealsa.drv input and output registry keys to "asnoop" and "amix"? (you don't need the duplex device since there are 2 keys.)