You are not logged in.

#1 2006-11-07 21:31:01

qlus
Member
From: Tychy, Poland
Registered: 2006-06-15
Posts: 74

[SOLVED AGAIN] vlc after update :(

I've made today pacman -Syu. After that I've found vlc has new skin (ugly) and I've a problem. Preferences button is not working, same with information, and open file.
After running vlc in terminal I receive this:

[qlus@koltar ~]$ vlc
VLC media player 0.8.5 Janus
[00000272] main dialogs provider error: no dialogs provider module matched "any"
[00000269] skins2 interface error: no suitable dialogs provider found (hint: compile the wxWidgets plugin, and make sure it is loaded properly)
[00000269] skins2 interface: skin: VLC 0.8.5 Default Skin  author: aLtgLasS

I have deleted .vlc from my home directory, uninstlled and installed vlc, without changes.
Any idea what I can do to make vlc work?

Last edited by qlus (2007-06-24 21:57:06)

Offline

#2 2006-11-07 21:56:16

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: [SOLVED AGAIN] vlc after update :(

pacman -S wxgtk

or

remove --enable-skins2 in the pkgbuild and recompile it

or

vlc --intf <string> (Interface module)

hope one of these will help you!

mfg iggy


sorry for my bad english smile

Offline

#3 2006-11-08 00:42:10

PeteMo
Member
From: H'Burg, VA
Registered: 2006-01-26
Posts: 191
Website

Re: [SOLVED AGAIN] vlc after update :(

This problem has come up before, see http://bbs.archlinux.org/viewtopic.php? … hlight=vlc

The fix then was to replace --enable wxwindows with --enable wxwidgets in the PKGBUILD.  I am not able to try this this time because I don't have all the makedepends installed.  If anyone is interested in trying it, please give it a shot.  Filling a bug might be a good idea too, even better you are able to fix it.

Offline

#4 2006-11-08 00:46:06

mr.MikyMaus
Member
From: disabled
Registered: 2006-03-31
Posts: 285

Re: [SOLVED AGAIN] vlc after update :(

Here is another one!

I've got *exactly* the same problem.. I guess transfering to the "new default" skin (e.g. ugly and not what I was used to) causes the problem. Installing wxgtk does not solve the problem for me.

If there is someone who might know what to know to be able to find the problem, just say what you need to know;) I am a complete n00b in this sort of things...so far

Recompilation is not in question for me...just yet.

(Shouldn't be the official pre-compiled package functional out-of-the-box?)

-miky


What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...

... and who is general Failure and why is he reading my harddisk?

Offline

#5 2006-11-08 03:03:12

silvik
Member
From: Bucharest/Romania
Registered: 2006-11-08
Posts: 110

Re: [SOLVED AGAIN] vlc after update :(

I found something on VideoLAN forums regarding this problem:

Basically, it's a bug in vlc. vlc-config says "use -D_UNICODE" for the compiles and then used the non-unicode versions of the libraries (e.g., -lwx_gtk2_core-2.6 instead of -lwx_gtk2u_core-2.6). I suspect it didn't check to see if the unicode versions were available (they weren't when I first built it).

For me, it was: reconfigure wxGTK with --enable-unicode; build and install;
rerun configure in vlc (it will create a correct vlc-config

http://forum.videolan.org/viewtopic.php … 7c3d8486c9

Could please someone give it a try? I'm still learning about the arch way to build packages...

Offline

#6 2006-11-08 06:22:43

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: [SOLVED AGAIN] vlc after update :(

silvik wrote:

I found something on VideoLAN forums regarding this problem:

Basically, it's a bug in vlc. vlc-config says "use -D_UNICODE" for the compiles and then used the non-unicode versions of the libraries (e.g., -lwx_gtk2_core-2.6 instead of -lwx_gtk2u_core-2.6). I suspect it didn't check to see if the unicode versions were available (they weren't when I first built it).

For me, it was: reconfigure wxGTK with --enable-unicode; build and install;
rerun configure in vlc (it will create a correct vlc-config

http://forum.videolan.org/viewtopic.php … 7c3d8486c9

Could please someone give it a try? I'm still learning about the arch way to build packages...

Recompiled wxgtk adding --enable-unicode to both configure lines. Recompiled vlc. It works. Please put a new bug report in both wxgtk and vlc.

Offline

#7 2006-11-08 14:25:48

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: [SOLVED AGAIN] vlc after update :(

nm, i filed a bug report
http://bugs.archlinux.org/task/5789

Offline

#8 2006-11-08 17:00:09

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: [SOLVED AGAIN] vlc after update :(

scratch that, only need to recompile VLC for some reason.

Offline

#9 2006-11-08 21:18:33

qlus
Member
From: Tychy, Poland
Registered: 2006-06-15
Posts: 74

Re: [SOLVED AGAIN] vlc after update :(

Thanks for all answers smile  I'll wait for a new package

Offline

#10 2006-11-09 22:41:14

insane
Member
Registered: 2006-06-04
Posts: 106

Re: [SOLVED AGAIN] vlc after update :(

Tried PeteMo's suggestion and vlc is working normally  lol

Offline

#11 2006-11-09 23:22:54

PeteMo
Member
From: H'Burg, VA
Registered: 2006-01-26
Posts: 191
Website

Re: [SOLVED AGAIN] vlc after update :(

insane wrote:

Tried PeteMo's suggestion and vlc is working normally  lol

Yep, after reading this, I went ahead and tried it as well.  Works for me.  I'll add a comment to the bug report.

Offline

#12 2006-11-10 20:15:12

domanov
Member
From: Italy
Registered: 2006-11-10
Posts: 45

Re: [SOLVED AGAIN] vlc after update :(

Trying to recompile after changing the PKGBUILD, makepkg stops with:
x11/x11_display.cpp:29:34: error: X11/extensions/shape.h: No such file or directory

I don't have any shape.h on my system, not at all in /usr/include/X11/extension. Packages listed in `pacman -Ss xorg` are installed, as well as the makedeps. How do I find which package can provide me this header, or if something going messy on my pc?
Sorry for the newbyness,
domanov

Offline

#13 2006-11-10 20:27:26

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: [SOLVED AGAIN] vlc after update :(

make sure all of VLC's dependencies are installed

Offline

#14 2006-11-10 20:31:14

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [SOLVED AGAIN] vlc after update :(

/usr/include/X11/extensions/shape.h is in xextproto  (pacman -S xextproto ). The xorg include files are provided by the *proto packages.

Offline

#15 2006-11-10 21:01:55

domanov
Member
From: Italy
Registered: 2006-11-10
Posts: 45

Re: [SOLVED AGAIN] vlc after update :(

Hey, thanks for the quick answers ... which costed me the chance of deleting my post wink wink
Actually I found that xextproto was installed but broken, that is , some file were missing. Reinstalling it gave the shape.h; after that all went smooth.

Thanks!

Offline

#16 2006-11-10 22:46:03

powerthunder
Member
From: Hellas
Registered: 2006-11-05
Posts: 18
Website

Re: [SOLVED AGAIN] vlc after update :(

I just built the package with --enable wxwidgets and it works fine.
Thank you very much. big_smile

Offline

#17 2006-11-11 05:30:59

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: [SOLVED AGAIN] vlc after update :(

Here's another one who rebuilt the package, in my case more out of curiosity than necessity, but of course - as usual - now there is an updated official package. How's that for service?

Offline

#18 2006-11-11 09:20:46

qlus
Member
From: Tychy, Poland
Registered: 2006-06-15
Posts: 74

Re: [SOLVED AGAIN] vlc after update :(

New version of vlc is in the repo. It is working so the problem is solved smile

Offline

#19 2007-06-18 03:11:39

justin
Member
From: Philadelphia
Registered: 2007-04-18
Posts: 132

Re: [SOLVED AGAIN] vlc after update :(

Seems as though this problem may be back, I am having the same exact problem after a recent update.

Offline

#20 2007-06-18 09:18:16

Ankka
Member
From: Finland
Registered: 2007-04-08
Posts: 98

Re: [SOLVED AGAIN] vlc after update :(

Confirmed.

Offline

#21 2007-06-18 14:04:40

sokkalf
Member
Registered: 2007-06-18
Posts: 19

Re: [SOLVED AGAIN] vlc after update :(

It seems this is caused by an upgrade of the libcdio library, which the wxWidget-thing VLC uses seems to depend on.
I resolved the issue by symlinking /usr/lib/libcdio.so.7.1.0 to /usr/lib/libcdio.so.6

Last edited by sokkalf (2007-06-18 14:05:55)

Offline

#22 2007-06-18 17:42:38

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: [SOLVED AGAIN] vlc after update :(

Try the VLC now in the testing repo, that fixes the problems for me.

Offline

#23 2007-06-18 23:05:47

darweth
Member
From: Brooklyn, NY
Registered: 2007-04-07
Posts: 68

Re: [SOLVED AGAIN] vlc after update :(

I spoke too soon in another thread about this problem being solved.

YES, using the VLC from the testing repo does fix the skin problem.  Yes, I can now access preferences and etc. 

BUT now the video does not work.  smile   lol.  There is no video screen.  Only audio is heard.  Here is what it looks like with a film playing.

screenshotix0.th.png

hmm  The video works fine with the BROKEN normal VLC (just vlc skins, dialogues, preferences borked)... but not with the testing.

Offline

#24 2007-06-19 15:55:25

andav
Member
Registered: 2006-12-04
Posts: 117

Re: [SOLVED AGAIN] vlc after update :(

how do i upgrade from testing repository? what is the command?
thanks :-)

Offline

#25 2007-06-21 11:34:10

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: [SOLVED AGAIN] vlc after update :(

I can confirm - the problem is here too with just the stuff from current smile.

I'll try the testing package to see if it fixes it.

Edit: vlc from testing does the job again smile. Thanks!

andav wrote:

how do i upgrade from testing repository? what is the command?
thanks :-)

Edit /etc/pacman.conf, uncomment the testing repo entry, check /etc/pacman.d/testing for your preferred mirror and put it on top of the list.

Last edited by B (2007-06-21 11:38:42)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB