LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Closed Thread
  Search this Thread
Old 05-24-2007, 08:48 PM   #1
nimajiman
LQ Newbie
 
Registered: May 2007
Location: NSW, Australia
Distribution: Ubuntu 7.04 (Feisty)
Posts: 2

Rep: Reputation: 0
AcidRip crashes in ubuntu feisty


Hi there,

I'm having a problem with acidrip in ubuntu feisty. I installed it through synaptic a few days ago, and was using it fine to rip from DVD to AVI, until yesterday when I added some other things through synaptic and now acidrip crashes on opening. I have mplayer/mencoder, libdvdread3 etc installed, and i can still watch DVD's through mplayer and VLC without problem.

Now, acidrip starts up fine, but when i click on 'load' [DVD], the program crashes (just disappears from the screen). I'm not sure what is causing this. When I load acidrip through command line, it loads as usual and crashes at the same point (clicking on 'load'), and i get this message at the command line:

Quote:
Pango-WARNING **: shape engine failure, expect ugly output. the offending font is 'DejaVu Sans Not-Rotated 0' at /usr/bin/acidrip line 60.
Segmentation fault (core dumped)
I have no idea what this means, but I thought i'd check out the file /usr/bin/acidrip that it is referring to. This is what the file contains...

Quote:
#!/usr/bin/perl -w

eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
if 0; # not running under some shell

require 5.005;
use strict;
use vars qw($VERSION);

$VERSION = '0.14';

package acidrip;

use AcidRip::acidrip;
use Getopt::Long;

sub version {
print "AcidRip - Version $::VERSION \"Written\" by Chris Phillips <acid_kewpie\@users.sourceforge.net>\n";
exit 0;
}

@ARGV = ( '-x', @ARGV ) if ( scalar @ARGV );

my %opts = ();
GetOptions(
'x|no-gui' => \$opts{'x'},
'c|crop=i' => \$opts{'c'},
't|track=i' => \$opts{'t'},
'v|version' => \$opts{'v'},
'f|filename=s' => \$opts{'f'},
'h|help' => \$opts{'h'}
);

$::settings = new acidrip_settings;
$:laylist = new acidrip_playlist;

$::settings->load_settings;

$::messages = new acidrip_messages($::settings->{'ui_language'});
$::dvd = ();

version() if $opts{'v'};

$::widgets = new acidrip;

$::settings->{'verbose'} = 0;
load_settings_to_interface();
$::settings->{'verbose'} = 1;

get_available_codecs();

$::widgets->{'acidrip'}->show;

if ( $::settings->{'autoload'} ) {
$::widgets->{'read_dvd_button'}->clicked;
$::widgets->{'crop_detect_button'}->clicked if $::settings->{'crop_enable'};
}
message("AcidRip $::VERSION, \"Written\" by C.Phillips <acid_kewpie\@users.sf.net>");

main Gtk2;

exit 0;

__END__
Line 60 is the one near the end that says "main Gtk2;".

Anyone have any ideas? I would love to get acidrip working again as I found it quite fast and simple to use.

Cheers
 
Old 05-25-2007, 03:14 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.
 
  


Closed Thread



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: The Perfect Setup - Ubuntu Feisty Fawn (Ubuntu 7.04) LXer Syndicated Linux News 0 04-20-2007 03:31 PM
possible DNS problems in ubuntu Feisty CSandman Linux - Networking 7 04-03-2007 12:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:56 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