protonscr

Transform Feedback Not Supported By Device - Log Spam...

dxvkclosed invalid
doitsujin/dxvk#742 · opened 2018-10-29 by 7oxicshadow · updated 2018-10-30 · 5 comments · github
77oxicshadow 2018-10-29 github

Fedora 28
DXVK 0.90
GeForce GTX 1070:
Driver: 410.73.0
Vulkan: 1.1.82

I have been playing Quake Champions and can confirm that everything is fixed. I can now play on all maps with all characters without crashes :)

I did notice that the d3d11.log file was being spammed by "Transform Feedback Not Supported By Device" errors even though everything is working perfectly? After an hours play the log is over 6MB.

Sure its not really excessive but I suspect there is a bug around the conditions for logging this error to file.

Added bonus: The error contains a typo:

err: D3D11: CreateGeometryShaderWithStreamOutput:
Transform feedback not supoorted by device

EEignar17 2018-10-29 github

@7oxicshadow driver Driver: 410.73.0 not work in StreamOutput

work in 396.54.09 driver.

77oxicshadow 2018-10-29 github

@Eignar17 If what you say is correct then it might explain the log file but I can 100% play quake champions now without crash conditions?

I will leave this bug open for @doitsujin to confirm that it is the NVIDIA drivers that will be causing the issue but ultimately I am going to leave them installed as the game now works very well :)

EEignar17 2018-10-29 github
Jjrugia 2018-10-29 github

As already mentioned by @Eignar17 , the 4xx driver series don't yet include the same features as the 396 ones. Stream Output was introduced with Vulkan 1.1.88.

Ddoitsujin maintainer 2018-10-30 github

The Vulkan beta driver (396.54.09) supports transform feedback.

Upstream links