Page 1 of 1

skins2 interface error: no suitable dialogs provider found

Posted: 10 Aug 2016 21:39
by jiapei100
Hi, all...

I've successfully built current vlc-git, but, whenever I tried to run vlc, I got the following error messages:

Code: Select all

jiapei:vlc$ vlc VLC media player 3.0.0-git Vetinari (revision 2.2.0-git-8089-g0be62e5) [00000000018dd1a8] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [0000000001b86ca8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt plugin, and make sure it is loaded properly) [0000000001b86ca8] skins2 interface error: cannot instantiate qt dialogs provider [0000000001b86ca8] [cli] lua interface error: Error loading script /usr/local/lib/vlc/lua/intf/cli.luac: lua/modules/common.lua:3: attempt to call a nil value (global 'module')

Can anybody give me a hand please?


Cheers
Pei

Re: skins2 interface error: no suitable dialogs provider found

Posted: 11 Aug 2016 11:07
by Jean-Baptiste Kempf
You need to compile the Qt plugin.

Re: skins2 interface error: no suitable dialogs provider found

Posted: 12 Aug 2016 00:31
by jiapei100
Hi, Thanks Jean...
My configuration comes with qt settings.

Code: Select all

... checking for QT... yes checking for QTX11... yes checking for XI... yes checking for moc-qt5... no checking for moc... /opt/Qt5.7.0/5.7/gcc_64/bin/moc checking for rcc-qt5... no checking for rcc... /opt/Qt5.7.0/5.7/gcc_64/bin/rcc checking for uic-qt5... no checking for uic... /opt/Qt5.7.0/5.7/gcc_64/bin/uic ...
Is my qt-plugin enabled? If NOT, how to enable it during configuration and building?


./configure --enable-skins2 gives me the following summary:

Code: Select all

jiapei:vlc$ ./configure --enable-skins2 >> 03_configresult.txt configure: WARNING: Blackmagic DeckLink SDI include files not found configure: WARNING: (required for sid). configure: WARNING: Library libmfx needed for mfx was not found configure: WARNING: sapi.h not found. Text to Speech renderer for Windows disabled configure: WARNING: Cannot find development headers for mmal... configure: WARNING: Library libgoom2 needed for goom was not found configure: WARNING: No package 'libvsxu' found. configure: WARNING: Library microdns needed for microdns was not found


Cheers
Pei

Re: skins2 interface error: no suitable dialogs provider found

Posted: 04 Dec 2017 14:54
by Jean-Baptiste Kempf
Sorry, but that was fixed long ago :)