Hello, two days ago there was upgrade on my Ubuntu 18.10. Nvidia drivers was upgraded to version 410.73. I have Dell Laptop with optimus graphics. Witcher 3 was working perfect on nvidia 396 and 410 drivers. Now I downgrade drivers to version 396 and try different wine versions but nothing helps. When I click game launcher my screen freezes and nothing happen. In terminal it looks like this: terminal output
Edit. I noticed that when I login in Wayland session I have black screen instead of screen freeze.
err: D3D11: CreateGeometryShaderWithStreamOutput:
Transform feedback not supoorted by device
Since you downgraded, your NVidia drivers shouldnât support VK_EXT_transform_feedback, which is required in 0.90. Either pick a suitable version NVidia driver with that kind of support or downgrade dxvk to 0.82.
You can possibly verify if you have the extension by downloading vulkan-utils (apt) and running
vulkaninfo | grep VK_EXT_transform
If you want to check vulkaninfo works fine first, try
vulkaninfo | head
It is worth to mention some people say âdonât bother with whatever vulkan version shows up in vulkaninfo, it may not be accurateâ
But it works great with 396.54 drivers and dxvk 0.90 before. Then I have upgrade to nvidia 410⌠and also work great and two days ago there was upgrade to nvidia 410.73 and also wine-staging 3.19 then W3 stop working.
Now I upgrade once again nvidia drivers to 410.73.
Those vulkaninfo outputs seem very odd. Itâs as if your drivers are bugged.
If you check the first line of the first command, it goes into /src/intel/vulkan. Itâs probably trying to get stuff from your iGPU.
I now nothing about this and have no way to test, but maybe by adding an environment variable, you can âexecute vulkaninfoâ with your nvidia gpu?
DRI_PRIME=1 vulkaninfo | head
or something like that. (sorry if this doesnât work).
Another thing, does any game work with Vulkan/DXVK at the moment? If not, it can point to a buggy driver install of some sorts. If they do, your issue may be specific from W3.
Hi, I donâ t use wayland. I think itâs wine-staging 3.19. When I downgrade drivers to 396 game also donât work. Now I restore my system with timeshift and W3 works perfect with winehq-staging 3.18, nvidia 410.66 and dxvk 0.90. Yesterday when I choose wine-staging 3.18 in lutris game donât work with nvidia 396 or 410.73. I think that must be winehq-staging 3.18. I must block upgrade wine-staging somehow.
Edit. I block wine-staging upgrade and Witcher 3 works great even if I upgrade nvidia drivers. Thanks for Your help.
I upgrade, then W3 stop working (I try many lutris >wine - dxvk combinations) - black screen after launch. When I hold wine-staging upgrade it donât help. Game still donât work. I think itâs nvidia driver 410.78.
Anyone have that problem?
Those are the âmost up to dateâ versions they put available in their package manager thing, but if you pick a specific version like I mentioned, it will likely download it.
A lot of Ubuntu users are having the same issue, so I expect you can find help/guidance in the Ubuntu specific community, rather than on lutris. And it was probably not after wine-staging upgrade, as mentioned in your title (old thread), but after nvidia-driver update.
I put this in terminal: sudo apt-mark hold nvidia...
and upgrade other updates. Everything is OK now. I will not upgrade nvidia drivers until I finish Witcher 3