LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-25-2007, 06:05 PM   #1
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
GUI mplayer crashes with Slack 12 RC1


Hey guys I've been keeping up with slack current and I ran into a interesting problem today, when ever I play a video file (not dvd's) ex. avi, mpeg what ever it will always crash if I try to right click to change the video properties. If I hit the "F" button to go full screen it works fine, but something about right clicking on the window crashes video files. Any ideas are appreciated.

btw the error it give me is this...

[ws] Error in display. 0.000 ct: 0.028 37/ 37 4% 24% 0.6% 2 0
[ws] Error code: 191 ( RenderBadPicture (invalid Picture parameter) )
[ws] Request code: 158
[ws] Minor code: 7
[ws] Modules: vo_check_events
 
Old 06-25-2007, 06:25 PM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
What version of mplayer are you using, and where/how did you get it ? (compile it ? from linuxpackages ? slackbuild ?)
 
Old 06-25-2007, 10:54 PM   #3
hemp4fuel
Member
 
Registered: Jun 2003
Location: Topeka, KS
Distribution: Slackware
Posts: 193

Rep: Reputation: 45
I have the same thing happening here. Slackware -current, most recent version of mplayer built with slackbuild from slackbuilds.org. I also built it myself with checkinstall and the same thing happens.
 
Old 06-25-2007, 10:58 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Have you tried other versions of mplayer ?
 
Old 06-25-2007, 11:06 PM   #5
hemp4fuel
Member
 
Registered: Jun 2003
Location: Topeka, KS
Distribution: Slackware
Posts: 193

Rep: Reputation: 45
I will try an older version of mplayer tomorrow and report back here.
 
Old 06-25-2007, 11:37 PM   #6
danpadams
Member
 
Registered: Jul 2006
Location: Arizona, US
Distribution: Slackware 11, hopefully 12 soon
Posts: 30

Rep: Reputation: 15
My suggestion would be to try a source build of mplayer, as far as version, I am thinking whatever the latest of mplayer is.
 
Old 06-26-2007, 12:41 AM   #7
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
I've been experiencing this for a couple of weeks, but I'm thus far unable to pinpoint the cause.
Here's the result of running it in gdb:

[ws] Error in display.
[ws] Error code: 178 ( RenderBadPicture (invalid Picture parameter) )
[ws] Request code: 155
[ws] Minor code: 7
[ws] Modules: (NULL)
Program exited normally.

strace results in this:

open("/usr/share/X11/XErrorDB", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=37949, ...}) = 0
read(9, "! $Xorg: XErrorDB,v 1.3 2000/08/"..., 37949) = 37949
close(9) = 0
write(2, "[ws] Error in display.\n", 23[ws] Error in display.
) = 23
write(2, "[ws] Error code: 178 ( RenderBa"..., 71[ws] Error code: 178 ( RenderBadPicture (invalid Picture parameter) )
) = 71
write(2, "[ws] Request code: 155\n", 24[ws] Request code: 155
) = 24
write(2, "[ws] Minor code: 7\n", 20[ws] Minor code: 7
) = 20
write(2, "[ws] Modules: (NULL)\n", 22[ws] Modules: (NULL)
) = 22
exit_group(0)

Long story short, I'm thinking that it might actually be an xorg problem rather than an MPlayer problem, but I'm not sure where to go from here. I've just now generated those two traces, so this is the first time I've really tried any serious debugging - I've previously just assumed that the problem was isolated to me :-)

This is using the build script at http://rlworkman.net/slackbuilds/MPlayer/ (which allows MPlayer's configure to determine compiler flags and such, as recommended by the MPlayer devs).

Here are the circumstances in which I get the error:
First, play a video file (.mpg, .wmv, whatever). Let it finish or stop it manually - either one is fine. Right-click on the video window, and the expected new window outline appears, but MPlayer immediately crashes.

Last edited by rworkman; 06-26-2007 at 01:07 AM.
 
Old 06-26-2007, 01:43 AM   #8
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Original Poster
Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
I can confirm that it happens with MPlayer RC1 and RC1 with CDDB patch, and with SVN version.
 
Old 06-26-2007, 02:22 AM   #9
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
You can give smplayer a try, to see if it works.
 
Old 06-26-2007, 06:11 AM   #10
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Rep: Reputation: 43
I remember I had this crashing when rightclicking the MPlayer. But that was on Slackware 10.2... (with the MPlayer from LinuxPackages.net -I think). So I guess it's not related to current or the latest MPlayer.
 
Old 06-26-2007, 06:16 AM   #11
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
The mplayerplug-in has started crashing firefox constantly as well. I don't know if it's related.
 
Old 06-26-2007, 08:21 AM   #12
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
I'm using Alien's Bob MPlayer package on Slackware Current and it worked, no problem at all
 
Old 06-26-2007, 10:42 AM   #13
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I think it's a problem with a certain version of mplayer. If you get the right version (not the latest), then it'll work. Maybe mplayer-1.0rc1 is the right version. I recommend trying it and see if it stops crashing.
 
Old 06-26-2007, 10:57 AM   #14
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by H_TeXMeX_H
I think it's a problem with a certain version of mplayer. If you get the right version (not the latest), then it'll work. Maybe mplayer-1.0rc1 is the right version. I recommend trying it and see if it stops crashing.
Except the same package worked fine earlier. It might well be an MPlayer problem, but it was only exposed after the -current updates from June 14th, 2007. I've asked in #mplayer on freenode with a link to this thread, but no responses thus far.
 
Old 06-26-2007, 11:23 PM   #15
danpadams
Member
 
Registered: Jul 2006
Location: Arizona, US
Distribution: Slackware 11, hopefully 12 soon
Posts: 30

Rep: Reputation: 15
Quote:
Originally Posted by adriv
I remember I had this crashing when rightclicking the MPlayer. But that was on Slackware 10.2... (with the MPlayer from LinuxPackages.net -I think). So I guess it's not related to current or the latest MPlayer.
Right clicking on MPlayer I thought one would right click on the GUI MPlayer which is a command line of MPlayer?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
creating /dev/dvb in slack-12-rc1 justwantin Slackware 9 07-05-2007 02:15 PM
Installing Mplayer & Mplayer GUI simplydc3 Linux - Software 3 06-22-2006 03:01 AM
Mplayer crashes with Xorg (Slack 10) OdieQ Slackware 5 07-07-2004 08:17 AM
MPlayer (0.92.1 and 1.0c4) - no GUI on Slack 9.1 Tinkster Slackware 8 06-21-2004 03:19 AM
slack 9.0 rc1 install radix Slackware 1 03-10-2003 05:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration