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/...