HGL
vicarious-chocolate
All Games Crash with similar errors in the log file.
Since today suddenly all games installed with Heroic crash on startup. It seems to be linked to dxvk as it is mentioned in the log files. I am not aware what could have changed between the games working ok and the not working state. It worked yesterday evening without problems but stopped working today.
As an example I include the log file of starting Eve Online: https://0x0.st/KmiF.log
The interesting part seems to be:
info: Game: eve-online.exe
info: DXVK: v2.7.1-128-ge83650fdf7e6444
info: Build: x86_64 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffffcc2f490
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
info: OpenVR: Failed to locate module
info: OpenXR
0174:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan instance extensions size
info: Enabled instance extensions:
info: VK_KHR_win32_surface
0174:err:vulkan:wine_vkCreateInstance Failed to create instance, res=-9
err: DxvkInstance::createInstance: Failed to create Vulkan instance
err: Failed to initialize DXVK.
01f8:fixme:process:NtQueryInformationProcess ProcessHandleCount (0x18c,0x406f57c,0x00000004,(nil)) stub
02cc:fixme:dwrite:dwritefontface5_HasVariations 0000000000E77690: stub
01e4:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000081FEE0
0154:err:service:device_notify_proc failed to get event, error 1726
============= End of log =============
This part is more or less identical no mater what game I try to start.
Thanks for any help or suggestions solving this issue!
If more specific information are needed please let me know and I will try to provide them accordingly.
6 Replies
What's the output of
vulkaninfo --summary
?vicarious-chocolateOP•10h ago
ERROR: [Loader Message] Code 0 : vkCreateInstance: Found no drivers!
Cannot create Vulkan instance.
This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan.
ERROR at /builddir/build/BUILD/vulkan-tools-1.4.313.0-build/Vulkan-Tools-vulkan-sdk-1.4.313.0/vulkaninfo/./vulkaninfo.h:573:vkCreateInstance failed with ERROR_INCOMPATIBLE_DRIVER
Right, probably wanna take that to the Nobara Discord
conscious-sapphire•10h ago
Just a question
You didnt try to install amd drivers etc from amd website do you?
vicarious-chocolateOP•10h ago
This put me on the right track I think. I switched to the latest Git version of the mesa drivers and now it seems to work. So it does not look like a Heroic issue. Thanks for helping me out.
No I used the distro provided drivers.
conscious-sapphire•10h ago
👍