The editor is slow, and pressing "run project" takes a few seconds until anything happens (Godot 4)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ababen

This only happens in Godot 4. Godot 3.5 works fast and shows the game window instantly after I press run. I’m using linux.
I get this error message when I run the project, I think it’s related to the issue but I dont know what it means:

E 0:00:04:0514   _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 141272656

<C++ Source> drivers/vulkan/vulkan_context.cpp:171 @ _debug_messenger_callback()

I tried updating my drivers and they’re up to date. These are my drivers and gpu
enter image description here

:bust_in_silhouette: Reply From: Ertain

The problem probably stems from your Vulkan drivers (version 4.0 uses the Vulkan renderer by default). Do you have the Vulkan drivers installed for your iGPU?

I changed to the open source driver option and the problem is resolved, but thanks :slight_smile:

ababen | 2022-10-12 05:55