View Single Post
Old 08-03-2007, 01:51 AM   #43
visionarycat
Member
visionarycat began at the beginning.
 
visionarycat's Avatar
 
Posts: 10
Karma: 10
Join Date: Jul 2007
Device: Sony Reader PRS-500
Quote:
Originally Posted by xikky View Post
I keep getting an error:

Converting Comic "XXXXXXX"...
Extracting...
The system cannot find the path specified.
Convert failed! at C:\comiclrf\comiclrf.pl line 124.


I'm running Windows XP Pro SP2, ImageMagick-6.3.5-3-Q16 (installed in c:\imagemagick), ActivePerl 5.8.8 (installed in c:\Perl) and comiclrf (installed in c:\comiclrf) trying to convert a file named 326-350.cbr.

Any troubleshooting tips?
ComicLRF is configured for ImageMagick-6.3.4-8-Q16 and since you're running ImageMagick-6.3.5-3-Q16, ComicLRF can't find ImageMagick and can't convert any images. I had the same problem but it's easily fixed.
1) In windows explorer, open the comiclrf folder
2) Right-click comiclrf.pl and choose "Edit" to open comiclrf.pl in Notepad
3) In the "User Configurable Area" you'll see: my $convertprog="C:\\Program Files\\ImageMagick-6.3.4-8-Q16.
4) change "my $convertprog="C:\\Program Files\\ImageMagick-6.3.4-8-Q16" to "my $convertprog="C:\\Program Files\\ImageMagick-6.3.5-Q16"(or wherever you have imagemagick installed. ex. "C:\\imagemagick")
5) save changes in notepad.
6)????
7)PROFIT!
(sorry, I couldn't resist not doing that last part )
Hope this is helps.

Last edited by visionarycat; 08-03-2007 at 01:55 AM.
visionarycat is offline   Reply With Quote