LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-26-2007, 05:33 PM   #1
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Rep: Reputation: 30
Firefox Mplayer Crash


Hello,

I am running Slackware 11.0 with Firefox 2.0.0.3 and Mplayer-plugin 3.40. Every single time I go to open a file that uses the mplayer-plugin Firefox crashes. I get the error message:

/usr/lib/firefox/run-mozilla.sh: line 131 3240 Segmentation fault "$prog" ${1+"$@"}

I have also gotten 3141 Segmentation fault.

This started with Firefox 2.0.0.2 with Mplayer-plugin 3.35 (I think - it was 3.3 something). I updated to my current versions hoping this would go away, but it hasn't.

It is annoying to have to save a file and play it through mplayer or xmms or some other program. And it is very annoying when you try and view a page, but can't because it has an embedded media file that crashes the program every single time!!

Does anyone have any idea what is going on and how I can correct it?
 
Old 04-26-2007, 06:48 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
Yes, roll back to older versions of the plugin, or if that don't work, use a different plugin. I'm using 3.35 and it doesn't crash too often. Did you compile the plugin yourself ? You can also try the daily code.

Last edited by H_TeXMeX_H; 04-26-2007 at 06:50 PM.
 
Old 04-27-2007, 09:19 AM   #3
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Original Poster
Rep: Reputation: 30
Hello,

I haven't built it from source, I have gotten the packages from linuxpackages.net.

I rolled the plugin back to 3.35 with firefox 2.0.0.3 - it is working. I thought I had done this before? But it is working now.

Any ideas on why this was happening?

Thanks.
 
Old 04-27-2007, 11:18 AM   #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
Because, technically, the plug-in is designed for mozilla. But isn't firefox the replacement for mozilla ? (or at least they use the same rendering engine) I dunno. I think they just messed up the most recent version, maybe the next version will be better.
 
Old 04-27-2007, 11:31 AM   #5
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
There are other places to get the mplayerplug-in from. On sourceforge you can download it as a .xpt file and it installs like any other firefox add-on. Or you can build it using the slackbuild from slackbuilds.org. That's the one I use and it doesn't crash. Normally its java which causes firefox to crash with me.
 
Old 04-27-2007, 03:20 PM   #6
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
Quote:
Originally Posted by simcox1
There are other places to get the mplayerplug-in from. On sourceforge you can download it as a .xpt file and it installs like any other firefox add-on. Or you can build it using the slackbuild from slackbuilds.org. That's the one I use and it doesn't crash. Normally its java which causes firefox to crash with me.
google for mplayer home page and install it from source don't for get to install the macthing codex package as well

I have never gotten a prebuilt mplayer package to work eather
 
Old 04-27-2007, 03:28 PM   #7
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
Well, somehow, compiling it from source did not help me. It still crashed way too often.
 
Old 04-27-2007, 03:48 PM   #8
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
I built it using the slackbuild script from slackbuilds.org and mine has been working trouble free. Have you tried that approach?
 
Old 04-27-2007, 04:03 PM   #9
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
Ok, I'll try the slackbuild and report on the result.

EDIT: that slackbuild is for 3.35. I have it installed already from a binary package and it rarely crashes (once a month or less ... and it's probably something else that crashes or causes it).

Last edited by H_TeXMeX_H; 04-27-2007 at 04:06 PM.
 
Old 04-27-2007, 05:08 PM   #10
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
Originally Posted by H_TeXMeX_H
Ok, I'll try the slackbuild and report on the result.

EDIT: that slackbuild is for 3.35. I have it installed already from a binary package and it rarely crashes (once a month or less ... and it's probably something else that crashes or causes it).
Yes, that's true, but you can use the same script with the newer version of the plugin. Just be certain to make the relevant edits to the slackbuild and other files as needed before building. Might make a difference - who knows?
 
Old 04-27-2007, 05:42 PM   #11
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
Alright, I'll try it.
 
Old 05-13-2007, 05:10 PM   #12
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
If anyone out there has problems with mplayerplug-in, try mozplugger:
http://mozplugger.mozdev.org/

Only problem with mozplugger is that there are no controls, it just plays. This is actually a benefit for me, because mplayerplug-in had many problems initializing videos, it would hang at 99%. I dunno it's just messed up, try mozplugger.
 
Old 05-14-2007, 12:23 AM   #13
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Rep: Reputation: 31
Quote:
Originally Posted by H_TeXMeX_H
If anyone out there has problems with mplayerplug-in, try mozplugger:
http://mozplugger.mozdev.org/

Only problem with mozplugger is that there are no controls, it just plays. This is actually a benefit for me, because mplayerplug-in had many problems initializing videos, it would hang at 99%. I dunno it's just messed up, try mozplugger.
do you know if this works well with opera??
 
Old 05-14-2007, 11:41 AM   #14
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 dunno about mozplugger, but I know the original plugger DOES support opera:
http://fredrik.hubbe.net/plugger.html
 
Old 05-14-2007, 05:29 PM   #15
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Rep: Reputation: 43
I can't seem to get embedded media playing the way it should, not with MPlayer-plugin, nor with Mozplugger. What does work (for me) is the Firefox add-onn MediaPlayerConnectivity (in combination with the MPlayer-plugin).
 
  


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
mplayer crash bruse Linux - Newbie 3 05-19-2005 10:05 AM
No sound in mplayer or mplayer firefox plugin case1984 Linux - Newbie 1 01-21-2005 12:58 AM
Firefox - MPlayer Plugin - Quicktime - Crash hallamigo Linux - Software 3 04-09-2004 05:23 PM
xmms crash xine crash mplayer crash paledread Linux - Software 9 03-09-2004 07:09 AM
Mplayer crash cyrille Linux - Newbie 6 03-28-2002 10:05 AM

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

All times are GMT -5. The time now is 09:12 AM.

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