https://bugs.winehq.org/show_bug.cgi?id=40150
Bug ID: 40150 Summary: WineHQ 1.9.3 can not to handle surround audio Product: Wine Version: 1.9.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jotape1960@yahoo.com Distribution: ---
WineHQ 1.9.3, into Ubuntu Studio 15.10 & Lubuntu 15.10, can not to handle surround audio (more than 2 output audio channels).
When we ask WineHQ (through "winecfg") to use Pulse Audio (which is the only one audio system WineHQ can recognize) with more than 2 output audio channels (doesn't matter the number we use), all the Windows audio apps (Adobe Audition, ZaraRadio, WinAmp) will be freezed.
When we set "winecfg" to use Pulse Audio with only 2 audio channels (stereo), then all works so fine.
SO... Here is something that somebody has to fix... Please!!!
https://bugs.winehq.org/show_bug.cgi?id=40150
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
--- Comment #1 from Andrew Eikum aeikum@codeweavers.com --- Can you please reproduce the problem and attach a debug log with the channels from http://wiki.winehq.org/Sound?
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #2 from jotape1960 jotape1960@yahoo.com --- I can not to do that, because there is not any kind of test we can perform about this.
I mean, into Ubuntu Studio 15.10 and Lubuntu 15.10, WineHQ 1.9.3 doesn't recognize any other sound device than Pulse Audio; and recognizes it without surround audio capability.
If you set "winecfg" audio tab to use PulseAudio with surround audio capability, all the Windows audio applications will be frozen.
You will have to re-set "winecfg" audio tab to stereo audio to be able to use Windows audio apps.
That's all, folks!!!
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #3 from Andrew Eikum aeikum@codeweavers.com --- Yes, it is the freeze that I want you to reproduce. So, set it to surround in winecfg, and then launch the program with the debug channels from http://wiki.winehq.org/Sound set:
WINEDEBUG=+tid,+seh,+mmdevapi,... wine Program.exe &>> ~/frozen.log
Observe the frozen behavior, and then kill the program (e.g. ctrl-C in the Terminal). Then compress the log:
gz ~/frozen.log
And upload ~/frozen.log.gz to this bug. Thanks!
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #4 from jotape1960 jotape1960@yahoo.com --- I tried it, but it didn't work.
I wrote the following into the "Run apps" box:
WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp wine C:'Program files (x86)'\Adobe'Audition 1.5'\Audition.exe &>> /media/jjpg/SISTEMA/Temp/frozen.log
But it doesn't work.
I just get an Stop symbol, and nothing happens.
???
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #5 from Andrew Eikum aeikum@codeweavers.com --- That looks about right. What do you mean by a "stop symbol"? Are there any error messages near it, or in </media/jjpg/SISTEMA/Temp/frozen.log>?
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #6 from Andrew Eikum aeikum@codeweavers.com --- Oh, I'm sorry, I misread. Don't use the "Run Apps" menu. Instead, open a Terminal and copy the command into there.
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #7 from jotape1960 jotape1960@yahoo.com --- OK, I'll try it again. Please, wait.
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #8 from jotape1960 jotape1960@yahoo.com --- Nothing!.
I opened a terminal and I wrote:
WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp wine C:\Program\ files\ (x86)\Adobe\Audition\ 1.5\Audition.exe &>> /media/jjpg/SISTEMA/Temp/frozen.log
And... Nothing happens!!!
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #9 from Andrew Eikum aeikum@codeweavers.com --- (In reply to jotape1960 from comment #8)
Nothing!.
I opened a terminal and I wrote:
WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d, +xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp wine C:\Program\ files\ (x86)\Adobe\Audition\ 1.5\Audition.exe &>> /media/jjpg/SISTEMA/Temp/frozen.log
And... Nothing happens!!!
I think you're typing the path wrong. Try changing into that directory and then running "Audition.exe" like this:
cd ~/.wine/drive_c/'Program Files (x86)'/Adobe/'Audition 1.5'/
WINEDEBUG=... wine Audition.exe &>> /media/...
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #10 from jotape1960 jotape1960@yahoo.com --- I'll do it, Please, wait.
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #11 from jotape1960 jotape1960@yahoo.com --- No. Nothing.
I opened a Terminal session and I go to the Audition directory and I wrote all again:
WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp wine C:\Program\ files\ (x86)\Adobe\Audition\ 1.5\Audition.exe &>> /media/jjpg/SISTEMA/Temp/frozen.log
BUT... Wine just asked me to install the "Wine Gecko" package (which was already installed), then it installed it (again), and... Nothing!!!
The terminal cursor come back to the starting status... And there it is!!!
No action at all.
???
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #12 from Andrew Eikum aeikum@codeweavers.com --- (In reply to jotape1960 from comment #11)
WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d, +xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp wine C:\Program\ files\ (x86)\Adobe\Audition\ 1.5\Audition.exe &>> /media/jjpg/SISTEMA/Temp/frozen.log
Don't use the whole path, just use "Audition.exe".
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #13 from jotape1960 jotape1960@yahoo.com --- I did it!!!
I wrote:
WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp wine Audition.exe &>> /media/jjpg/SISTEMA/Temp/frozen.log
And... Nothing!!!
Wine doesn't run Adobe Audition (it seems as something is stopped it).
BUT... I opened Adobe Audition manually, it worked... and it was frozen when I asked it a surround mixdown (the surround mixer graphical window, where we can decide to which output audio channels we put some audio recorded signal).
Isn't there another way to "see" that freeze processing? ???
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #14 from Andrew Eikum aeikum@codeweavers.com --- Hm, how do you normally launch Audition? Does </media/jjpg/SISTEMA/Temp/frozen.log> have any contents? Can you upload it if so?
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #15 from jotape1960 jotape1960@yahoo.com --- Created attachment 53716 --> https://bugs.winehq.org/attachment.cgi?id=53716 frozen.log
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #16 from jotape1960 jotape1960@yahoo.com --- I will describe all the freeze process, step by step:
1) Set "winecfg" and set audio to 5.1 surround output.
2) Open Adobe Audition (I use 1.5 version, put I guess it is the same with other versions)
3) Choose the "Multi Track" window.
4) Import a 5.1 surround audio sample (there is a lot Internet samples to donwload for free). I could upload some, here, if somebody tells me how to do it.
5) You will have 6 tracks with different audio each one.
6) Open the "Multichannel Encoder" ([Control] + [E]).
7) Put your tracks into whatever you want (LF, RF, C, LFE, LS and/or RS outputs channels).
8) Click the [Play All] button. The software will be frozen. You can click whatever you want but the software won't respond any more.
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #17 from Andrew Eikum aeikum@codeweavers.com ---
wine: configuration in '/root/.wine' has been updated.
Woah, why are you running Wine as root? Are you logging into your desktop session as root?
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #18 from jotape1960 jotape1960@yahoo.com --- Yes. If don't, I can not to open that directory to use it in this way.
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #19 from Austin English austinenglish@gmail.com --- (In reply to jotape1960 from comment #18)
Yes. If don't, I can not to open that directory to use it in this way.
You shouldn't run wine as root. Instead, use sudo/root to change the permissions of that directory so that it has access to it (by chmoding it, chowning it, or adding the user to a group that has write access to that directory, for instance).
https://bugs.winehq.org/show_bug.cgi?id=40150
--- Comment #20 from jotape1960 jotape1960@yahoo.com --- Thanks for your advice!!! I'll follow it.
But... Is it something related to the final result in this issue? ???