https://bugs.winehq.org/show_bug.cgi?id=53796
Bug ID: 53796 Summary: Audacity's splash screen is not rendered properly Product: Wine Version: 7.19 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
Created attachment 73291 --> https://bugs.winehq.org/attachment.cgi?id=73291 Splash screen
Instead of the splash screen you see garbage.
https://bugs.winehq.org/show_bug.cgi?id=53796
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.fosshub.com/Aud | |acity-old.html?dwl=audacity | |-2.4.2.zip Keywords| |download, regression, | |source
https://bugs.winehq.org/show_bug.cgi?id=53796
--- Comment #1 from Artem S. Tashkinov aros@gmx.com --- It's a regression. A few releases prior it worked fine. Maybe even in 7.17 - not sure about that.
Cannot run regression testing now, sorry.
The application doesn't have to be installed - it's a simple zip download.
https://bugs.winehq.org/show_bug.cgi?id=53796
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- I can only reproduce that problem on the first start in a clean WINEPREFIX, afterwards the splash screen looks normal. Does it happen reliably for you?
https://bugs.winehq.org/show_bug.cgi?id=53796
--- Comment #3 from Artem S. Tashkinov aros@gmx.com --- (In reply to Fabian Maurer from comment #2)
I can only reproduce that problem on the first start in a clean WINEPREFIX, afterwards the splash screen looks normal. Does it happen reliably for you?
With DPI set to 110 I can reproduce it on every launch.
https://bugs.winehq.org/show_bug.cgi?id=53796
--- Comment #4 from Artem S. Tashkinov aros@gmx.com --- Created attachment 73296 --> https://bugs.winehq.org/attachment.cgi?id=73296 audacity.cfg
OK, I've spent over an hour debugging and the issue is the [AudioIO] section of the audacity's audacity.cfg conf file. Without this section there's no bug.
I'm now attaching a minimal audacity.cfg file which causes the bug.
No other Wine/Audacity settings are relevant.
The attached file needs to be be put into:
.wine/drive_c/users/$USER/AppData/Roaming/audacity
https://bugs.winehq.org/show_bug.cgi?id=53796
--- Comment #5 from Artem S. Tashkinov aros@gmx.com --- I've dug even deeper.
With default settings which are
[AudioIO] RecordingDevice=Wine Sound Mapper - Input Host=MME PlaybackDevice=Wine Sound Mapper - Output
It's all good.
And this breaks the splash screen:
[AudioIO] RecordingDevice=Primary Sound Driver Host=Windows DirectSound PlaybackDevice=Primary Sound Driver
https://bugs.winehq.org/show_bug.cgi?id=53796
--- Comment #6 from Artem S. Tashkinov aros@gmx.com --- Mind that Audacity config files have Windows line endings "\r\n".
https://bugs.winehq.org/show_bug.cgi?id=53796
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #7 from Fabian Maurer dark.shadow4@web.de --- Confirming. For me just the "Host" line is enough to cause the issue though.
With that new info, it doesn't seem to be a regression though, even older wine version exhibit the same issue.
https://bugs.winehq.org/show_bug.cgi?id=53796
--- Comment #8 from Fabian Maurer dark.shadow4@web.de --- winetricks dsound works around the issue, can you confirm?