What has happened to VLC. I think it updated when the kernel did recently and now it can't open anything:
Your input can't be opened:
VLC is unable to open the MRL
The terminal gives:
VLC media player 2.1.6 Rincewind (revision 2.1.6-0-gea01d28)
[0xfb4f68] main interface error: no suitable interface module
[0xfb4f68] main interface error: no suitable interface module
[0xfcfe08] main input error: open of `file/xspf-open:///home/shaun/.local/share/vlc/ml.xspf' failed
[0xfcfe08] main input error: Your input can't be opened
[0xfcfe08] main input error: VLC is unable to open the MRL 'file/xspf-open:///home/shaun/.local/share/vlc/ml.xspf'. Check the log for details.
[0xfd1f98] main interface error: no suitable interface module
[0xfa1118] main libvlc error: interface "hotkeys,none" initialization failed
[0xfdc958] main interface error: no suitable interface module
[0xfa1118] main libvlc error: interface "dbus,none" initialization failed
[0xfa1118] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0xfdc9c8] qt4 interface error: Unable to load extensions module
[0x7f9e0c001958] main input error: open of `file:///media/storage/Downloads/Music/tone.m4a' failed
I've tried the usual uninstall of vlc aka sudo apt-get remove vlc --purge
. And when I reinstall it still fails. I've also just added their ppa from here.
I've run out of ideas. Anything I haven't tried?
/home/shaun/.local/share/vlc/ml.xspf
? – Enrico Nov 19 '15 at 19:34and it is unresponsive
– Lucidnonsense Nov 19 '15 at 19:55rm -rf ~/.local/share/vlc/
may fix it. – Enrico Nov 19 '15 at 20:04