Page 1 of 1

MakeMKV 1.9.3 on Ubuntu 14.04 dumps core

Posted: Wed Jun 03, 2015 5:14 pm
by chasmacd
I have been running makemkv version 1.9.2 successfully on Ubuntu 14.04. I am trying to upgrade to 1.9.3 but keep getting this error whenever I start MakeMKV:
makemkv[10207]: segfault at 28 ip 00007f25712d61de sp 00007ffcb50427a0 error 4 in libGL.so.1.2[7f2571297000+a1000]
Any suggestions?

Re: MakeMKV 1.9.3 on Ubuntu 14.04 dumps core

Posted: Thu Jun 04, 2015 12:53 am
by lotw01
chasmacd wrote:I have been running makemkv version 1.9.2 successfully on Ubuntu 14.04. I am trying to upgrade to 1.9.3 but keep getting this error whenever I start MakeMKV:
makemkv[10207]: segfault at 28 ip 00007f25712d61de sp 00007ffcb50427a0 error 4 in libGL.so.1.2[7f2571297000+a1000]
Any suggestions?
Is everything up to date? Also try following the 1st sudo instructions to get some libs added. I am running Ubuntu Gnome 15.04 and 1.9.3 is running fine so far, but this is also my 1st time, didn't upgrade from older version.

Re: MakeMKV 1.9.3 on Ubuntu 14.04 dumps core

Posted: Thu Jun 04, 2015 5:11 am
by chasmacd
I've removed 1.9.2 and then installed 1.9.3. Everything is up to date on my system. I have re-downloaded and re-compiled twice ... no joy :(

Re: MakeMKV 1.9.3 on Ubuntu 14.04 dumps core

Posted: Sat Jun 06, 2015 1:38 am
by lotw01
What video card do you have and drivers installed?

Re: MakeMKV 1.9.3 on Ubuntu 14.04 dumps core

Posted: Sat Jun 06, 2015 6:22 pm
by chasmacd
I have 2 cards an Intel on-board and an AMD R9 with the Proprietary drivers. Tried removing the AMD drivers and using the stock mesa libGL and still no luck.

Re: MakeMKV 1.9.3 on Ubuntu 14.04 dumps core

Posted: Sun Jun 07, 2015 1:34 am
by lotw01
chasmacd wrote:I have 2 cards an Intel on-board and an AMD R9 with the Proprietary drivers. Tried removing the AMD drivers and using the stock mesa libGL and still no luck.
Wow, I hope that someone with more Linux knowledge knows how to get around that. Everything I found on Google was always related to video card drivers.... But you already tried that...

Re: MakeMKV 1.9.3 on Ubuntu 14.04 dumps core

Posted: Mon Jun 08, 2015 10:41 am
by chasmacd
I'm digging through the Qt libraries now---1.9.2 compiles against qt4 and 1.9.3 compiles against qt5 ... will need to tweak the configure script.
--edit
I took out the qt5 references and re-configured all went well and it installs and runs now :)