logo test failed on win7 x64

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
ciasoMs
Posts: 1
Joined: 2011-03-02T22:00:45-07:00
Authentication code: 8675308

logo test failed on win7 x64

Post by ciasoMs »

I downloaded the win64 build on the official site (ImageMagick-6.6.7-10-Q16-windows-x64-dll.exe).
After installation I tried the logo test, but it failed with the following error code

>convert logo: logo.gif
Magick: no decode delegate for this image format `' @ error/constitute.c/ReadImage/532.
Magick: missing an image filename `logo.gif' @ error/convert.c/ConvertImageCommand/2962.

What should I do?
inetscan
Posts: 1
Joined: 2011-03-05T01:08:31-07:00
Authentication code: 8675308

Re: logo test failed on win7 x64

Post by inetscan »

I see this same behavior. Installed ImageMagick-6.6.7-10-Q16-windows-x64-dll.exe on Windows 7 x64.
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: logo test failed on win7 x64

Post by el_supremo »

FYI: I've just downloaded 6.6.8-0 from the FTP site, to Win XP Pro x64 and the logo: test works.
Currently, the links to 6.6.7-10 here http://studio.imagemagick.org/script/bi ... hp#windows are dead.

@Magick:
During the installation process I selected source code headers, Perl and VB. After the installation has unzipped everything, it gives an error message:

Code: Select all

Unable to execute file
ppm
ShellExecuteEx failed; code 2
The system cannot find the specified file.
This has also happened with previous versions but in each case IM has been installed OK. I presume that it is something to do with the Perl or VB stuff since I don't use that much and haven't tested them.

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
frankrizzo
Posts: 4
Joined: 2012-01-05T18:02:47-07:00
Authentication code: 8675308

Re: logo test failed on win7 x64

Post by frankrizzo »

I get the below error on Windows 7 Installation as well, can anyone answer on how to fix this? Is this related to the installer not knowing about Program Files(x86) possibly?
---------------------------
Setup
---------------------------
Unable to execute file:

ppm

ShellExecuteEx failed; code 2.

The system cannot find the file specified.
---------------------------
OK
---------------------------
frankrizzo
Posts: 4
Joined: 2012-01-05T18:02:47-07:00
Authentication code: 8675308

Re: logo test failed on win7 x64

Post by frankrizzo »

I just got the installer to work, but running the .pl files does not work, I get the below error now:

C:\Program Files (x86)\ImageMagick-6.7.4-Q16\PerlMagick>cd demo

C:\Program Files (x86)\ImageMagick-6.7.4-Q16\PerlMagick\demo>demo.pl
Can't locate Image/Magick.pm in @INC (@INC contains: C:/Perl64/site/lib C:/Perl6
4/lib .) at C:\Program Files (x86)\ImageMagick-6.7.4-Q16\PerlMagick\demo\demo.pl
line 5.
BEGIN failed--compilation aborted at C:\Program Files (x86)\ImageMagick-6.7.4-Q1
6\PerlMagick\demo\demo.pl line 5.
Post Reply