You are not logged in.

#1 2009-07-11 14:24:40

nawitus
Member
Registered: 2009-05-11
Posts: 112

VLC 1.0 crashes with every video

VLC media player 1.0.0 Goldeneye
[0x9c7b990] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
Segmentation fault

Offline

#2 2009-07-11 15:57:26

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: VLC 1.0 crashes with every video

After a reinstallation of it ? Have it ever worked for you? If yes, what was the change you guess can cause problem?!

In last case you can do a gdb vlc debugging, and at the segfault you can see with backtrace which function cause the problem.

If you use cvlc, like recommnded in the output ?

Next you take a welcoming message or something, not just put the code without any polite feature.

Offline

#3 2009-07-11 18:02:52

nawitus
Member
Registered: 2009-05-11
Posts: 112

Re: VLC 1.0 crashes with every video

Worked before 1.0 update.
Doesn't work with cvlc.
gdb:

[0x8de9990] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[New Thread 0xb603ab70 (LWP 6556)]
[New Thread 0xb5d1eb70 (LWP 6557)]
[Thread 0xb5d1eb70 (LWP 6557) exited]
[New Thread 0xb5c9db70 (LWP 6558)]
[New Thread 0xb40b4b70 (LWP 6559)]
[New Thread 0xb3e6eb70 (LWP 6560)]
[Thread 0xb3e6eb70 (LWP 6560) exited]
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
[New Thread 0xb3c4eb70 (LWP 6561)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb3c4eb70 (LWP 6561)]
0xb4b76c84 in Render () from /usr/lib/vlc/misc/libfreetype_plugin.so
(gdb)

Offline

#4 2009-07-11 20:41:01

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: VLC 1.0 crashes with every video

What's the output of pacman -Qo /usr/lib/vlc/misc/libfreetype_plugin.so? btw i don't more idea, just reinstalling it, and downgrade sad but wait for another post!

Offline

#5 2009-07-11 20:49:29

nawitus
Member
Registered: 2009-05-11
Posts: 112

Re: VLC 1.0 crashes with every video

/usr/lib/vlc/misc/libfreetype_plugin.so is owned by vlc 1.0.0-1
Downgrade "fixes" the issue..

Offline

Board footer

Powered by FluxBB