Fedora 11/64
dave <[email protected]> Sat, 25 Jul 2009 13:30:54 -0400
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, Had a fully working dvd::rip install on Fedora 10/64 then upgraded to Fedora 11/64. Now when I create or open a project I see: $ dvdrip Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed at /usr/local/lib/perl5/site_perl/5.10.0/Video/DVDRip/GUI/Base.pm line 106. This just shows up on the command line. Don't see any adverse effect. Start ripping DVD. The rip doesn't complete cleanly. It just stops. It also prints this on the command line: Catched Callbacks Exception: Error executing command execflow tcprobe -H 25 -i /v/dvdrip/les3/vob/001/ && echo EXECFLOW_OK: EXEC_FLOW_JOB_PID=12084 tcprobe: error while loading shared libraries: libMagickCore.so.1: cannot open shared object file: No such file or directory at /usr/local/lib/perl5/site_perl/5.10.0/Video/DVDRip/JobPlanner.pm line 378 I did a locate on locate libMagickWand: # locate libMagickWand /usr/lib64/libMagickWand.so /usr/lib64/libMagickWand.so.2 /usr/lib64/libMagickWand.so.2.0.0 So I went to /usr/lib64 and created a symbolic link from libMagickCore.so.1 -> libMagickWand.so ]# ln -s libMagickWand.so libMagickWand.so.1 This doesn't help. So safe the project and then kill dvd::rip and restart. Open saved project. Go to the "Clip & Zoom" tab and hit the "Grab Frame" button. Preview frames show up so it looks like it ripped it OK. Go ahead and transcode the video. It completes without error but when view the resulting .avi file it looks just like and old TV where the picture keeps rolling off the top of the screen. Suggestions?