protonscr

When i try to build dxvk i get an error "‘std::cv_status’ has not been declared"

dxvkclosed
doitsujin/dxvk#2279 · opened 2021-09-07 by DNRAWW · updated 2021-09-07 · 6 comments · github
DDNRAWW 2021-09-07 github

When i run ./package-release.sh master /home/dnraww/.wine/dxvk --no-package this error happens

System information

  • GPU: Nvidia GTX 1650
  • Driver: nvidia-driver-470.57.02
  • Wine version: 6.0.1
  • DXVK version: latest

Error

https://pastebin.com/Qze5tQ1s

DDadSchoorse 2021-09-07 github

This is probably https://github.com/doitsujin/dxvk#troubleshooting just with a different error message since dxvk doesn't use std::mutex anymore.

DDNRAWW 2021-09-07 github

This is it! Thanks!

DDNRAWW 2021-09-07 github

But now there is another issue...

https://pastebin.com/xHPp6n8c

DDadSchoorse 2021-09-07 github

Your mingw-w64 headers are too old, dxvk requires version 8 or higher.

DDNRAWW 2021-09-07 github

I just tried sudo apt install dxvk, should've done that first i guess :)

KK0bin maintainer 2021-09-07 github

I just tried sudo apt install dxvk, should've done that first i guess :)

Or preferably use the official DXVK releases here on GitHub and the setup script. Your distro is probably shipping an outdated version of DXVK.

Nothing extracted yet.