Package Details: dxvk-bin 2.6-1

Git Clone URL: https://aur.archlinux.org/dxvk-bin.git (read-only, click to copy)
Package Base: dxvk-bin
Description: A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
Upstream URL: https://github.com/doitsujin/dxvk
Keywords: dxvk
Licenses: zlib/libpng
Conflicts: d9vk, dxvk
Provides: d9vk, dxvk
Submitter: ssorgatem
Maintainer: ssorgatem (kekonn)
Last Packager: ssorgatem
Votes: 229
Popularity: 1.31
First Submitted: 2018-03-02 07:39 (UTC)
Last Updated: 2025-03-14 09:25 (UTC)

Pinned Comments

ssorgatem commented on 2018-03-27 06:47 (UTC) (edited on 2019-02-26 12:20 (UTC) by ssorgatem)

To enable DXVK in a wineprefix, do the following (with the WINEPREFIX variable properly set):

setup_dxvk install

In order to uninstall DXVK from a wineprefix:

setup_dxvk uninstall

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16

earthboundin commented on 2018-03-10 17:32 (UTC)

[ryan@Pepperanne Fallout 4]$ wine Fallout4.exe 000b:fixme:winediag:start_process Wine Staging 3.3 is a testing version containing experimental patches. 000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org. 002f:err:module:import_dll Library vulkan-1.dll (which is needed by L"C:\windows\system32\d3d11.dll") not found 002f:err:module:import_dll Library vulkan-1.dll (which is needed by L"C:\windows\system32\DXGI.DLL") not found 002f:err:module:import_dll Library DXGI.DLL (which is needed by L"C:\windows\system32\d3d11.dll") not found 002f:err:module:import_dll Library d3d11.dll (which is needed by L"J:\bigolboy\Games\Fallout 4\Fallout4.exe") not found 002f:err:module:import_dll Library vulkan-1.dll (which is needed by L"C:\windows\system32\dxgi.dll") not found 002f:err:module:import_dll Library dxgi.dll (which is needed by L"J:\bigolboy\Games\Fallout 4\Fallout4.exe") not found 002f:err:module:attach_dlls Importing dlls for L"J:\bigolboy\Games\Fallout 4\Fallout4.exe" failed, status c0000135 [ryan@Pepperanne Fallout 4]$

Getting this when I try to run Fallout 4. I ran the setup script, but to no avail.

ssorgatem commented on 2018-03-08 20:54 (UTC)

Thank you, I've updated the package.

frankyboy commented on 2018-03-08 18:59 (UTC)

version 0.31 is out https://github.com/doitsujin/dxvk/releases/tag/v0.31

ssorgatem commented on 2018-03-02 17:34 (UTC)

It looks like it's due to the archive having been packaged by bsdtar or a very old version of GNU tar: http://bugs.rosalinux.ru/show_bug.cgi?id=712

It shouldn't have any ill effect, though.

zfkerr commented on 2018-03-02 16:50 (UTC)

@ssorgatem, do you know what this means? This happens during the building.

Starting build()...

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/x32/

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/x32/d3d11.dll

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/x32/setup_dxvk.sh

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/x32/dxgi.dll

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/x64/

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/x64/d3d11.dll

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/x64/setup_dxvk.sh

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/x64/dxgi.dll

tar: Ignoring unknown extended header keyword 'SCHILY.fflags' dxvk-0.30/README.txt

ssorgatem commented on 2018-03-02 16:42 (UTC)

Oh, thank you for spotting that! Should be fixed now.

zfkerr commented on 2018-03-02 16:30 (UTC)

@ssorgatem, a bug report here:

That is in your PKGBUILD:

cp -r "dxvk-$pkgver"/x64 $pkgdir/opt/dxvk

cp -r "dxvk-$pkgver"/x64 $pkgdir/opt/dxvk

And rightly so:

cp -r "dxvk-$pkgver"/x64 $pkgdir/opt/dxvk

cp -r "dxvk-$pkgver"/x32 $pkgdir/opt/dxvk