User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0 Build Identifier: when opening any wine program the following error is displayed: 1065.377:0068:006c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. I have tried setting VK_ICD_FILENAMES both to the intel and the amd vulkan driver (this system has both an Intel and an AMD GPU). Neither works. When setting VK_ICD_FILENAMES to a non-existent file wine opens. I have also tried uninstalling wine-dxvk and creating a new wineprefix. The same behavior occurs. This leads me to believe this is not a dxvk issue but a wider vulkan issue. I have also tried running proton applications. None of them will open unless I set PROTON_USE_WINE3D3=1. vkcube opens and runs as expected on both the intel and amd icds Reproducible: Always Steps to Reproduce: 1. Create an empty directory 2. Set WINEPREFIX to point to this empty directory 3. Run winecfg Actual Results: 1065.377:0068:006c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. is displayed. Wine program does not open Expected Results: Wine program opens This problem started to happen yesterday after an update. mesa-vulkan-drivers-20.3.4-2.fc33.x86_64 vulkan-loader-1.2.148.1-1.fc33.x86_64
Note that I tested proton because that is a wine version now shipped by Fedora. This is why I filed the bug against mesa and not wine.
(In reply to Hein-Pieter van Braam from comment #1) > Note that I tested proton because that is a wine version now shipped by > Fedora. This is why I filed the bug against mesa and not wine. I meant NOT shipped by Fedora. My apologies.
I just installed the Mesa update to 20.3.5-1 but the problem persists.
After a reboot from 5.11.8-200 to 5.11.10-200 the problem seems to have fixed itself. (I had previously rebooted into 5.11.8-200 after I first encountered this problem). So I guess this is... 'fixed'? :)