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
Github Desktop doesn't start at all because it can't initialize GPU Process.
Expected Behavior
Github Desktop should start with an Interface
Steps To Reproduce
Download latest version github-desktop via docker desktop.
Start github-desktop with default settings.
Github Desktop doesn't start
Environment
- OS: Arch Linux x86_64 6.8.4-zen1-1-zen
- How docker service was installed: Docker was installed via Docker Desktop from the AUR.
CPU architecture
x86-64
Docker creation
Using the start button in Docker Desktop
Container logs
2024-04-14 10:24:53 [migrations] started
2024-04-14 10:24:53 [migrations] no migrations found
2024-04-14 10:24:54 usermod: no changes
2024-04-14 10:24:54 ───────────────────────────────────────
2024-04-14 10:24:54
2024-04-14 10:24:54 ██╗ ███████╗██╗ ██████╗
2024-04-14 10:24:54 ██║ ██╔════╝██║██╔═══██╗
2024-04-14 10:24:54 ██║ ███████╗██║██║ ██║
2024-04-14 10:24:54 ██║ ╚════██║██║██║ ██║
2024-04-14 10:24:54 ███████╗███████║██║╚██████╔╝
2024-04-14 10:24:54 ╚══════╝╚══════╝╚═╝ ╚═════╝
2024-04-14 10:24:54
2024-04-14 10:24:54 Brought to you by linuxserver.io
2024-04-14 10:24:54 ───────────────────────────────────────
2024-04-14 10:24:54
2024-04-14 10:24:54 To support LSIO projects visit:
2024-04-14 10:24:54 https://www.linuxserver.io/donate/
2024-04-14 10:24:54
2024-04-14 10:24:54 ───────────────────────────────────────
2024-04-14 10:24:54 GID/UID
2024-04-14 10:24:54 ───────────────────────────────────────
2024-04-14 10:24:54
2024-04-14 10:24:54 User UID: 911
2024-04-14 10:24:54 User GID: 911
2024-04-14 10:24:54 ───────────────────────────────────────
2024-04-14 10:24:54
2024-04-14 10:24:54 ......+..............+....+.....+.......+.....+...+......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*..+............+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*............+...+..+...+....+..+.+..+......+.........+......+.+.....+.+............+...+...+..+...+......+.+.....+...................+......+...+..+...+.+.....+.+...+...........+......+...+.........+..........+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2024-04-14 10:24:54 ........+..+.+........+......+......+...+....+......+......+...+.....+...+.......+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*..+....+.....+.............+........+.........+...+.......+...+........+.......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*.+............+.....+...+....+...+......+.........+..+.+.....+............+......+.......+.....+...+....+......+.....+.......+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2024-04-14 10:24:54 -----
2024-04-14 10:24:54 [custom-init] No custom files found, skipping...
2024-04-14 10:24:54 [ls.io-init] done.
2024-04-14 10:24:54 _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
2024-04-14 10:24:54
2024-04-14 10:24:54 Xvnc KasmVNC 1.2.0 - built Apr 13 2024 18:57:14
2024-04-14 10:24:54 Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
2024-04-14 10:24:54 See http://kasmweb.com for information on KasmVNC.
2024-04-14 10:24:54 Underlying X server release 12014000, The X.Org Foundation
2024-04-14 10:24:54
2024-04-14 10:24:54 Obt-Message: Xinerama extension is not present on the server
2024-04-14 10:24:55 [305:0414/082455.595437:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-04-14 10:24:56 [305:0414/082456.036096:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-04-14 10:24:56 [305:0414/082456.036140:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-04-14 10:24:56 [342:0414/082456.211048:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization
2024-04-14 10:26:56 Warning: vkCreateInstance: Found no drivers!
2024-04-14 10:26:56 Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
2024-04-14 10:26:56 at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:101)
2024-04-14 10:26:56 at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:493)
2024-04-14 10:26:56 at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:379)
2024-04-14 10:26:56 at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:301)
2024-04-14 10:26:56 at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:556)
2024-04-14 10:26:56
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
Github Desktop doesn't start at all because it can't initialize GPU Process.
Expected Behavior
Github Desktop should start with an Interface
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Using the start button in Docker Desktop
Container logs
The text was updated successfully, but these errors were encountered: