Metro Exodus on launch shows only a frozen black window with wine's builtin DXGI.
Just for statistics report. I dunno is this normal behavior or not.
When using wine's dxgi, please attach the full wine console output, and omit DXVK's dxgi.log since that only gets generated when actually using DXVK's DXGI.
An apitrace would probably be useful in this case.
https://hastebin.com/ucoxagifet.rb here is the wine console output
003b:fixme:dxgi:dxgi_output_FindClosestMatchingMode1 iface 0x34e5880, mode 0x54de30, closest_match 0x54de50, device (nil) stub!
Looks like this is the problem, wine doesn't implement that function yet.
but we need a solution
but we need a solution
Just use DXGI from DXVK for now.
Ok thanks, that was easy. Somehow the default installation of /usr/bin/setup_dxvk installs with the --without-dxgi option on arch linux.
Bug fixed in wine-git by this patches below: https://bugs.winehq.org/show_bug.cgi?id=46783