Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: zeusmark on 28 January 2022, 23:14:38

Title: Programs stopping immediately after starting
Post by: zeusmark on 28 January 2022, 23:14:38
I've been having an issue on a fresh install where certain programs close immediately after I try to open them. The 2 main ones i have noticed are Bitwarden and torrent clients. Is this a common issue? Any information would be appreciated.
Title: Re: Programs stopping immediately after starting
Post by: dr-kart on 29 January 2022, 00:36:04
in common case you want to put terminal output to figure out what went wrong.

And some issues could be faced due to qt incompatibilities. For instance (once more) my telegram and qbittorrent fail to start right now over:
Quote
Cannot mix incompatible Qt library (6.2.2) with this library (6.2.3)
Title: Re: Programs stopping immediately after starting
Post by: VictorBrand on 30 January 2022, 05:29:01
Some programs like torrent clients can be configured to start minimized to tray.

In other cases, programs crashing after start may be a symptom of crumbling HDD (if your root partition is on HDD).
Title: Re: Programs stopping immediately after starting
Post by: Artist on 30 January 2022, 12:53:14
in common case you want to put terminal output to figure out what went wrong.

And some issues could be faced due to qt incompatibilities. For instance (once more) my telegram and qbittorrent fail to start right now over:

There is a telegram-desktop package in the omniverse (https://wiki.artixlinux.org/Main/Repositories#Omniverse) repository that works on fully updated systems. It requires ffmpeg-compat-58 to be installed as well.
artist
Title: Re: Programs stopping immediately after starting
Post by: tony26102 on 30 January 2022, 16:17:35
There is a telegram-desktop package in the omniverse (https://wiki.artixlinux.org/Main/Repositories#Omniverse) repository that works on fully updated systems. It requires ffmpeg-compat-58 to be installed as well.
artist
Thanks at first, you saved (again) my day.

My problem was, 'kotatogram-desktop' (a substitute of 'telegram-desktop') don't start anymore after `sudo pacman -Syyu`.
Typing the command `kotatogram-desktop` in the terminal give me out:
Code: [Select]
kotatogram-desktop: error while loading shared libraries: libavcodec.so.58: cannot open shared object file: No such file or directory
Reinstalling `ffmpeg` which is related to `libavcodec.so.58` don't bring any usable results until, I casually discover your answer and try it out `paru ffmpeg-compat-58`.

Finally, I lose one day cause of misleading error-message and improvisely disappearing of necessary dependency `ffmpeg-compat-58`.

I would thank you again for solving my problem, anyway, a better 'Error-Message' and/or a 'Check' if programs are installed which need `ffmpeg-compat-58` as dependency and his reinstall would avoid many "problems".

Thank you All guys for making efforts meliorating this daily changing world of Artix.