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
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: | kekonn |
Votes: | 227 |
Popularity: | 0.86 |
First Submitted: | 2018-03-02 07:39 (UTC) |
Last Updated: | 2025-01-14 08:30 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 Next › Last »
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
That error message means you haven't properly setup Vulkan in your wine prefix.
Getting the same error as @earthboundin for mortal kombat x on wine 3.4 after setting up dxvk for the prefix. Is there any way to remove dxvk from the prefix?
This is the error message I got:
0037:err:module:import_dll Library vulkan-1.dll (which is needed by L"C:\windows\system32\d3d11.dll") not found 0037:err:module:import_dll Library vulkan-1.dll (which is needed by L"C:\windows\system32\DXGI.DLL") not found 0037:err:module:import_dll Library DXGI.DLL (which is needed by L"C:\windows\system32\d3d11.dll") not found 0037:err:module:import_dll Library d3d11.dll (which is needed by L"Z:\home\winicius\.local\share\lutris\runners\winesteam\prefix\drive_c\Program Files\Steam\steamapps\common\MK10\Binaries\Retail\MK10.exe") not found 0037:err:module:import_dll Library vulkan-1.dll (which is needed by L"C:\windows\system32\dxgi.dll") not found 0037:err:module:import_dll Library dxgi.dll (which is needed by L"Z:\home\winicius\.local\share\lutris\runners\winesteam\prefix\drive_c\Program Files\Steam\steamapps\common\MK10\Binaries\Retail\MK10.exe") not found 0037:err:module:attach_dlls Importing dlls for L"Z:\home\winicius\.local\share\lutris\runners\winesteam\prefix\drive_c\Program Files\Steam\steamapps\common\MK10\Binaries\Retail\MK10.exe" failed, status c0000135
EDIT: sorry, had not configured wine vulkan
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.
@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.
@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
I can't install this without uninstalling wine-vulkan-git. It tries to install wine-staging instead.
It looks like you don't have wine-vulkan properly setup
[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.
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