protonscr

err: D3D11CreateDevice: Failed to create a DXGI factory

dxvkclosed not a bug
doitsujin/dxvk#3188 · opened 2023-01-15 by Heus-Sueh · updated 2023-01-17 · 14 comments · github
HHeus-Sueh 2023-01-15 github

Please describe your issue as accurately as possible.

If you use Windows, please check the following page: https://github.com/doitsujin/dxvk/wiki/Windows

Software information

Using Bottles to run DARK SOULS REMASTERED

System information

  • GPU: GTX 1060 6GB
  • Driver: 525.60.11
  • Wine version: 7.0
  • DXVK version: v2.0-59-g196fefec

Apitrace file(s)

  • Put a link here

For instructions on how to use apitrace, see: https://github.com/doitsujin/dxvk/wiki/Using-Apitrace

Log files

I believe that this error occurs due to the lack of some dependency but I don't know which dependency that would be, I already tried to reinstall the driver but the error persists, what are the possible solutions for this?

Mmbriar 2023-01-15 github

If this is plain wine 7.0, then winevulkan is too old to run DXVK 2.0 and newer (see https://github.com/doitsujin/dxvk/wiki/Driver-support). Either update wine or use DXVK 1.10.3.

HHeus-Sueh 2023-01-15 github

If this is plain wine 7.0, then winevulkan is too old to run DXVK 2.0 and newer (see https://github.com/doitsujin/dxvk/wiki/Driver-support). Either update wine or use DXVK 1.10.3.

2.0 and 1.10.3 doesn't work for me either

Mmbriar 2023-01-15 github

Then there must be some other setup issue going on. That error message you get pretty much means that there is no vulkan driver available.

15 Jan 2023, 16:46 by @.***:

If this is plain wine 7.0, then winevulkan is too old to run DXVK 2.0 and newer (see >> https://github.com/doitsujin/dxvk/wiki/Driver-support>> ). Either update wine or use DXVK 1.10.3.

2.0 and 1.10.3 doesn't work for me either


Reply to this email directly, > view it on GitHub https://github.com/doitsujin/dxvk/issues/3188#issuecomment-1383184108> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/A3G6J6KWS4MDWXQAV34T7RLWSQLUZANCNFSM6AAAAAAT35MBOU> .
You are receiving this because you commented.> Message ID: > <doitsujin/dxvk/issues/3188/1383184108> @> github> .> com>

BBlisto91 2023-01-15 github

Yes as mbriar said according to your dxgi log it seems there is a driver issue. Make sure your vulkan drivers are installed and working correctly.

Depending on your distro the vulkan drivers might be seperate install from your main driver.

HHeus-Sueh 2023-01-15 github

what is the package names of the vulkan drivers in ubuntu?, i'm pretty sure i have them installed

Mmbriar 2023-01-15 github

If you run this from flatpak somehow then I'd guess that the nvidia drivers from the flatpak runtime don't work with your host nvidia drivers or are broken for other reasons. And just to be clear DXVK 2.0 will not work with wine 7.0, so best try on DXVK 1.10.3.

15 Jan 2023, 17:02 by @.***:

what is the package names of the vulkan drivers in ubuntu?, i'm pretty sure i have them installed


Reply to this email directly, > view it on GitHub https://github.com/doitsujin/dxvk/issues/3188#issuecomment-1383187532> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/A3G6J6JTSRQMOFBCTKOP6V3WSQNRRANCNFSM6AAAAAAT35MBOU> .
You are receiving this because you commented.> Message ID: > <doitsujin/dxvk/issues/3188/1383187532> @> github> .> com>

HHeus-Sueh 2023-01-15 github

this bug is giving me a headache, i can't find the solution

BBlisto91 2023-01-15 github

I totally missed you are using bottles. I guess that means flatpak, so make sure that your system drivers and the flatpak drivers match each other. You can try updating your flatpaks flatpak update

HHeus-Sueh 2023-01-15 github

I totally missed you are using bottles. I guess that means flatpak, so make sure that your system drivers and the flatpak drivers match each other. You can try updating your flatpaks flatpak update

no update for flatpaks and nvidia drivers are working normally,
Screenshot from 2023-01-15 13-52-48

but it seems that dxvk is not finding what it needs
Screenshot from 2023-01-15 12-08-35

LLeopard1907 2023-01-15 github

That was not about flatpak package update but rather for runtime. So make sure there is no mismatch in runtime and host.

Also do you have Vulkan drivers installed?

sudo apt install libvulkan1 libvulkan1:i386

HHeus-Sueh 2023-01-15 github

That was not about flatpak package update but rather for runtime. So make sure there is no mismatch in runtime and host.

Also do you have Vulkan drivers installed?

sudo apt install libvulkan1 libvulkan1:i386

shows that it is installed
image

HHeus-Sueh 2023-01-15 github

That was not about flatpak package update but rather for runtime. So make sure there is no mismatch in runtime and host.

how do i see if there is runtime and host mismatch?

BBlisto91 2023-01-17 github

I don't use flatpak but i think you can probably find your flatpak installed version with flatpak list

HHeus-Sueh 2023-01-17 github

I don't use flatpak but i think you can probably find your flatpak installed version with flatpak list

i partially solved the error, it has to do with bottles not dxvk, thanks for the help

Upstream links