GPU process isn't usable. Goodbye

I recently upgraded to Ubuntu 22.04 and obsidian stopped launching. Running it on the commandline generates this error message [11834:0503/112823.506564:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye. There is a workaround below using the obsidian --no-sandbox option when launching.

Steps to reproduce

Launch obsidian.

Expected result

Launch without error.

Actual result

❯ /opt/Obsidian/obsidian
2022-05-03 15:28:22 Loading updated app package /home/andy/.config/obsidian/obsidian-0.14.7.asar
2022-05-03 15:28:22 Checking for update using Github
2022-05-03 15:28:22 Success.
2022-05-03 15:28:22 Latest version is 0.14.7 (insider)
2022-05-03 15:28:22 App is up to date.
[11834:0503/112823.506564:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
[1]    11834 trace trap (core dumped)  /opt/Obsidian/obsidian

Workaround

You can still launch the program successfully with the --no-sandbox option

❯ /opt/Obsidian/obsidian --no-sandbox
2022-05-03 15:28:26 Loading updated app package /home/andy/.config/obsidian/obsidian-0.14.7.asar
2022-05-03 15:28:26 Checking for update using Github
2022-05-03 15:28:26 Success.
2022-05-03 15:28:26 Latest version is 0.14.7 (insider)
2022-05-03 15:28:26 App is up to date.

Environment

  • Operating system: Ubuntu 22.04 LTS
  • Debug info:

SYSTEM INFO:
Obsidian version: v0.14.7
Installer version: v0.12.15
Operating system: #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022 5.15.0-27-generic
Login status: logged in
Catalyst license: vip
Insider build toggle: on
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: Minimal
Snippets enabled: 0
Safe mode: off
Plugins installed: 6
Plugins enabled: 6
1: Calendar
2: Emoji Shortcodes
3: Dataview
4: Sliding Panes (Andy’s Mode)
5: Hotkeys++
6: Note Refactor

RECOMMENDATIONS:
Custom theme: for cosmetic issues, please first try updating your theme to latest. If still not fixed, please try to make the issue happen in the help vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the help vault or disable community plugins.

download and reinstall obsidian from the website.

Thank you very much. That corrected the issue. I will observe the importance of the installer version in the future.

Out of curiosity, what prevents an in-app update from also updating the installer (or running an installer update before updating the app itself)?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.