You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Running scene this error is thrown to the user:
E 0:00:00:0228 _debug_messenger_callback: GENERAL - Message Id Number: 0 | Message Id Name: Loader Message
loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
Objects - 1
Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 147924592
<Origem C++> drivers/vulkan/vulkan_context.cpp:157 @ _debug_messenger_callback()
E 0:00:19:0612 _free_internal: Attempted to free invalid ID: 9440338116612
<Origem C++> drivers/vulkan/rendering_device_vulkan.cpp:7478 @ _free_internal()
I just realized that this error is caused because my pc has an AMD and manjaro had some NVIDIA and OPENCL drivers installed, for someone that having this problem here's my solution:
Arch linux
sudo pacman -Qs vulkan
A list of all vulkan drivers should appear, now use:
sudo pacman -R drivernameshere
where drivernameshere should be all nvidia and opencl and intel drivers installed, let only the AMD ones.
Godot version:
v4.0.dev.custom_build.d7f171874
d7f1718
OS/device including version:
Manjaro Gnome
AMD r7 200 series
Issue description:
When Running scene this error is thrown to the user:
Sources:
godot/drivers/vulkan/vulkan_context.cpp
Line 157 in d7f1718
godot/drivers/vulkan/rendering_device_vulkan.cpp
Line 7478 in d7f1718
Steps to reproduce:
Minimal reproduction project:
PS: Run Character.tscn
https://github.com/nonunknown/godot-4-demo-fps
The text was updated successfully, but these errors were encountered: