Avidemux loads but immediately crashes (in Linux Mint)

Started by Kelvin8, July 18, 2019, 05:31:06 AM

Previous topic - Next topic

Kelvin8

After performing a "Timeshift" system restore in Mint 19.1 Xfce 64 bit, Avidemux no longer runs. When opening it from the Mint menu, it loads for a second but then quickly closes. I tried removing and re-installing it from Software Manager but that didn't help. Does anyone have a fix? TIA

eumagga0x2a

The first step to assess a problem with an application on Linux is to launch the executable from the terminal.

avidemux3_qt5 > ~/admlog.txt 2>&1

Please compress and attach admlog.txt from your home directory to your reply.

By the way, there are no distributor Avidemux packages for Ubuntu Bionic (AKA Mint 19.1), you must be using a third-party build (of which version of Avidemux?). The best way to install Avidemux is to build it from git master, trivial on Ubuntu/Mint.

Kelvin8

Thanks. Admin log reads:

avidemux3_qt5: command not found


Installing from Software Manager (see screenshot) has always worked perfectly, even through several restores and an unrelated Avidemux reinstall or two, but performing the latest restore has apparently fatally damaged Avidemux/Mint somehow. I'm no expert but I would be surprised if it's installation related.

eumagga0x2a

This is a Flatpak, please ask whoever provided this package for support. I can readily support you in building Avidemux from source, alternatively you could run Avidemux from AppImage (the latest one from 2019-06-30).

Kelvin8

Thanks! The Appimage worked :).
I downloaded it using this link. After downloading, I changed the file type from "app" to "appimage", then followed these directions.

eumagga0x2a

#5
Good. Please be aware that official appImage builds of Avidemux are missing some nice features like support for HW accelerated encoding and decoding on Intel GPU.

You can't change file type, you just make the appImage file executable (chmod +x /path/to/appImage/file or an equivalent using a file manager).

(You will get used to the Linux way to do things efficiently and fast some time later :) ).