Page 1 of 1

vlc0.98a skins error

Posted: 17 Mar 2009 09:40
by Torres
I download vlc0.98a source code and compile it with no error on Federo8.when i execute it ,there are some error message as following

Code: Select all

main generic error: no dialogs provider module matched "any" [00000647] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly) [00000647] skins2 interface: skin: VLC 0.8.5 Default Skin author: aLtgLasS [00000647] skins2 interface error: unknown bitmap id: playlist_blank [00000647] skins2 interface error: unknown bitmap id: playlist_blank [00000647] skins2 interface error: unknown bitmap id: playlist_blank [00000647] skins2 interface error: unknown bitmap id: playlist_blank [00000647] skins2 interface error: unknown bitmap id: playlist_up [00000647] skins2 interface error: unknown bitmap id: playlist_up [00000647] skins2 interface error: unknown bitmap id: playlist_up [00000647] skins2 interface error: unknown bitmap id: playlist_up [00000647] skins2 interface error: unknown bitmap id: playlist_up [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_over [00000647] skins2 interface error: unknown bitmap id: playlist_down [00000647] skins2 interface error: unknown bitmap id: playlist_down [00000647] skins2 interface error: unknown bitmap id: playlist_down [00000647] skins2 interface error: unknown bitmap id: playlist_down [00000647] skins2 interface error: unknown bitmap id: playlist_down [00000647] skins2 interface error: unknown bitmap id: playlist_down [00000647] skins2 interface error: unknown bitmap id: playlist_down [00000647] skins2 interface error: unknown bitmap id: playlist_down [00000647] skins2 interface error: unknown bitmap id: switch [00000647] skins2 interface error: unknown bitmap id: switch [00000647] skins2 interface error: unknown bitmap id: switch [00000647] skins2 interface error: unknown bitmap id: switch_up [00000647] skins2 interface error: unknown bitmap id: dvd_prevtitle [00000647] skins2 interface error: unknown bitmap id: dvd_prevchapter [00000647] skins2 interface error: unknown bitmap id: dvd_menu [00000647] skins2 interface error: unknown bitmap id: dvd_nextchapter [00000647] skins2 interface error: unknown bitmap id: dvd_nexttitle [00000647] skins2 interface error: unknown bitmap id: about_up [00000647] skins2 interface error: unknown bitmap id: add_up [00000647] skins2 interface error: unknown bitmap id: del_up [00000647] skins2 interface error: unknown bitmap id: sort_up [00000647] skins2 interface error: unknown bitmap id: load_up [00000647] skins2 interface error: unknown bitmap id: save_up [00000647] skins2 interface error: unknown bitmap id: credits [00000647] skins2 interface error: unknown bitmap id: pause_up
what is wrong ?
thinks in advance.

Re: vlc0.98a skins error

Posted: 17 Mar 2009 10:00
by Jean-Baptiste Kempf
<main generic error: no dialogs provider module matched "any">

Compile qt4!

Re: vlc0.98a skins error

Posted: 17 Mar 2009 10:16
by Torres
<main generic error: no dialogs provider module matched "any">

Compile qt4!
you mean vlc's qt4?

Re: vlc0.98a skins error

Posted: 17 Mar 2009 10:35
by Jean-Baptiste Kempf
Yes. --enable-qt4.

Re: vlc0.98a skins error

Posted: 17 Mar 2009 10:43
by Torres
Yes. --enable-qt4.
i think it will be enable qt4 by default.is it right? if i want to change vlc's skins on command line.what i should do ?

Re: vlc0.98a skins error

Posted: 17 Mar 2009 10:55
by Jean-Baptiste Kempf
Yes. --enable-qt4.
i think it will be enable qt4 by default.is it right? if i want to change vlc's skins on command line.what i should do ?
You have to enable it.

Re: vlc0.98a skins error

Posted: 18 Mar 2009 02:47
by Torres
Yes. --enable-qt4.
i think it will be enable qt4 by default.is it right? if i want to change vlc's skins on command line.what i should do ?
You have to enable it.
well , i try,but it doesn't work.this is my procedure

Code: Select all

./configure --enable-qt4 --enable-skins2 --enable-debug after that then make compile successfully then ./vlc (runtime error ,i post at the first )

what is wrong?

Re: vlc0.98a skins error

Posted: 18 Mar 2009 09:49
by Torres
well,j-b,i had solved it.
i am following the configure on http://wiki.videolan.org/User:J-b#VLC_configure_line ,which you wrote i think.thank you!
i met some tiny tiny warning when startup vlc.

Code: Select all

[00000001] main libvlc warning: cannot load module`./modules/video_filter/.libs/libswscale_plugin.so' (./modules/video_filter/.libs/libswscale_plugin.so: After re-positioning can not restore segment prot: insufficient permissions) [00000001] main libvlc warning: cannot load module `./modules/video_filter/.libs/libpostproc_plugin.so' (./modules/video_filter/.libs/libpostproc_plugin.so: After re-positioning can not restore segment prot: insufficient permissions) [00000001] main libvlc warning: cannot load module `./modules/video_output/.libs/libggi_plugin.so' (libggi.so.2: Can not open shared object file: No files or directories) [00000001] main libvlc warning: cannot load module `./modules/audio_output/.libs/libportaudio_plugin.so' (libportaudio.so.2: Can not open shared object file: No files or directories) [00000001] main libvlc warning: cannot load module `./modules/codec/avcodec/.libs/libavcodec_plugin.so' (./modules/codec/avcodec/.libs/libavcodec_plugin.so: After re-positioning can not restore segment prot: insufficient permissions) [00000001] main libvlc warning: cannot load module `./modules/codec/.libs/liblibmpeg2_plugin.so' (/opt/vlc-0.9.8a/extras/contrib/lib/libmpeg2.so.0: After re-positioning can not restore segment prot: insufficient permissions)
how to solve these warning?

Re: vlc0.98a skins error

Posted: 18 Mar 2009 19:40
by Jean-Baptiste Kempf
give more permisions!

Re: vlc0.98a skins error

Posted: 19 Mar 2009 03:46
by Torres
give more permisions!
i had tryed "chmod 4755 vlc" command.warning still when startup.i also met another problems that about streaming video as a server. I will post on sout category.