Page 1 of 1

VLC fails to start in Ubuntu 10.10

Posted: 07 Jan 2011 12:43
by ds4h
There is this problem I've had for a few days now. All my attempts to solve this were fruitless so far, hence, I'm posting it here.

In short, vlc fails to start. It was working with Ubuntu 10.10 happily until a few days ago it just stopped running at all.
* When i click on the VLC icon in Applications menu, it attemptls to load, interface shows up briefly and exits immediatelly.
* When i type 'vlc' in terminal, behavior same as above, and the output is:
VLC media player 1.1.4 The Luggage (revision exported)
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0xb74a20d4, 0xb74a2048)
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
Warning: call to srand(1294270078)
Warning: call to rand()
Blocked: call to setlocale(6, "")

(process:3967): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning: call to signal(13, 0x1)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)
[0x8e95cf4] skins2 interface: skin: subX author: Martin Poehlmann
[0x8dee914] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x90382ec] qt4 interface error: cannot start Qt4 multiple times
[0x903eb94] qt4 generic error: cannot start Qt4 multiple times
[0x90382ec] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x90382ec] skins2 interface error: cannot instanciate qt4 dialogs provider
[0x8dee914] main libvlc error: interface "default" initialization failed

(<unknown>:3967): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GObject'

(<unknown>:3967): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed
Blocked: call to sigaction(17, 0xbf8a65e8, 0xbf8a655c)
Blocked: call to sigaction(17, 0xbf8a655c, (nil))
* When i type in terminal 'cvlc', interface loads, but playback [drag'n'drop avi/mp3/flac] fails. Terminal output:
VLC media player 1.1.4 The Luggage (revision exported)
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0xb73ed0d4, 0xb73ed048)
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
Warning: call to srand(1294959360)
Warning: call to rand()
Blocked: call to setlocale(6, "")

(process:3980): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning: call to signal(13, 0x1)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)
[0x8103d5c] skins2 interface: skin: subX author: Martin Poehlmann
[0x829911c] dummy interface: using the dummy interface module...
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
************************************************
** **
** No css library available. See **
** /usr/share/doc/libdvdread4/README.Debian **
** for more information. **
** **
************************************************
libdvdread: Can't stat /home/dainius/Music/poets of the fall-roses.mp3?
No such file or directory
libdvdnav: vm: failed to open/read the DVD
[0x829a7dc] filesystem access error: cannot open file /home/dainius/Music/poets of the fall-roses.mp3? (No such file or directory)
[0x82814fc] main input error: open of `file:///home/dainius/Music/poets%20of%20t' failed: (null)mp3
..and when I close interface aftherwards:
(<unknown>:3980): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GObject'

(<unknown>:3980): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed
Blocked: call to sigaction(17, 0xbfc3b7a8, 0xbfc3b71c)
Blocked: call to sigaction(17, 0xbfc3b71c, (nil))
What I've tried so far: reinstalled numerous times through Ubuntu software center/synaptic/apt-get; followed guidelines in viewtopic.php?f=13&t=70719; searched these forums for an answer, no luck so far.

Any pointers to the solution would be appreciated.

Re: VLC fails to start in Ubuntu 10.10

Posted: 07 Jan 2011 23:00
by RĂ©mi Denis-Courmont
Did you update any OTHER library that VLC uses? There seems to be something fishy with GTK there...

You can always try to reset VLC (vlc --reset-config --reset-plugins-cache).

Re: VLC fails to start in Ubuntu 10.10

Posted: 08 Jan 2011 00:01
by ds4h
I'm not entirely sure if I updated something else or not, as the player broke a few days ago (yes, I'm an airhead, I know). However, after the reset command, I can now use it as normal. It's fixed for now, thank you for a hint.

Re: VLC fails to start in Ubuntu 10.10

Posted: 14 Jan 2011 14:22
by toehser
Ack it was broken for me too...
I wiped out config/vlc and am reconfiguring...
The problem seems to be when "skinnable" is selected _and_ "extra interface" skins 2 also is selected...
Did something change with "skinnable" "skins2" support?
It won't start when they are both selected, but that is what was working before...