You are not logged in.
First off, yes I know first-hand that the Discord client is terrible on Linux and barely works. I also know that Discord has their own technical support, however I've found that no one there really knows anything beyond solving basic problems, let alone issues on Linux (not the fault of the individuals working there, but annoying that Discord does not employ at least a handful of people more knowledgeable).
Rant over, onto the problem. Basically Discord will crash immediately on startup after getting to the "Checking for updates" stage of its startup. I've tried removing Discord and reinstalling it, but this issue still remains regardless. Running discord in the terminal shows the following output:
Discord 0.0.54
Starting app.
Starting updater.
2024-05-15T19:27:01.463Z [Modules] Modules initializing
2024-05-15T19:27:01.463Z [Modules] Distribution: remote
2024-05-15T19:27:01.463Z [Modules] Host updates: enabled
2024-05-15T19:27:01.463Z [Modules] Module updates: enabled
2024-05-15T19:27:01.464Z [Modules] Module install path: /home/robert/.config/discord/0.0.54/modules
2024-05-15T19:27:01.464Z [Modules] Module installed file path: /home/robert/.config/discord/0.0.54/modules/installed.json
2024-05-15T19:27:01.464Z [Modules] Module download path: /home/robert/.config/discord/0.0.54/modules/pending
splashScreen.initSplash(false)
CDM component API found
blackbox: 2024-05-15T19:27:01.544Z 0
----------------------------------------------
blackbox: 2024-05-15T19:27:01.575Z 1 Discord starting: {"releaseChannel":"stable","version":"0.0.54"}, modulepath: /home/robert/.config/discord/0.0.54/modules
blackbox: 2024-05-15T19:27:01.584Z 2 ✅ webContents.created web1 ""
blackbox: 2024-05-15T19:27:01.592Z 3 ✅ window.created win1 "discord"
splashScreen: SPLASH_SCREEN_READY
splashScreen.webContentsSend: SPLASH_SCREEN_QUOTE SPLASH_SCREEN_QUOTE [ 'Hold Tight — Loading Discord' ]
2024-05-15T19:27:01.835Z [Modules] No updates to install
splashScreen: no-pending-updates
2024-05-15T19:27:01.835Z [Modules] Checking for host updates.
splashScreen: checking-for-updates
splashScreen.updateSplashState checking-for-updates checking-for-updates {}
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'checking-for-updates' } ]
blackbox: 2024-05-15T19:27:02.020Z 4 ✅ webContents.did-finish-load web1
2024-05-15T19:27:02.123Z [Modules] Host is up to date.
2024-05-15T19:27:02.124Z [Modules] Checking for module updates at https://discord.com/api/modules/stable/versions.json
2024-05-15T19:27:02.191Z [Modules] No module updates available.
splashScreen: update-check-finished true 0 false
CDM completed with status (old updater): [{"id":"oimompecagnajdejgnnjijobebaeigek","status":"new","title":"Widevine Content Decryption Module","version":"4.10.2710.0"}]
splashScreen.launchMainWindow: false
Optional module ./ElectronTestRpc was not included.
splashScreen.updateSplashState launching launching {}
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'launching' } ]
blackbox: 2024-05-15T19:27:02.306Z 5 ✅ webContents.created web2 ""
[7493:0515/202702.311040:ERROR:skia_output_surface_impl.cc(1293)]
surface_size=952x65504
format=4
color_type=4
backend_format.isValid()=1
backend_format.backend()=0
GrBackendFormats::AsGLFormat(backend_format)=1
backend_format.asVkFormat()=0
backend_format.asVkFormat() vk_format=0
sample_count=1
surface_origin=1
willGlFBO0=1
blackbox: 2024-05-15T19:27:02.311Z 6 ✅ window.created win2 "Discord"
[7448:0515/202703.041580:ERROR:gpu_process_host.cc(993)] GPU process exited unexpectedly: exit_code=133
(electron) 'gpu-process-crashed event' is deprecated and will be removed. Please use 'child-process-gone event' instead.
child-process-gone! child: GPU (undefined) exitCode: 133
blackbox: 2024-05-15T19:27:03.043Z 7 ❌ child-process-gone { type: 'GPU', reason: 'crashed', exitCode: 133, serviceName: 'GPU' }
notificationScreen.webContentsSend: win is invalid undefined.
Has anyone experienced an issue like this before? Or at least would someone know what might be causing an issue like this even if it cannot be fixed?
Last edited by rharr1s (2024-05-15 22:06:49)
Offline
Did you configure it for hardware acceleration? Maybe try blowing away your discord local cache and seeing if it works.
Offline
Yes deleting the cache worked, thanks!
Offline