http://bugs.winehq.org/show_bug.cgi?id=58551
Bug ID: 58551 Summary: Aerofoil (Glider PRO) renders some regions as just white Product: Wine Version: 10.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: denilsonsa@gmail.com Distribution: ---
How to reproduce:
1. Get Aerofoil from https://galeforcegames.itch.io/aerofoil or from https://github.com/elasota/Aerofoil/releases 2. Get the 1.1.2 zip file, unzip it somewhere. 3. Run: wine Aerofoil.exe
What happens:
On some Wine versions (e.g. the one from Lutris, and using Proton 9.0.4), the entire game is white when in fullscreen. Pressing Alt+Enter makes it windowed, and then we can see the title screen graphics. However, trying to interact with the menus is buggy (the menus are rendered white), and the pop-up dialogs are also white.
On Wine 10.12, the main title screen renders fine, but some menus are still rendered fully white.
Changing the Options → Preferences → Display to "32-bit color (Requires restart)" makes the bug change from white to black. Several sections of the in-game UI will now be fully black.
If you manage to get into the actual game, it seems to render just fine. Only the in-game UI things (dialogs and menus) seem to be buggy.
I got these messages on the terminal:
0024:fixme:d3d:wined3d_swapchain_init Unimplemented swap effect 0x3. 01a4:fixme:d3d:wined3d_render_target_view_gl_cs_init Swapchain views not supported. 0024:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 00007FFFFE1FF958. 0024:fixme:dxgi:d3d11_swapchain_GetFrameStatistics iface 00007FFFFE82A520, stats 00007FFFFE1FF978 stub! 01a4:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts. 0024:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 00007FFFFE1FF958. 0024:fixme:dxgi:d3d11_swapchain_GetFrameStatistics iface 00007FFFFE82A520, stats 00007FFFFE1FF978 stub! 0024:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 00007FFFFE1FF938. 0024:fixme:dxgi:d3d11_swapchain_GetFrameStatistics iface 00007FFFFE82A520, stats 00007FFFFE1FF958 stub!
(those last couple of messages repeat forever)