You are not logged in.

#1 2009-04-14 17:04:17

amadlopes
Member
Registered: 2007-06-28
Posts: 35

[SOLVED] Miro problem

I was getting this error:

/usr/bin/miro: line 27:  4120 Segmentation fault      LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9 miro.real "$@"

Than i found this solution:

On /usr/bin/miro file on line 26 i changed from:

LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9 miro.real "$@"

to

MOZILLA_FIVE_HOME="/usr/lib/xulrunner-1.9/" LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9 miro.real "$@"

Last edited by amadlopes (2009-04-14 17:04:54)

Offline

#2 2009-04-15 01:57:20

CursedMonkey
Member
Registered: 2008-08-30
Posts: 45

Re: [SOLVED] Miro problem

Thats weird, because in mine i have the edited code, and i get an error.

/usr/bin/miro: line 27: 23227 Segmentation fault      MOZILLA_FIVE_HOME="/usr/lib/xulrunner-1.9/" LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9 miro.real "$@"

It happens when I am playing a video and i press the stop button.

Edit:
Switching to gstreamer fixes it for me.

Last edited by CursedMonkey (2009-04-15 02:01:49)

Offline

#3 2009-04-15 06:28:54

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [SOLVED] Miro problem

CursedMonkey wrote:

It happens when I am playing a video and i press the stop button.

this is probably causes by an incorrect detection of the renderer as I explained here: http://bugs.archlinux.org/task/14196#comment42595
You can try what I said there.

Offline

Board footer

Powered by FluxBB