https://bugs.winehq.org/show_bug.cgi?id=45774
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple games and |Multiple games and |applications show black |applications show black |screen or have broken user |screen or have broken user |interface rendering |interface rendering |(Ragnarok Online kRO, |(Ragnarok Online kRO, |Microsoft Expression Design |Microsoft Expression Design |4) |4, Solmis 2.4) URL|https://www.microsoft.com/e |https://web.archive.org/web |n-us/download/details.aspx? |/20180603044009/https://dow |id=36180 |nload.microsoft.com/downloa | |d/C/6/8/C6866D29-E373-4F3F- | |98F0-E80903E77852/Design_Tr | |ial_en.exe
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
While looking at bug 33187 ("Solmis (.NET 4.0 app) does nothing after splash screen") I found that v2.4 of the app suffers from the same problem.
Solmis v2.4 requires at least .NET Framework 4.5.2
http://solmis.agoraplus.com/ZippedInstall/Install.zip
With .NET Framework 4.5.2 installed, click-once installer technology (dfsvc) is used which downloads additional 88 MB.
After splash screen there is a login screen with black content. You have to drag the window to the screen border in a multi-monitor setup in order to reveal the content.
Reverting https://source.winehq.org/git/wine.git/commit/6ccb94392a8ef4bca701ae2a560f4e... ("server: Clip visible region to the surface rectangle instead of the desktop.") on top of current master HEAD (4.12.1) fixes the problem, letting dialog controls render.
$ sha1sum Install.zip eeca45b865b0970d56ecb27ed15c2eb6e05bed3d Install.zip
$ du -sh Install.zip 39M Install.zip
$ wine --version wine-4.12.1
Regards