felixdoerre / primus_vk

Vulkan GPU-offloading layer
BSD 2-Clause "Simplified" License
229 stars 17 forks source link

New error with DXVK version 1.0. #26

Closed leonmaxx closed 5 years ago

leonmaxx commented 5 years ago

When trying to run World Of Tanks with DXVK 1.0 log is flooded with:

PrimusVK: Error, fence in acquireNextImage not implemented

Game window is unresponsive.

felixdoerre commented 5 years ago

Yes, that particular feature was not implemented. Could you try https://github.com/felixdoerre/primus_vk/tree/try_acquire_fence ?

leonmaxx commented 5 years ago

Sure, will test later today.

leonmaxx commented 5 years ago

Sorry, had almost no free time these days. I tested suggested branch and it seems to work ok.