No suitable dialogs provider found
Posted: 25 Jul 2005 21:37
Before I get flamed for not doing a search first - I have done a search and found many instances of people asking the same question... all with no clear answers.
So I'm repeating the question with the plea that someone please answer this clearly!
I'm running fedora core 1 (fc1) with a 2.4.19 kernel (which shouldn;t matter). I've downloaded, built and installed all the newest sources for ffmpeg, libmpeg2, libmad, libid3tag, wxwindows and vlc (0.8.2) - on 2 different boxes. I configured ffmpeg with --enable-gpl and --enable-pp. I configured vlc with --enable-wxwindows.
I always get the same result.
I do have a wxwindows plugin. I have moved all the correct startup files to ~/.vlc (as you'll see from the debug output). Vlc comes up with a beautiful OSX skin (I know because I also have a Mac at home and the skin is a perfect match), but I can;t get to ANY dialog boxes - preferences or file open.
What's going on?! Can somebody please provide a straight answer.
Here's the startup debug output:
VLC media player 0.8.2 Janus
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 179 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000000] main root debug: VLC media player - version 0.8.2 Janus - (c) 1996-2005 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --enable-wxwindows
[00000001] main vlc debug: translation test: code is "C"
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 179 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000223] main playlist debug: waiting for thread completion
[00000223] main playlist debug: thread 16386 (playlist) created at priority 0 (src/playlist/playlist.c:152)
[00000224] main private debug: waiting for thread completion
[00000224] main private debug: thread 32771 (preparser) created at priority 0 (src/playlist/playlist.c:174)
[00000225] main interface debug: looking for interface module: 1 candidate
[00000103] main module debug: using interface module "hotkeys"
[00000225] main interface debug: interface initialized
[00000225] main interface debug: thread 49156 (interface) created at priority 0 (src/interface/interface.c:211)
[00000227] main interface debug: looking for interface module: 2 candidates
[00000227] skins2 interface debug: Using character encoding: ANSI_X3.4-1968
[00000230] main dialogs provider debug: looking for dialogs provider module: 0 candidates
[00000230] main dialogs provider error: no dialogs provider module matched "any"
[00000227] skins2 interface error: No suitable dialogs provider found
[00000227] skins2 interface debug: found skin /root/.vlc/skins2/default.vlt
[00000227] skins2 interface debug: Cannot open directory share/skins2
[00000227] skins2 interface debug: found skin /usr/local/share/vlc/skins2/default.vlt
[00000142] main module debug: using interface module "skins2"
[00000227] main interface debug: interface initialized
[00000227] main interface debug: thread 65541 (manager) created at priority 0 (src/interface/interface.c:196)
[00000227] skins2 interface debug: Using skin file: /tmp/vltlBz24o/theme.xml
[00000231] main private debug: looking for xml module: 1 candidate
[00000157] main module debug: using xml module "xtag"
[00000227] skins2 interface debug: Using catalog /root/.vlc/skins2/skin.catalog
[00000231] xtag private debug: catalog support not implemented
[00000227] skins2 interface debug: Using DTD /root/.vlc/skins2/skin.dtd
[00000227] main interface debug: creating access '' path='/tmp/vltlBz24o/theme.xml'
[00000233] main access debug: looking for access2 module: 4 candidates
[00000233] vcd access debug: trying .cue file: /tmp/vltlBz24o/theme.cue
[00000233] access_file access debug: opening file `/tmp/vltlBz24o/theme.xml'
[00000021] main module debug: using access2 module "access_file"
[00000238] main private debug: pre buffering
[00000238] main private debug: received first data for our buffer
[00000227] skins2 interface: skin: VLC OSX Interface author: BigBen
[00000227] skins2 interface debug: Loading font /root/.vlc/skins2/fonts/FreeSans.ttf
[00000239] main decoder debug: looking for decoder module: 18 candidates
[00000097] main module debug: using decoder module "png"
[00000241] main private debug: looking for video filter2 module: 2 candidates
[00000241] ffmpeg private debug: input: 424x152 RV24 -> 424x152 RV32
[00000241] ffmpeg private debug: libavcodec initialized (interface 4718 )
[00000016] main module debug: using video filter2 module "ffmpeg"
[00000227] skins2 interface debug: Loading font /tmp/vltlBz24o/FreeSansBold.ttf
[00000227] skins2 interface debug: Loading font /tmp/vltlBz24o/FreeSansBold.ttf
[00000097] main module debug: unlocking module "png"
[00000016] main module debug: unlocking module "ffmpeg"
[00000157] main module debug: unlocking module "xtag"
[00000021] main module debug: unlocking module "access_file"
[00000227] skins2 interface debug: Loading theme configuration
[00000227] skins2 interface debug: Saving theme configuration
[00000001] main vlc debug: removing all interfaces
[00000227] main interface debug: thread 65541 joined (src/interface/interface.c:238)
[00000142] main module debug: unlocking module "skins2"
[00000225] main interface debug: thread 49156 joined (src/interface/interface.c:238)
[00000103] main module debug: unlocking module "hotkeys"
[00000001] main vlc debug: removing all playlists
[00000224] main private debug: thread 32771 joined (src/playlist/playlist.c:206)
[00000223] main playlist debug: thread 16386 joined (src/playlist/playlist.c:207)
[00000001] main vlc debug: removing all video outputs
[00000001] main vlc debug: removing all audio outputs
[00000001] main vlc debug: removing announce handler
[00000010] main module debug: unlocking module "memcpymmxext"
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: saving plugins cache file /root/.vlc/cache/plugins-04041e.dat
So I'm repeating the question with the plea that someone please answer this clearly!
I'm running fedora core 1 (fc1) with a 2.4.19 kernel (which shouldn;t matter). I've downloaded, built and installed all the newest sources for ffmpeg, libmpeg2, libmad, libid3tag, wxwindows and vlc (0.8.2) - on 2 different boxes. I configured ffmpeg with --enable-gpl and --enable-pp. I configured vlc with --enable-wxwindows.
I always get the same result.
I do have a wxwindows plugin. I have moved all the correct startup files to ~/.vlc (as you'll see from the debug output). Vlc comes up with a beautiful OSX skin (I know because I also have a Mac at home and the skin is a perfect match), but I can;t get to ANY dialog boxes - preferences or file open.
What's going on?! Can somebody please provide a straight answer.
Here's the startup debug output:
VLC media player 0.8.2 Janus
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 179 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000000] main root debug: VLC media player - version 0.8.2 Janus - (c) 1996-2005 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --enable-wxwindows
[00000001] main vlc debug: translation test: code is "C"
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 179 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000223] main playlist debug: waiting for thread completion
[00000223] main playlist debug: thread 16386 (playlist) created at priority 0 (src/playlist/playlist.c:152)
[00000224] main private debug: waiting for thread completion
[00000224] main private debug: thread 32771 (preparser) created at priority 0 (src/playlist/playlist.c:174)
[00000225] main interface debug: looking for interface module: 1 candidate
[00000103] main module debug: using interface module "hotkeys"
[00000225] main interface debug: interface initialized
[00000225] main interface debug: thread 49156 (interface) created at priority 0 (src/interface/interface.c:211)
[00000227] main interface debug: looking for interface module: 2 candidates
[00000227] skins2 interface debug: Using character encoding: ANSI_X3.4-1968
[00000230] main dialogs provider debug: looking for dialogs provider module: 0 candidates
[00000230] main dialogs provider error: no dialogs provider module matched "any"
[00000227] skins2 interface error: No suitable dialogs provider found
[00000227] skins2 interface debug: found skin /root/.vlc/skins2/default.vlt
[00000227] skins2 interface debug: Cannot open directory share/skins2
[00000227] skins2 interface debug: found skin /usr/local/share/vlc/skins2/default.vlt
[00000142] main module debug: using interface module "skins2"
[00000227] main interface debug: interface initialized
[00000227] main interface debug: thread 65541 (manager) created at priority 0 (src/interface/interface.c:196)
[00000227] skins2 interface debug: Using skin file: /tmp/vltlBz24o/theme.xml
[00000231] main private debug: looking for xml module: 1 candidate
[00000157] main module debug: using xml module "xtag"
[00000227] skins2 interface debug: Using catalog /root/.vlc/skins2/skin.catalog
[00000231] xtag private debug: catalog support not implemented
[00000227] skins2 interface debug: Using DTD /root/.vlc/skins2/skin.dtd
[00000227] main interface debug: creating access '' path='/tmp/vltlBz24o/theme.xml'
[00000233] main access debug: looking for access2 module: 4 candidates
[00000233] vcd access debug: trying .cue file: /tmp/vltlBz24o/theme.cue
[00000233] access_file access debug: opening file `/tmp/vltlBz24o/theme.xml'
[00000021] main module debug: using access2 module "access_file"
[00000238] main private debug: pre buffering
[00000238] main private debug: received first data for our buffer
[00000227] skins2 interface: skin: VLC OSX Interface author: BigBen
[00000227] skins2 interface debug: Loading font /root/.vlc/skins2/fonts/FreeSans.ttf
[00000239] main decoder debug: looking for decoder module: 18 candidates
[00000097] main module debug: using decoder module "png"
[00000241] main private debug: looking for video filter2 module: 2 candidates
[00000241] ffmpeg private debug: input: 424x152 RV24 -> 424x152 RV32
[00000241] ffmpeg private debug: libavcodec initialized (interface 4718 )
[00000016] main module debug: using video filter2 module "ffmpeg"
[00000227] skins2 interface debug: Loading font /tmp/vltlBz24o/FreeSansBold.ttf
[00000227] skins2 interface debug: Loading font /tmp/vltlBz24o/FreeSansBold.ttf
[00000097] main module debug: unlocking module "png"
[00000016] main module debug: unlocking module "ffmpeg"
[00000157] main module debug: unlocking module "xtag"
[00000021] main module debug: unlocking module "access_file"
[00000227] skins2 interface debug: Loading theme configuration
[00000227] skins2 interface debug: Saving theme configuration
[00000001] main vlc debug: removing all interfaces
[00000227] main interface debug: thread 65541 joined (src/interface/interface.c:238)
[00000142] main module debug: unlocking module "skins2"
[00000225] main interface debug: thread 49156 joined (src/interface/interface.c:238)
[00000103] main module debug: unlocking module "hotkeys"
[00000001] main vlc debug: removing all playlists
[00000224] main private debug: thread 32771 joined (src/playlist/playlist.c:206)
[00000223] main playlist debug: thread 16386 joined (src/playlist/playlist.c:207)
[00000001] main vlc debug: removing all video outputs
[00000001] main vlc debug: removing all audio outputs
[00000001] main vlc debug: removing announce handler
[00000010] main module debug: unlocking module "memcpymmxext"
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: saving plugins cache file /root/.vlc/cache/plugins-04041e.dat