https://bugs.winehq.org/show_bug.cgi?id=49441 --- Comment #6 from Kevin Andrews <kjandrews0(a)gmail.com> --- After 6 hours of git bisect and compiling with 64bit support to test with the exact same configuration, (ccache is a huge help!): 145cfce1135a7e59cc4c89cd05b572403f188161 is the first bad commit commit 145cfce1135a7e59cc4c89cd05b572403f188161 Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Wed Jun 17 20:02:04 2020 +0800 winex11.drv: Add a Vulkan UUID property for GPUs. A Vulkan UUID property is used to find the corresponding GPU in SetupAPI. Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> Signed-off-by: Liam Middlebrook <lmiddlebrook(a)nvidia.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/winex11.drv/display.c | 15 +++++-- dlls/winex11.drv/x11drv.h | 2 + dlls/winex11.drv/xrandr.c | 99 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+), 3 deletions(-) Hopefully this should identify what needs changing... is there anything else I can try or help with? -- 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.