#lutris briefly opening game and closing right after

23 messages · Page 1 of 1 (latest)

torpid coyote
#

trying to run "Cruel" on my linux device from lutris, giving me this in the logs. (the game was pirated if thats important)

Godot Engine v4.3.stable.official.77dcf97d8 - https://godotengine.org
ERROR: vkCreateInstance failed.

Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.
vkCreateInstance Failure
at: (drivers/vulkan/rendering_context_driver_vulkan.cpp:571)
ERROR: Condition "err != OK" is true. Returning: err
at: _initialize_instance (drivers/vulkan/rendering_context_driver_vulkan.cpp:401)
ERROR: Condition "err != OK" is true. Returning: err
at: initialize (drivers/vulkan/rendering_context_driver_vulkan.cpp:597)
ac_compute_device_uuid's output is based on invalid pci bus info.
WARNING: Your video card drivers seem not to support Vulkan, switching to Direct3D 12.
at: DisplayServerWindows (platform/windows/display_server_windows.cpp:5985)
ERROR: D3D12CreateDevice failed with error 0x80004005.
at: (drivers/d3d12/rendering_device_driver_d3d12.cpp:6302)
ERROR: Condition "err != OK" is true. Returning: ERR_CANT_CREATE
at: initialize (drivers/d3d12/rendering_device_driver_d3d12.cpp:6670)
ERROR: Failed to initialize driver for device.
at: (servers/rendering/rendering_device.cpp:5372)
wine: Unhandled page fault on read access to 0000000000000008 at address 0000000140CD5D6F (thread 0120), starting debugger...
014c:fixme:dbghelp:elf_search_auxv can't find symbol in module
014c:fixme:dbghelp:elf_search_auxv can't find symbol in module
Monitored process exited.
Initial process has exited (return code: 1280)
Exit with return code 1280

anybody have a fix for this? thanks!

smoky river
#

Sounds like youre missing vulkan packages

#

Are you Nvidia or AMD?

#

Also pay for your games, specially indie titles! Devs need to eat too!

#

check output for sudo pacman -Q | grep vulkan

torpid coyote
torpid coyote
#

the word vulkan is red in the output

torpid coyote
smoky river
#

Hmm strange everything seems there.

#

You got a good GPU?

smoky river
#

Youre missing a couple of lib32 but I dont think this game uses em. I suspect the GPU to not support vulkan. Says the drivers dont support it in your logs

torpid coyote
#

im not really into computers so idk what really good and what isnt

smoky river
#

The R7 series looks supported, but to be sure you could sudo pacman -S vulkan-tools and then vulkaninfo | less to make sure

#

Its hard to tell without knowing your exact card. The easiest way is with vulkaninfo command

torpid coyote
#

bash: less: command not found
WARNING: [Loader Message] Code 0 : terminator_CreateInstance: Received return code -3 from call to vkCreateInstance in ICD /usr/lib/amdvlk64.so. Skipping this driver.
WARNING: [../mesa-24.3.4/src/amd/vulkan/radv_physical_device.c:2029] Code 0 : Device '/dev/dri/renderD128' is not using the AMDGPU kernel driver: Invalid argument (VK_ERROR_INCOMPATIBLE_DRIVER)
ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs: Failed to detect any valid GPUs in the current config
ERROR at /usr/src/debug/vulkan-tools/Vulkan-Tools-1.4.303/vulkaninfo/./vulkaninfo.h:247:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED

#

this was the output for vulkaninfo | less

smoky river
#

hmm sounds like a driver issue rather than incompatible GPU, sadly I've been using Nvidia for ever so im not exactly familiar with AMD drivers, the only thing I know is that they are usually in your kernel by default. I cant really help further. You could try and do some research about it or maybe consider making a new thread with that info you have now. From what I could see online the R7 series supports vulkan and that game looks very lightweight with the only req. being "GPU that supports VUlkan" so it has to be your system config rather than a lutris/game issue. Look into your drivers see whats up with those error logs. Least youve narrowed down the problem.
@torpid coyote

torpid coyote
#

alright thanks so much

torpid coyote
#

i asked a few friends and we dug a bit into it and ima just reinstall arch

#

btw thank u alot for helping