You are not logged in.

#1 2020-10-21 23:52:46

Ghost-Order
Member
Registered: 2019-12-18
Posts: 13

[SOLVED] Discord crashes inmediately after start

When I start discord first it shows its 'checking for updates' message, then it turns white and then the actual program starts but it immediately closes.

Today in the morning it worked just fine, the only thing that comes to my mind that could be part of the problem is that I installed the linux-lts kernel but I'm not sure if this is an issue because I just installed it but to effectively change the kernel I need to tweak my grub config and I didn't do that yet (actually right now I'm on the latest linux kernel and not the lts).

According to the official website the last version is 0.0.12 and mine is 0.0.12-1 maybe that's the issue?

This is what I get when I try to start it from the terminal (xxxxxxx represents my username).

Discord 0.0.12
Starting app.
Starting updater.
[Modules] Modules initializing
[Modules] Distribution: remote
[Modules] Host updates: enabled
[Modules] Module updates: enabled
[Modules] Module install path: /home/xxxxxxx/.config/discord/0.0.12/modules
[Modules] Module installed file path: /home/xxxxxxx/.config/discord/0.0.12/modules/installed.json
[Modules] Module download path: /home/xxxxxxx/.config/discord/0.0.12/modules/pending
[Modules] No updates to install
[Modules] Checking for host updates.
[Modules] Host is up to date.
[Modules] Checking for module updates at https://discord.com/api/modules/stable/versions.json
[Modules] No module updates available.
[000:000] [3958] (audio_device_generic.cc:66): SetRecordingDevice: Not supported on this platform
[Modules] Starting to install discord_krisp...
[Modules] Fetching discord_krisp@0 from https://discord.com/api/modules/stable/discord_krisp/0
[Modules] Streaming discord_krisp@0 to /home/xxxxxxx/.config/discord/0.0.12/modules/pending/discord_krisp-0.zip
Cannot upload crash dump: cannot exec /usr/bin/wget
Failed to get crash dump id.
Report Id: 
Error downloading with electron net: HTTP Error: Status Code 403
Falling back to node net library..
[Modules] Failed fetching module discord_krisp@0: Error: HTTP Error: Status Code 403
[Modules] Finished module downloads. [success: 0] [failure: 1]
[WebContents] crashed... reloading
[Modules] Starting to install discord_krisp...
[Modules] Fetching discord_krisp@0 from https://discord.com/api/modules/stable/discord_krisp/0
[Modules] Streaming discord_krisp@0 to /home/xxxxxxx/.config/discord/0.0.12/modules/pending/discord_krisp-0.zip
Error downloading with electron net: HTTP Error: Status Code 403
Falling back to node net library..
[Modules] Failed fetching module discord_krisp@0: Error: HTTP Error: Status Code 403
[Modules] Finished module downloads. [success: 0] [failure: 1]
[WebContents] double crashed... RIP =(

Last edited by Ghost-Order (2020-10-23 14:25:26)

Offline

#2 2020-10-22 00:17:11

codingcatgirl
Member
Registered: 2019-09-03
Posts: 2

Re: [SOLVED] Discord crashes inmediately after start

You're not the only one. Same issue here. Haven't been able to figure out a workaround yet.

Offline

#3 2020-10-22 00:58:24

loqs
Member
Registered: 2014-03-06
Posts: 17,368

Re: [SOLVED] Discord crashes inmediately after start

Offline

#4 2020-10-22 01:23:13

Sylphid
Member
From: Live Oak TX
Registered: 2011-09-03
Posts: 3

Re: [SOLVED] Discord crashes inmediately after start

I was able to get discord working again by rolling back opera-ffmpeg-codecs

sudo pacman -U https://archive.archlinux.org/packages/o/opera-ffmpeg-codecs/opera-ffmpeg-codecs-85.0.4183.102-1-x86_64.pkg.tar.zst

Offline

#5 2020-10-22 02:05:59

Ghost-Order
Member
Registered: 2019-12-18
Posts: 13

Re: [SOLVED] Discord crashes inmediately after start

Thank you for pointing the culprit loqs.

Sylphid wrote:

I was able to get discord working again by rolling back opera-ffmpeg-codecs

sudo pacman -U https://archive.archlinux.org/packages/o/opera-ffmpeg-codecs/opera-ffmpeg-codecs-85.0.4183.102-1-x86_64.pkg.tar.zst

Unfortunately this is the only "solution" for now. In my case I downgraded the package using the cache.

sudo pacman -U /var/cache/pacman/pkg/opera-ffmpeg-codecs-85.0.4183.102-1-x86_64.pkg.tar.zst

Offline

#6 2020-10-22 02:33:56

klawx3
Member
Registered: 2020-10-22
Posts: 2

Re: [SOLVED] Discord crashes inmediately after start

Sylphid wrote:

I was able to get discord working again by rolling back opera-ffmpeg-codecs

sudo pacman -U https://archive.archlinux.org/packages/o/opera-ffmpeg-codecs/opera-ffmpeg-codecs-85.0.4183.102-1-x86_64.pkg.tar.zst

thanks the solution worked for me as well

Offline

#7 2020-10-22 08:43:06

cwrau
Member
From: Gütersloh, NRW, Germany
Registered: 2020-10-22
Posts: 1
Website

Re: [SOLVED] Discord crashes inmediately after start

Sylphid wrote:

I was able to get discord working again by rolling back opera-ffmpeg-codecs

sudo pacman -U https://archive.archlinux.org/packages/o/opera-ffmpeg-codecs/opera-ffmpeg-codecs-85.0.4183.102-1-x86_64.pkg.tar.zst

This also worked for me!

discord-canary works with the upgraded codes

Last edited by cwrau (2020-10-22 08:47:14)

Offline

#8 2020-10-22 18:22:06

honeyplease
Member
Registered: 2013-09-07
Posts: 33

Re: [SOLVED] Discord crashes inmediately after start

+1 works here too

Offline

#9 2020-10-22 18:26:08

Nadzinator
Member
Registered: 2015-10-04
Posts: 11

Re: [SOLVED] Discord crashes inmediately after start

Sylphid wrote:

I was able to get discord working again by rolling back opera-ffmpeg-codecs

sudo pacman -U https://archive.archlinux.org/packages/o/opera-ffmpeg-codecs/opera-ffmpeg-codecs-85.0.4183.102-1-x86_64.pkg.tar.zst

This worked for me, thanks!

Offline

#10 2020-10-23 14:25:01

Ghost-Order
Member
Registered: 2019-12-18
Posts: 13

Re: [SOLVED] Discord crashes inmediately after start

Updating discord to 0.0.12-2 fix the problem, once you updated to 0.0.12-2 you can update opera-ffmpeg-codecs to the last version and discord will work just fine, I tested this on the last linux kernel and the lts one.

Last edited by Ghost-Order (2020-10-23 14:25:51)

Offline

#11 2020-10-24 02:53:32

klawx3
Member
Registered: 2020-10-22
Posts: 2

Re: [SOLVED] Discord crashes inmediately after start

Ghost-Order wrote:

Updating discord to 0.0.12-2 fix the problem, once you updated to 0.0.12-2 you can update opera-ffmpeg-codecs to the last version and discord will work just fine, I tested this on the last linux kernel and the lts one.

ty really greats news, i was a little afraid  to update

Offline

Board footer

Powered by FluxBB