[Bug 18703] New: Gizmo5: crashes on call start if dsnoop is used as audio input
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(a)winehq.org ReportedBy: novakyu(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18703 --- Comment #1 from Andrzej Novak <novakyu(a)novakyu.net> 2009-05-30 18:56:36 --- Created an attachment (id=21426) --> (http://bugs.winehq.org/attachment.cgi?id=21426) strace log output -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18703 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21426|application/octet-stream |text/plain mime type| | Attachment #21426|gizmo.log |gizmo.txt filename| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18703 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18703 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #2 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-08-02 14:07:24 --- Is this still an issue in wine-1.3.0? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18703 Raymond <superquad.vortex2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2(a)gmail.com --- Comment #3 from Raymond <superquad.vortex2(a)gmail.com> 2010-08-03 18:53:03 --- (In reply to comment #0)
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.
are you sure that your "default" device are correct ? aplay -v -Ddefault any.wav and arecord -v -Ddefault -f cd -d 10 foo.wav -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18703 --- Comment #4 from butraxz(a)gmail.com 2013-06-21 15:25:19 CDT --- Link is broken. This ticket has not been updated for over 900 days. Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18703 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #5 from super_man(a)post.com --- Basically last feedback from year 2009. Download is dead. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18703 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18703 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com, | |dimesio(a)earthlink.net, | |winetest(a)luukku.com, | |wylda(a)volny.cz -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18703 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #6 from Rosanne DiMesio <dimesio(a)earthlink.net> --- The Gizmo5 service was discontinued in 2011. Marking abandoned. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18703 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|dimesio(a)earthlink.net | Status|RESOLVED |CLOSED --- Comment #7 from Rosanne DiMesio <dimesio(a)earthlink.net> --- Closing abandoned. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org