New comment by Newchair2644 on void-packages repository https://github.com/void-linux/void-packages/pull/41675#issuecomment-1484152445 Comment: Just tested for x64 glibc on sway and I am getting this error when godot crashes trying to launch a project from the project selector. ``` err Godot Engine v4.0.1.stable.custom_build - https://godotengine.org xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.utf-8" (mapped to "en_US.utf-8") libspeechd.so.2: cannot open shared object file: No such file or directory OpenGL API 3.3 (Core Profile) Mesa 22.3.5 - Compatibility - Using Device: Intel - Mesa Intel(R) HD Graphics 3000 (SNB GT2) Editing project: /home/newchair/Code/games/hi Godot Engine v4.0.1.stable.custom_build - https://godotengine.org xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.utf-8" (mapped to "en_US.utf-8") libspeechd.so.2: cannot open shared object file: No such file or directory ERROR: Required extension VK_KHR_surface not found, is a driver installed? at: _initialize_instance_extensions (drivers/vulkan/vulkan_context.cpp:468) ERROR: Could not initialize Vulkan at: DisplayServerX11 (platform/linuxbsd/x11/display_server_x11.cpp:5465) Your video card drivers seem not to support the required Vulkan version. If possible, consider updating your video card drivers or using the OpenGL 3 driver. You can enable the OpenGL 3 driver by starting the engine from the command line with the command: "godot" --rendering-driver opengl3 If you recently updated your video card drivers, try rebooting. ERROR: Unable to create DisplayServer, all display drivers failed. at: setup2 (main/main.cpp:2017) ERROR: Pages in use exist at exit in PagedAllocator: N7Variant5Pools11BucketLargeE at: ~PagedAllocator (./core/templates/paged_allocator.h:140) ERROR: Pages in use exist at exit in PagedAllocator: N7Variant5Pools12BucketMediumE at: ~PagedAllocator (./core/templates/paged_allocator.h:140) ERROR: Pages in use exist at exit in PagedAllocator: N7Variant5Pools11BucketSmallE at: ~PagedAllocator (./core/templates/paged_allocator.h:140) ERROR: BUG: Unreferenced static string to 0: interface_added at: unref (core/string/string_name.cpp:131) ```