Package Details: dxvk-bin 2.4-2

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: 223
Popularity: 1.82
First Submitted: 2018-03-02 07:39 (UTC)
Last Updated: 2024-07-12 10:37 (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 .. 10 11 12 13 14 15 16 Next › Last »

ssorgatem commented on 2018-03-20 17:40 (UTC)

Well, then it's a bug with the wine-vulkan-git PKGBUILD because it's not exposing the proper wine version.

DXVK required wine-vulkan before wine 3.4. As of 3.4, all the necessary patches are part of mainline wine, so any wine version based on 3.4 or above should work.

WhatTheBuck commented on 2018-03-20 17:36 (UTC)

@ssorgatem I rebuilt wine-vulkan-git right before trying to install this and it still didn't work. Isn't wine-vulkan required for this to work? Could it be because the package version of wine-vulkan-git doesn't appear as 3.4 when installed?

The "about" tab in winecfg lists the version as 3.4.

ssorgatem commented on 2018-03-20 17:33 (UTC)

@DrDoctor that means your version of wine-vulkan is below 3.4.

Either re-install wine-vulkan-git so that it gets the current code or install some other wine package that gives at least wine 3.4

WhatTheBuck commented on 2018-03-20 17:21 (UTC)

I can't install this without uninstalling wine-vulkan-git. It tries to install wine-staging instead.

ssorgatem commented on 2018-03-10 17:49 (UTC)

It looks like you don't have wine-vulkan properly setup

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.