I was having a problem about vulkan/opengl3, here is how to fix it cause you having the same problem:
Go to the game folder
Create a shortcut of the .exe
Click the shortcut and go to properties
Type: --rendering-driver opengl3 behind the path exe
And that's it, worked for me, gl guys!
(also im brazilian, sorry for any writing errors)
Thanks Adventurer. Had it working before though wine by itself, but couldn’t figure it out when I moved it to Lutris.
For anyone that finds themselves in my predicament:
-Go to Configure -> Game options -Then paste/type the flags “–rendering-driver opengl3” in Arguments -Save and it should run.
If it still doesn’t run (I changed other setting because I got other games to run without the flag)
-Go to Configure -> Runner settings -In Graphics: Disable DXVK & VKD3D -Then Move to Configure -> System options -Scroll down to Game execution: add “WINEDLLOVERRIDES = d3d11,dxgi=n” (no quotes)
While I don’t know if you’ll need the second part, it should help if vulkan support is incomplete.
Thanks again to Nahgg! I’ve been looking at this for a couple days; it wasn’t until I searched with the game’s name that I could find this comment.