protonscr

DX11 feature level 10.0 required to run the engine

dxvkclosed
doitsujin/dxvk#1205 · opened 2019-09-26 by iqrulltion · updated 2019-10-01 · 12 comments · github
Iiqrulltion 2019-09-26 github

I am trying to run an indie game called " project tetra - using unreal engine " the game working without dxvk but the graphics not clear/normal there is for example some black parts on screen etc.

The game error message is " DX11 feature level 10.0 required to run the engine "

Normally with dxvk i face " missed directX11 error message or update directX etc " and some games that require directX 9 or 10 working without complaining with dxvk ..

I am using DXVK: v1.4 , vulkan packages are installed
libvulkan-dev-libvulkan1-libvulkan1:i368-mesa-vulkan-drivers/mesa-vulkan-drivers:i3
vulakn-utlis

last time i asked you said vulkan is not installed but how that possible ?

logs/system info etc
dxvk-log.tar.gz

KK0bin maintainer 2019-09-26 github

info: Enabled instance extensions:
info: VK_KHR_get_physical_device_properties2
info: VK_KHR_surface
info: VK_KHR_win32_surface
err: DxvkInstance::createInstance: Failed to create Vulkan instance

Your graphics driver isnt installed correctly.

Iiqrulltion 2019-09-26 github

Your graphics driver isnt installed correctly.

The default? installed by Linux or Vulkan and how it is not installed correctly? i tried to reinstall - update but that did not fix the problem.

Ddoitsujin maintainer 2019-09-26 github

Please post the full wine logs. This isn't a dxvk bug, it's something going horribly wrong either on your setup or inside wine.

LLeopard1907 2019-09-26 github
Iiqrulltion 2019-09-26 github

Please post the full wine logs. This isn't a dxvk bug, it's something going horribly wrong either on your setup or inside wine.

I already posted wine log while opening the game or are you asking about the backtrace?

Follow that guide.

I installed vulkan for Ubuntu/AMD but i might try to install it again from this guide and see what will happen i am now updating the graphics drivers/Linux.

Ddoitsujin maintainer 2019-09-26 github

Sorry, I assumed the files would only contain DXVK logs. In general it's better to upload the raw text files instead of archives because having to unpack log files is quite frankly a pain in the arse.

Anyway, from what I can tell there really is nothing I can do here; there don't seem to be any Vulkan-capable GPUs on your system.

and some games that require directX 9 or 10 working without complaining with dxvk ..

DXVK does not support D3D9.

Vvarris1 2019-09-26 github

What's your GPU? (Your logs just say "Radeon HD"). Does vulkaninfo work?

Iiqrulltion 2019-09-26 github

from what I can tell there really is nothing I can do here; there don't seem to be any Vulkan-capable GPUs on your system.

Does vulkaninfo work?

I just installed Vulkan from the linked guide , but same results.
I did not use this command before as i remember but the output is

VULKAN INFO

Vulkan Instance Version: 1.1.70

ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: wrong ELF class: ELFCLASS32
ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so: wrong ELF class: ELFCLASS32
/build/vulkan-UL09PJ/vulkan-1.1.70+dfsg1/demos/vulkaninfo.c:2700: failed with VK_ERROR_INITIALIZATION_FAILED

Vvarris1 2019-09-26 github

Ok. So what's your exact GPU?

Iiqrulltion 2019-09-26 github

Ok. So what's your exact GPU?

AMD [Radeon HD ****M/ ****M] /edited for privacy/ not an Vulkan compatible GPU (For those who read this)

what about the erros from vulkan info?

note: i just tested the game, working with dxvk without showing the error but the graphics still the same beside no changes at dxgi log (dxvk)
but for other games still same error
Failed to initialize graphics. Make sure you have DirectX 11 installed, have up to date drivers for your graphics card and have not disabled 3D acceleration in display settings. InitializeEngineGraphics failed

Vvarris1 2019-09-26 github

Your GPU is not Vulkan compatible, sorry. There is no way for you to fix that as long as you don't upgrade to a newer GPU.

Iiqrulltion 2019-09-26 github

at least we know where is the problem now..

done, thanks all.

Nothing extracted yet.