https://bugs.winehq.org/show_bug.cgi?id=49489
--- Comment #4 from GloriousEggroll@gmail.com --- Sorry, I was misinformed regarding wined3d. There's some real funky stuff going on. After further digging, here are some corrections:
Incorrect rendering: ---------------------- 1. On nvidia, dxvk renders the game incorrectly as shown in the first comment. (see attached #1)
2. On amd and nvidia, wined3d, renders the launcher all black, however you can still interact with it (see attached #2).
3. On amd and nvidia, wined3d results in a popup error when trying to run the game (see attached #3) ----------------------
Correct rendering: ---------------------- 1. On nvidia, reverting b86dc3926bfe5cd92400aa96c89b0255eba1d447 fixes rendering with DXVK for both the game and the launcher
2. On amd, dxvk renders the game correctly
3. On amd, dxvk renders the launcher correctly
----------------------
FIXMEs for this report: 1 - fix b86dc3926bfe5cd92400aa96c89b0255eba1d447 to load dxvk with nvidia correctly 2 - bisect the commit that broke wined3d and fix it to render the launcher and game correctly again