ArmCord / ArmCord

ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.
https://armcord.app
Open Software License 3.0
1.38k stars 70 forks source link

Cannot launch ArmCord on Arch Linux #463

Closed tazz4843 closed 3 weeks ago

tazz4843 commented 12 months ago

Describe the bug I recently got an update to the AUR package a few hours ago (using armcord-git to fix #454). The default install won't launch with an undefined symbol error:

niko@niko-desktop ~ > armcord
/usr/lib/electron25/electron: symbol lookup error: /usr/lib/electron25/electron: undefined symbol: av_stream_get_first_dts, version LIBAVFORMAT_60

To Reproduce Steps to reproduce the behavior:

  1. paru -Syu
  2. paru -S armcord-git
  3. armcord
  4. See error

Expected behavior No error to happen and ArmCord to launch

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Installing electron27-bin from the AUR (paru -S electron27-bin) and modifying /usr/bin/armcord such that it points to that instead (electron=/usr/bin/electron27) fixes both #454 and this one at the same time.

askiiart commented 10 months ago

I was experiencing the same issue, but only with armcord-bin, and installing armcord-git instead worked for me on my laptop, but I did not have any issues on my desktop. On my laptop, the pre-built binary version works on some distros, but not on others (such as Arch), but on my desktop (and my second laptop) it works regardless of distro.

Desktop:

Laptop:

Second laptop:

askiiart commented 10 months ago

With 3.2.5, ArmCord now works for me, what about for you @tazz4843 ?

SomeAspy commented 3 weeks ago

closing as another user has reported it as fixed