Page 1 of 1

makemkvcon stopped working...help

Posted: Thu Oct 27, 2022 5:51 am
by PriamX
I'm running Linux (Fedora 35), been running makemkvcon for close to 2 years. The last upgrade to 1.17.2 makemkvcon just doesn't work anymore, it just prints out the version and doesn't do anything. However, on the same Linux machine, MakeMKV (GUI) works just fine.

Running it with the --debug flag, I get this output in MakeMKV_log.txt:

Code: Select all

Debug log started at Thu Oct 27 05:47:02 2022 , written by MakeMKV v1.17.2 linux(x64-release)
001005:0000 MakeMKV v1.17.2 linux(x64-release) started
001004:0000 Debug logging enabled, log will be saved as file:///root/MakeMKV_log.txt
Using 262272KB for read cache.
Network access is ENABLED, CURL version 7.79.1/OpenSSL/1.1.1q-fips/1.45.1 (x86_64-redhat-linux-gnu) , proxy server not set.
SDF  v090: HL-DT-ST_BD-RE__WH16NS60_1.02_211810291936_KLUK7LH5521
Application exited at Thu Oct 27 05:47:02 2022
Can someone point me in the right direction to solve this?

Thanks!

Re: makemkvcon stopped working...help

Posted: Sun Nov 06, 2022 5:20 pm
by ekpen
Hello:

I am also getting same error regarding makemkvcon.
It says no answer from makemkvcon.
I reinstalled, but no help.

Thanks.

George Omoregie

Re: makemkvcon stopped working...help

Posted: Sun Nov 06, 2022 9:30 pm
by lokripa
Hi,

I had the "so answer from makemkvcon" bug. It was due to makemkv compiled against openssl 1.1 while arch recently updated to 3.X.I installed makemkv through yay so it wouldn't rebuilt it and used the cache instead. After clearing yay's cache (yay -Sc), i could reinstall makemkv cleanly and it works well now.

Re: makemkvcon stopped working...help

Posted: Wed Nov 09, 2022 5:01 am
by Topher
Any advice for openSuse Tumbleweed?

Running:
ffmpeg 5.1.2-4.5 via packman
libavcodec59 5.1.2-4.5 via packman
libavutil57 5.1.2-4.5 via packman

running makemkv gives error via command line:
/usr/bin/makemkvcon: /lib64/libavcodec.so.59: version `LIBAVCODEC_59' not found (required by /lib/libmakemkv.so.1)
/usr/bin/makemkvcon: /lib64/libavutil.so.57: version `LIBAVUTIL_57' not found (required by /lib/libmakemkv.so.1)

GUI says:
Application failed to initialize
NO_ANSWER_FROM_MAKEMKVCONV

Re: makemkvcon stopped working...help

Posted: Fri Nov 11, 2022 2:00 am
by Topher
Topher wrote:
Wed Nov 09, 2022 5:01 am
Any advice for openSuse Tumbleweed?
Well, went back to original install instructions and saw there are some additional minor changes to what is needed.

Followed them up and all seems to be working now, Thanks!