Application failed to initialise (Ubuntu)

The place to discuss linux version of MakeMKV
Post Reply
chippy
Posts: 9
Joined: Sun Sep 04, 2011 9:46 am
Location: Northants, UK
Contact:

Application failed to initialise (Ubuntu)

Post by chippy »

Using makemkv 1.6.14
and get popup error message "Application failed to initialise" and following output:

Code: Select all

makemkv
QGtkStyle was unable to detect the current GTK+ theme.

(process:1754): Gtk-CRITICAL **: gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed
1.6.12 was fine (I skipped 13.)

System info:

Code: Select all

ldd /usr/bin/makemkvcon
	linux-vdso.so.1 =>  (0x00007fffddbda000)
	libmakemkv.so.1 => /usr/lib/libmakemkv.so.1 (0x00007fc2c39aa000)
	libdriveio.so.0 => /usr/lib/libdriveio.so.0 (0x00007fc2c37a3000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007fc2c3585000)
	libc.so.6 => /lib/libc.so.6 (0x00007fc2c3202000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fc2c2eee000)
	librt.so.1 => /lib/librt.so.1 (0x00007fc2c2ce5000)
	libcrypto.so.0.9.8 => /lib/libcrypto.so.0.9.8 (0x00007fc2c2955000)
	libz.so.1 => /lib/libz.so.1 (0x00007fc2c273e000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fc2c2526000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fc2c3c38000)
	libm.so.6 => /lib/libm.so.6 (0x00007fc2c22a3000)
	libdl.so.2 => /lib/libdl.so.2 (0x00007fc2c209f000)

Code: Select all

uname -a
Linux xbmc 2.6.32-33-generic #72-Ubuntu SMP Fri Jul 29 21:07:13 UTC 2011 x86_64 GNU/Linux

Code: Select all

cat /etc/issue
Ubuntu 10.04.3 LTS
Any help appreciated
Open Source Contribution : Family Map
Goodies: The Big Boys Curry Book
More Goodies: The Fairfax Battalia
My Business: ZF 4 Business
mike admin
Posts: 4071
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Application failed to initialise (Ubuntu)

Post by mike admin »

is console makemkvcon working?
chippy
Posts: 9
Joined: Sun Sep 04, 2011 9:46 am
Location: Northants, UK
Contact:

Re: Application failed to initialise (Ubuntu)

Post by chippy »

@mike

well the help function works:

Code: Select all

makemkvcon
Use: makemkvcon [switches] Command [Parameters]

Commands:
  info <source>
      prints info about disc
  mkv <source> <title id> <destination folder>
      saves a single title to mkv file
  stream <source>
      starts streaming server
  backup <source> <destination folder>
      backs up disc to a hard drive

Source specification:
  iso:<FileName>    - open iso image <FileName>
  file:<FolderName> - open files in folder <FolderName>
  disc:<DiscId>     - open disc with id <DiscId> (see list Command)
  dev:<DeviceName>  - open disc with OS device name <DeviceName>

Switches:
  -r --robot        - turn on "robot" mode, see http://www.makemkv.com/developers
I don't/haven't used the console command before so beyond that I'm not sure what I should do next. My normal operation of the application is to ssh into my media box using the -X switch (to ssh) and then simply type 'makemkv'. Up 'til now it's worked just fine.

Is there some sort of switch I can add to makemkv to dump a debug log or similar that might help? In the meanwhile I got a whole heap of disks to get through some day :(

Thanks for the response btw.

Cheers
A
Open Source Contribution : Family Map
Goodies: The Big Boys Curry Book
More Goodies: The Fairfax Battalia
My Business: ZF 4 Business
chippy
Posts: 9
Joined: Sun Sep 04, 2011 9:46 am
Location: Northants, UK
Contact:

Re: Application failed to initialise (Ubuntu)

Post by chippy »

I have this working now. Compiled the packages again and it works! Can only think I missed some error on last compile, and system has had an update since then. Thanks anyway.
Open Source Contribution : Family Map
Goodies: The Big Boys Curry Book
More Goodies: The Fairfax Battalia
My Business: ZF 4 Business
Julf_Helsingius
Posts: 1
Joined: Wed Nov 16, 2011 6:59 pm

Re: Application failed to initialise (Ubuntu)

Post by Julf_Helsingius »

I get the same error message on Kubuntu 10.10, makemkvcon gives help message, but makemkvcon info /dev/sr1 only says "MakeMKV v1.6.16 linux(x86-release) started" and returns without showing anything.
Post Reply