http://bugs.winehq.org/show_bug.cgi?id=57916 --- Comment #16 from Stian Low <wineryyyyy@gmail.com> --- Some bugs reported for games with vulkan graphics darker than gl seem to be caused by winecfg defaulting Windows Version to Windows 10 which causes this log: 015c:fixme:d3d:wined3d_swapchain_init Unimplemented swap effect 0x3. Setting winecfg Windows Version to Windows 8 and prior prevents the log for "Against the Storm" and fixes the dark graphics. Other games such as Frostpunk do not seem to have such flexibility built in and forces swap effect 0x3 regardless of setting different Windows Versions. Setting the Window version is only a workaround for some games so vulkan renderer still needs a better solution for handling sRGB like gl renderer which supports it regardless of swap effect 0x3 (DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL = 3). Fixing unsupported swap effects may also fix vulkan srgb handling but GL srgb handling seems to work regardless of lack swap effect support. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.