http://bugs.winehq.org/show_bug.cgi?id=58726
Bug ID: 58726 Summary: version 10.15 Regression: "Roon" music player only shows a blank white screen but buttons (that aren't displayed) technically work Product: Wine Version: 10.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: joni.hilger@yahoo.de Distribution: ---
Created attachment 79334 --> http://bugs.winehq.org/attachment.cgi?id=79334 Screenshot of the bug happening on wine-staging 10.15 - the window is completely blank/white
When launching the Roon music player application, only a blank white window is rendered. The buttons technically work when clicking on the space where they are usually located so it seems to be a rendering issue. Additionally the window is "hard to interact with" when maximizing it I can't grab the top bar anymore (I mean the KDE provided one) and the close/minimize buttons in the top right wont work anymore.
This bug only happens in 10.15 Downgrading to any version prior to 10.15 (e.g. 10.14) makes the application display correctly again.
Confirmed not working: 10.15 [joni@linuxjoni04 bin]$ wine --version wine-10.15 (Staging)
Confirmed working: [joni@linuxjoni04 bin]$ wine --version wine-10.14 (Staging)
DAZ Studio, which is another wine application I have installed, does not experience this issue and renders correctly.
To reproduce this issue you can quickly install roon via the script here: https://github.com/RoPieee/roon-on-wine After installing and opening the program you will immediately see the blank white window as seen in the screenshot.
(alternatively you can get the exe file here and manually install it, but you need a few dependencies so the above script is way easier https://download.roonlabs.net/builds/RoonInstaller64.exe )
My system: Operating System: Arch Linux KDE Plasma Version: 6.4.5 KDE Frameworks Version: 6.18.0 Qt Version: 6.9.2 Kernel Version: 6.16.7-2-cachyos (64-bit) Graphics Platform: Wayland Processors: 24 × 13th Gen Intel® Core™ i7-13700K Memory: 64 GiB of RAM (62.5 GiB usable) Graphics Processor: NVIDIA GeForce RTX 3090 Ti
http://bugs.winehq.org/show_bug.cgi?id=58726
Jonathan joni.hilger@yahoo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joni.hilger@yahoo.de
--- Comment #1 from Jonathan joni.hilger@yahoo.de --- After installing roon it can be started like this: env WINEPREFIX=/home/$USER/my_roon_instance WINEDEBUG=fixme-all WINEDLLOVERRIDES="windows.media.mediacontrol=" wine /home/$USER/my_roon_instance/dosdevices/c:/users/$USER/AppData/Local/Roon/Application/Roon.exe
(WINEDEBUG=fixme-all because there is a huge amount of log messages being written to the console otherwise)
http://bugs.winehq.org/show_bug.cgi?id=58726
--- Comment #2 from Jonathan joni.hilger@yahoo.de --- Created attachment 79335 --> http://bugs.winehq.org/attachment.cgi?id=79335 Screenshot of working roon on wine-staging 10.14
http://bugs.winehq.org/show_bug.cgi?id=58726
Jeek jeek.elem@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeek.elem@gmail.com
--- Comment #3 from Jeek jeek.elem@gmail.com --- can add that same happened to Dungeons&Dragons Online after upgrade to wine 10.15 on Manjaro. Login screen functioned as normal, but main d3d11 window was black/blank. Both windowed and fullscreen mode was black.
Downgrade to 10.14 and it works as normal.