protonscr

Install missing folders

dxvkclosed question
doitsujin/dxvk#1919 · opened 2021-02-05 by Yabbo · updated 2021-02-06 · 2 comments · github
1 matching comments, n / p to jump
YYabbo 2021-02-05 github

i did a git clone of the repo and when i run the installer its looking for x32 and x64 directories inside the git repo which dont exist.

./setup_dxvk.sh install  ✔
wine: configuration in L"/home/yabbo/.wine" has been updated.
wine: configuration in L"/home/yabbo/.wine" has been updated.
/home/yabbo/dxvk/x64/dxgi.dll: File not found. Skipping.
/home/yabbo/dxvk/x32/dxgi.dll: File not found. Skipping.
/home/yabbo/dxvk/x64/d3d9.dll: File not found. Skipping.
/home/yabbo/dxvk/x32/d3d9.dll: File not found. Skipping.
/home/yabbo/dxvk/x64/d3d10core.dll: File not found. Skipping.
/home/yabbo/dxvk/x32/d3d10core.dll: File not found. Skipping.
/home/yabbo/dxvk/x64/d3d11.dll: File not found. Skipping.
/home/yabbo/dxvk/x32/d3d11.dll: File not found. Skipping.

ZZachBacon 2021-02-05 github

So... You cloned the project and tried to install it, before building the project?

Mmisyltoad 2021-02-06 github

Use ./package_release.sh to actually build the project then run the setup in that.

DLLs