Page 1 of 1
vld 0.8.5 no built-in theme problem
Posted: 05 Jul 2006 08:59
by ttse8
Hi all,
After a long stuggling with vlc, I have successfully installed vlc 0.8.5 in fedora core 3. However, when I type vlc, the following message comes out. Please help.
Error: Failed to initialize GUI: no built-in themes found.
ttse7
Posted: 05 Jul 2006 23:58
by xtophe
That's not a VLC message.
Do you see only that or other messages ?
Posted: 06 Jul 2006 07:17
by ttse8
Such problem exists because the wxWidget installation is not complete.
vlc error
Posted: 22 Aug 2006 16:51
by huemer
wxWidgets 2.6.3 instalation OK
but error continue
I am installing in Suse 10.1 and VLC 0.8.5
help plzz
Posted: 22 Aug 2006 17:02
by Teetrinker
@huemer:
Did you compile VLC by yourself or using the RPM from PackMan?
SuSE 10.1 comes with wxGTK 2.6.2 as far as I know. If you have 2.6.3 installed -> rebuild the source RPM from PackMan:
http://packman.links2linux.de/?action=377
error
Posted: 23 Aug 2006 17:34
by huemer
I need compile source of VLC
but compile of wxWidgets 2.6.2 error
compile wxWidgets 2.6.3 OK
VLC 0.8.5
./configure --enable-livedotcom --with-livedotcom-path=home/huemer/documents/live --enable-ffmpeg --with-ffmpeg-tree=/home/huemer/Documents/VLC_source/ffmpeg-20051126 --enable-x11 --enable-xvideo --disable-gtk --enable-sdl --enable-mad --enable-libdvbpsi --enable-a52 --enable-dts --enable-libmpeg2 --enable-dvdnav --enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-faac --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-caca --enable-skins --enable-skins2 --disable-alsa --disable-kde --disable-qt --enable-wxwindows --enable-ncurses --enable-release OK
make OK
make install OK
run vlc error Failed to initialize GUI: no built-in themes found
Posted: 23 Aug 2006 18:34
by Teetrinker
Start vlc with -vvv and post the output.
>vlc -vvv
Where did you install wxWidgets 2.6.3? Did you install it to /usr or /usr/local ? Did you uninstall the other wxWidgets(wxGTK) which come with SuSE 10.1?
SuSE is a RPM based distribution, I would use RPM. If you need, build your own RPM, based at the spec file from the src RPM from PackMan.
Posted: 24 Aug 2006 14:33
by huemer
I am compile wxWidgets in usr/local
run VLC -vvv
[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 warning: This doesn't look like a valid plugins cache (language changed)
[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 377 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: 4 candidates
[00000001] main vlc debug: using memcpy module "memcpymmxext"
[00000467] main playlist debug: waiting for thread completion
[00000467] main playlist debug: thread 3055025056 (playlist) created at priority 0 (playlist/playlist.c:184)
[00000468] main private debug: waiting for thread completion
[00000468] main private debug: thread 3046632352 (preparser) created at priority 0 (playlist/playlist.c:210)
[00000469] main interface debug: looking for interface module: 2 candidates
[00000469] main interface debug: using interface module "hotkeys"
[00000469] main interface debug: thread 3038239648 (interface) created at priority 0 (interface/interface.c:231)
[00000470] main interface debug: looking for interface module: 2 candidates
[00000470] main interface debug: using interface module "screensaver"
[00000470] main interface debug: thread 3029846944 (interface) created at priority 0 (interface/interface.c:231)
[00000471] main interface debug: looking for interface module: 8 candidates
[00000471] main interface debug: using interface module "wxwidgets"
[00000471] main interface debug: thread 3019357088 (manager) created at priority 0 (interface/interface.c:216)
09:29:38: Error: Failed to initialize GUI: no built-in themes found.
Falha de segmentação
Posted: 24 Aug 2006 14:51
by Teetrinker
Try if it help to start vlc with --reset-plugins-cache.
vlc --reset-plugins-cache
error continue
Posted: 24 Aug 2006 15:21
by huemer
run vlc --reset-plugins-cache
but error continue
Failed to initialize GUI: no built-in themes found.
Falha de segmentação
frustation
Posted: 30 Aug 2006 16:12
by huemer
Problem solved with configure wxWidgets
./configure --with-x11 --enable-gui --enable-plugins --enable-universal --disable-gtk --enable-compat22 --enable-unicode
thanks