vld 0.8.5 no built-in theme problem

*nix specific usage questions
ttse8

vld 0.8.5 no built-in theme problem

Postby ttse8 » 05 Jul 2006 08:59

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

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Postby xtophe » 05 Jul 2006 23:58

That's not a VLC message.

Do you see only that or other messages ?
Xtophe

ttse8

Postby ttse8 » 06 Jul 2006 07:17

Such problem exists because the wxWidget installation is not complete.

huemer
New Cone
New Cone
Posts: 9
Joined: 17 Jul 2006 22:10
Location: Brasil

vlc error

Postby huemer » 22 Aug 2006 16:51

wxWidgets 2.6.3 instalation OK

but error continue

I am installing in Suse 10.1 and VLC 0.8.5

help plzz

:shock:

Teetrinker
Cone that earned his stripes
Cone that earned his stripes
Posts: 174
Joined: 16 Aug 2004 16:12

Postby Teetrinker » 22 Aug 2006 17:02

@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

huemer
New Cone
New Cone
Posts: 9
Joined: 17 Jul 2006 22:10
Location: Brasil

error

Postby huemer » 23 Aug 2006 17:34

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

Teetrinker
Cone that earned his stripes
Cone that earned his stripes
Posts: 174
Joined: 16 Aug 2004 16:12

Postby Teetrinker » 23 Aug 2006 18:34

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.

huemer
New Cone
New Cone
Posts: 9
Joined: 17 Jul 2006 22:10
Location: Brasil

Postby huemer » 24 Aug 2006 14:33

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

Teetrinker
Cone that earned his stripes
Cone that earned his stripes
Posts: 174
Joined: 16 Aug 2004 16:12

Postby Teetrinker » 24 Aug 2006 14:51

Try if it help to start vlc with --reset-plugins-cache.
vlc --reset-plugins-cache

huemer
New Cone
New Cone
Posts: 9
Joined: 17 Jul 2006 22:10
Location: Brasil

error continue

Postby huemer » 24 Aug 2006 15:21

run vlc --reset-plugins-cache

but error continue

Failed to initialize GUI: no built-in themes found.
Falha de segmentação


frustation :(

huemer
New Cone
New Cone
Posts: 9
Joined: 17 Jul 2006 22:10
Location: Brasil

Postby huemer » 30 Aug 2006 16:12

Problem solved with configure wxWidgets

./configure --with-x11 --enable-gui --enable-plugins --enable-universal --disable-gtk --enable-compat22 --enable-unicode


thanks :lol:


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: Google [Bot] and 24 guests