http://bugs.winehq.org/show_bug.cgi?id=28339
Summary: Loss of sound in commit 366f54110 Product: Wine Version: 1.3.27 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: winealsa.drv AssignedTo: wine-bugs@winehq.org ReportedBy: mhollisjr@gmail.com
Created an attachment (id=36320) --> (http://bugs.winehq.org/attachment.cgi?id=36320) WINEDEBUG="+tid,+mmdevapi,+winmm,+dsound,+alsa" ./wine winecfg &> sound_log.366f54110
Regression testing showed sound not to operate in or after commit 366f54110a54b2a14c851ef35a4e2de64a388da2
Sound outside of wine is confirmed fully functional. Sound inside wine is confirmed not functional in winecfg.
366f54110^
Sound outside of wine is confirmed fully functional. Sound inside wine is confirmed not functional in winecfg.
http://bugs.winehq.org/show_bug.cgi?id=28339
--- Comment #1 from Mike Hollis mhollisjr@gmail.com 2011-09-10 17:04:26 CDT --- Created an attachment (id=36321) --> (http://bugs.winehq.org/attachment.cgi?id=36321) WINEDEBUG="+tid,+mmdevapi,+winmm,+dsound,+alsa" ./wine winecfg &> sound_log.366f54110^
http://bugs.winehq.org/show_bug.cgi?id=28339
Mike Hollis mhollisjr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardloos@googlemail.com | |, mhollisjr@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=28339
Mike Hollis mhollisjr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|mhollisjr@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=28339
--- Comment #2 from Mike Hollis mhollisjr@gmail.com 2011-09-10 17:14:40 CDT --- Correction should read as follows ========= Regression testing showed sound not to operate in or after commit
366f54110a54b2a14c851ef35a4e2de64a388da2 Sound outside of wine is confirmed fully functional. Sound inside wine is confirmed not functional in winecfg
Parent of 366f54110a54b2a14c851ef35a4e2de64a388da2 Sound outside of wine is confirmed fully functional. Sound inside wine is confirmed fully functional in winecfg =========
http://bugs.winehq.org/show_bug.cgi?id=28339
Mike Hollis mhollisjr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |366f54110a54b2a14c851ef35a4 | |e2de64a388da2
http://bugs.winehq.org/show_bug.cgi?id=28339
Mike Hollis mhollisjr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mhollisjr@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=28339
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC|mhollisjr@gmail.com | Summary|Loss of sound in commit |Loss of sound in winecfg |366f54110 | Severity|major |normal
http://bugs.winehq.org/show_bug.cgi?id=28339
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
http://bugs.winehq.org/show_bug.cgi?id=28339
--- Comment #3 from Mike Hollis mhollisjr@gmail.com 2011-09-12 05:01:34 CDT --- I should add that the loss of sound since it occurs in winecfg, is also not limited to winecfg and occurs for the entire wine environment.
http://bugs.winehq.org/show_bug.cgi?id=28339
--- Comment #4 from Andrew Eikum aeikum@codeweavers.com 2011-09-12 08:15:41 CDT --- Created an attachment (id=36335) --> (http://bugs.winehq.org/attachment.cgi?id=36335) winealsa.drv: Allow creation of the default device even if all real devices failed to open
Thanks for the nice report. Can you apply this patch to latest Git and try again?
http://bugs.winehq.org/show_bug.cgi?id=28339
--- Comment #5 from Mike Hollis mhollisjr@gmail.com 2011-09-12 18:58:19 CDT --- (In reply to comment #4)
Created an attachment (id=36335)
--> (http://bugs.winehq.org/attachment.cgi?id=36335) [details]
winealsa.drv: Allow creation of the default device even if all real devices failed to open
Thanks for the nice report. Can you apply this patch to latest Git and try again?
I would be glad to except for one small problem, I had alot of help putting this report together and I'm not completely sure what git command I would need to properly apply this, would you be willing to provide some guidance in the matter?
http://bugs.winehq.org/show_bug.cgi?id=28339
Alex Bradbury asb@asbradbury.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |asb@asbradbury.org
--- Comment #6 from Alex Bradbury asb@asbradbury.org 2011-09-13 00:48:42 CDT --- (In reply to comment #5)
I would be glad to except for one small problem, I had alot of help putting this report together and I'm not completely sure what git command I would need to properly apply this, would you be willing to provide some guidance in the matter?
(It's not strictly necessary to have a new checkout as I do here, but if you do use an existing clone, make sure it's up to date and if you reverted the offending patch locally then undo that).
1. git clone git://source.winehq.org/git/wine.git ~/wine-git 2. cd ~/wine-git 3. wget "http://bugs.winehq.org/attachment.cgi?id=36335" -O winealsa.patch 4. git am winealsa.patch 5. ./configure && make 6. ./wine winecfg (and let us know if it works)
If you have any issues with the above instructions, it's probably easiest to get help on #winehq on Freenode.
http://bugs.winehq.org/show_bug.cgi?id=28339
--- Comment #7 from Austin English austinenglish@gmail.com 2011-09-13 03:58:30 CDT --- See also http://wiki.winehq.org/Patching
http://bugs.winehq.org/show_bug.cgi?id=28339
--- Comment #8 from Mike Hollis mhollisjr@gmail.com 2011-09-13 05:47:41 CDT --- (In reply to comment #4)
Created an attachment (id=36335)
--> (http://bugs.winehq.org/attachment.cgi?id=36335) [details]
winealsa.drv: Allow creation of the default device even if all real devices failed to open
Thanks for the nice report. Can you apply this patch to latest Git and try again?
I would be glad to except for one small problem, I had alot of help putting this report together and I'm not completely sure what git command I would need to properly apply this, would you be willing to provide some guidance in the matter?(In reply to comment #6)
(In reply to comment #5)
I would be glad to except for one small problem, I had alot of help putting this report together and I'm not completely sure what git command I would need to properly apply this, would you be willing to provide some guidance in the matter?
(It's not strictly necessary to have a new checkout as I do here, but if you do use an existing clone, make sure it's up to date and if you reverted the offending patch locally then undo that).
- git clone git://source.winehq.org/git/wine.git ~/wine-git
- cd ~/wine-git
- wget "http://bugs.winehq.org/attachment.cgi?id=36335" -O winealsa.patch
- git am winealsa.patch
- ./configure && make
- ./wine winecfg (and let us know if it works)
If you have any issues with the above instructions, it's probably easiest to get help on #winehq on Freenode.
Thank you very much, it's compiling now, unfortunately I have to go to work now but I'll report back tonight with the results
http://bugs.winehq.org/show_bug.cgi?id=28339
Mike Hollis mhollisjr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #9 from Mike Hollis mhollisjr@gmail.com 2011-09-13 17:42:26 CDT --- This patch has fixed my issue, is there anything else I need to do with this bug?
http://bugs.winehq.org/show_bug.cgi?id=28339
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |
--- Comment #10 from Austin English austinenglish@gmail.com 2011-09-13 19:19:22 CDT --- (In reply to comment #9)
This patch has fixed my issue, is there anything else I need to do with this bug?
Patch isn't yet in wine.
http://bugs.winehq.org/show_bug.cgi?id=28339
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #11 from Austin English austinenglish@gmail.com 2011-09-15 12:39:50 CDT --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/e7a652395be382942e0392e1779...
http://bugs.winehq.org/show_bug.cgi?id=28339
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2011-09-23 12:58:37 CDT --- Closing bugs fixed in 1.3.29.
http://bugs.winehq.org/show_bug.cgi?id=28339
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e7a652395be382942e0392e1779 | |8e374926eba8f