View previous topic :: View next topic |
Author |
Message |
Tefrem34 Guru


Joined: 14 Sep 2014 Posts: 400 Location: USA, California
|
Posted: Wed May 08, 2019 7:09 pm Post subject: DXVK can not be installed properly |
|
|
Hello.
I have been trying install DXVK on my system. Code: | Operating System: Gentoo Linux
KDE Plasma Version: 5.14.5
Qt Version: 5.11.3
KDE Frameworks Version: 5.57.0
Kernel Version: 5.0.7-gentoo
OS Type: 64-bit
Processors: 12 × Intel® Core™ i7-5820K CPU @ 3.30GHz
Memory: 15.6 GiB of RAM
| I am fallowing the gentoo wiki on installing and setting it up, but I keep running into snags.
I have tried installing the tastytea repo and the git build but on each, I get the error when I try to install it with the Wineprefix fallowing the instructions. Via the tastytea Code: | user $WINEPREFIX=~/.wine-64 /usr/lib64/dxvk/bin/setup_dxvk.sh install
user $WINEPREFIX=~/.wine-32 /usr/lib32/dxvk/bin/setup_dxvk.sh install | and the Compiled Code: | user $WINEPREFIX=~/.wine-64 x64/bin/setup_dxvk.sh install
user $WINEPREFIX=~/.wine-32 x32/bin/setup_dxvk.sh install | I get this error: Code: | bash: /usr/lib64/dxvk/bin/setup_dxvk.sh: No such file or directory | and Code: | bash: x64/bin/setup_dxvk.sh: No such file or directory |
For the tastytea, I could not find the file, but with the git build the install script is in the dxvk main directory. But even if I change the command to that I still get an error.
If someone can let me know what I need to do to fix this I would greatly appreciate it. There are some games that I am trying to play with proton but can't and I would like to get it installed to see if it would fix the issues that I am having playing those games.
Thanks again. |
|
Back to top |
|
 |
Chiitoo Administrator


Joined: 28 Feb 2010 Posts: 2778 Location: Here and Away Again
|
Posted: Fri May 10, 2019 2:11 pm Post subject: |
|
|
Moved from Portage & Programming to Unsupported Software.
The software discussed here is not available via the official Gentoo ebuild repository.
I'm guessing you've been reading the DXVK [1] wikki article? I think it could use at least some warnings about things mentioned there not being officially maintained (aside from Wine and such of course).
I would recommend using the official Gentoo Wine and Winetricks packaging for this, but if you want to stick to Proton, I imagine they might just complicate things for you. :]
1. https://wiki.gentoo.org/wiki/DXVK _________________ Kindest of regardses. |
|
Back to top |
|
 |
argen n00b

Joined: 26 Apr 2019 Posts: 35
|
Posted: Fri May 10, 2019 4:48 pm Post subject: |
|
|
You can manually install it by copying the .so files to $WINEPREFIX/drive_c/windows/system32 and removing the .so suffix from the filename.
I use this one liner: Code: | for f in *.so; do cp -- "$f" $WINEPREFIX/drive_c/windows/system32/"${f%%.so}"; done |
|
|
Back to top |
|
 |
Tefrem34 Guru


Joined: 14 Sep 2014 Posts: 400 Location: USA, California
|
Posted: Fri May 10, 2019 5:32 pm Post subject: |
|
|
Thank you for the help.
@Chiitoo Thank you for moving it to the right place. I did not know that it was a unsupported program.
@argen I did it manually, changing the *.so so that they all replace the .dll with the same name. Thank you for the info.
Hopefully I can get it all finished so I can get my game to work. |
|
Back to top |
|
 |
BobWya Apprentice


Joined: 12 Aug 2012 Posts: 228 Location: Cambridge,UK
|
Posted: Thu May 16, 2019 1:33 am Post subject: Re: DXVK can not be installed properly |
|
|
Tefrem34 wrote: | Hello.
I have been trying install DXVK on my system.
... |
You'd probably be better off using pchome's Gentoo Overlay, for winelib builds of dxvk / dvk9: Github: pchome/dxvk-gentoo-overlay ...
Since pchome is active on both these repositories.
Or if you if just want the pre-built mingw builds of dxvk... Then these are available as winetricks verbs, e.g.:
- which will automatically install dxvk 1.2, to the currently set WINEPREFIX.
Although, it should be noted that Austin can be tardy about accepting my winetricks pull-requests (there's quite a long queue waiting at the moment)...
Bob _________________ system: G751JT (ASUS-NotebookSKU); processor: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz; memory: 32GiB System Memory; display: GM204M [GeForce GTX 970M]; disk: 2048GB Samsung SSD 850;BD-CMB UJ172 S;1024GB Samsung SSD 850 |
|
Back to top |
|
 |
Tefrem34 Guru


Joined: 14 Sep 2014 Posts: 400 Location: USA, California
|
Posted: Thu May 16, 2019 6:56 am Post subject: |
|
|
@BobWya
Thank you. I will give that a go. |
|
Back to top |
|
 |
|