Page 1 of 1

Makemkv (linux) exit with Movie "Searching"

Posted: Wed Feb 13, 2019 3:20 pm
by CineMan
Hi there,

I`m not shure is it the Disk(protection) or makemkv (linux).
With the Disk "searching" (title of the movie Sony) the programm exits
when it try to find the right pls. (BD+).

What kind of file I have to send.

Cine

Re: Makemkv (linux) exit with Movie "Searching"

Posted: Wed Feb 13, 2019 5:07 pm
by CineMan
Windows Version seems to work...

Re: Makemkv (linux) exit with Movie "Searching"

Posted: Wed Feb 13, 2019 6:58 pm
by bmillham
I've had this happen in several discs, and it's always caused by Java crashing. Try disabling Java. An easy way do to this is:

Code: Select all

sudo mv /usr/bin/java /usr/bin/java.disabled
(You may need to find where the Java executable is on your system, the above example is on Linux Mint)

Then try to run MakeMKV on that disc again.

Don't forget to rename java.disabled back to java when done.