http://bugs.winehq.org/show_bug.cgi?id=18703
Summary: Gizmo5: crashes on call start if dsnoop is used as audio input Product: Wine Version: 1.1.22 Platform: PC URL: http://gizmo5.com/pc/download/#gizmo31 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: novakyu@novakyu.net
If dsnoop is set to audio input device, using the following .asoundrc:
pcm.dmixed { type dmix ipc_key 1024 slave { pcm "hw:2,0" } } pcm.dsnooped { type dsnoop ipc_key 2048 slave { pcm "hw:2,0" } } pcm.asymed { type asym playback.pcm "dmixed" capture.pcm "dsnooped" } pcm.!default { type plug slave.pcm "asymed" }
Gizmo5 crashes on call attempt with error message "fixme:wave:widRecorder Recovering from XRUN!" (full strace output attached).
It works fine if instead of 'capture.pcm "dsnooped"', 'capture.pcm "hw:2,0"' is used for audio input.