6.6.5-7-Q16-windows-x64-static crash Windows Web Server 2008

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
ImpactMaster

6.6.5-7-Q16-windows-x64-static crash Windows Web Server 2008

Post by ImpactMaster »

Hi There,

I have tried to install ImageMagick-6.6.5-7-Q16-windows-x64-static on a Windows Web Server 2008 R2 Platform, when I use the "imdisplay" command in Command Promt it crashes. I have also tried ImageMagick-6.6.5-7-Q16-windows-x64-dll, this one crashes also. As the site suggested i have installed Visual C++ 2010 Redistributable Package (x64) this doesn't have any effect on this problem.

Does anyone have a idea to fix this problem? Thanks ahead for your response.

Windows Version: Windows Web Server 2008 R2 64 bit
ImageMagick Version:ImageMagick-6.6.5-7-Q16-windows-x64-static
Hardware: HP ProLiant DL360 G6, Xeon E5506 @ 2.13GHz, 6.00 GB RAM

IMDisplat MDC Application has stopped working
Problem signature:
Problem Event Name: APPCRASH
Application Name: imdisplay.exe
Application Version: 1.0.0.1
Application Timestamp: 4cd701bc
Fault Module Name: imdisplay.exe
Fault Module Version: 1.0.0.1
Fault Module Timestamp: 4cd701bc
Exception Code: 40000015
Exception Offset: 00000000003dfeb9
OS Version: 6.1.7600.2.0.0.1296.17
Locale ID: 1033
Additional Information 1: 3d39
Additional Information 2: 3d39c112c74d5901a2d60cc8199cdc2b
Additional Information 3: 918b
Additional Information 4: 918b78be9c56efbaad2b0a2171b20b3d
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: 6.6.5-7-Q16-windows-x64-static crash Windows Web Server

Post by magick »

This problem popped up when we began compiling ImageMagick with Visual Studio 2010. Does imdisplay work if you just launch imdisplay and use the file menu to identify an image file to display? Can you verify the other ImageMagick utilities work? Launch a Command Prompt window and type:
  • convert logo: logo.png
    identify -verbose logo.png
Do these command complete without complaint?
ImpactMaster

Re: 6.6.5-7-Q16-windows-x64-static crash Windows Web Server

Post by ImpactMaster »

Hi There,

I have tested the utilities;
convert logo: logo.png works fine
identify -verbose logo.png works fine

Rendering intent: Undefined
Interlace: None
Background color: white
Border color: rgb(223,223,223)
Matte color: grey74
Transparent color: black
Compose: Over
Page geometry: 640x480+0+0
Dispose: Undefined
Iterations: 0
Compression: Zip
Orientation: Undefined
Properties:
date:create: 2010-11-10T08:45:57+01:00
date:modify: 2010-11-10T08:45:57+01:00
signature: e7339242ec91155fb698eadf06f8e72d8e09f03453d700ed311e446174b75469
Artifacts:
verbose: true
Tainted: False
Filesize: 95.1KBB
Number pixels: 307KB
Pixels per second: 20.48MB
User time: 0.016u
Elapsed time: 0:01.015
Version: ImageMagick 6.6.5-7 2010-11-06 Q16 http://www.imagemagick.org
jalankaki

Re: 6.6.5-7-Q16-windows-x64-static crash Windows Web Server

Post by jalankaki »

I face exactly the same problem. I am monitoring this thread everyday for solution.

my machine is:
Intel i5 760 8Gb RAM
OS Win 7 Ultimate 64bit

Thanks,
Stef
gonebaby
Posts: 4
Joined: 2011-04-14T08:58:02-07:00
Authentication code: 8675308

Re: 6.6.5-7-Q16-windows-x64-static crash Windows Web Server

Post by gonebaby »

magick wrote:This problem popped up when we began compiling ImageMagick with Visual Studio 2010. Does imdisplay work if you just launch imdisplay and use the file menu to identify an image file to display? Can you verify the other ImageMagick utilities work? Launch a Command Prompt window and type:
  • convert logo: logo.png
    identify -verbose logo.png
Do these command complete without complaint?
I have the same problem as the OP. I'm using Windows 7 64 bit.

Both of those commands work fine (assuming my CLI is pointing to C:\Program Files (x86)\ImageMagick-6.6.9-Q8, even though that location is in my Path variable it can't find the image files unless I navigate to that folder).

I can manually open IMDisplay and open any image file (including logo.png).

However, clicking on the image file (in windows explorer for example) and saying "Open with IMDisplay" makes the program crash before opening, every time.
carl_w
Posts: 1
Joined: 2011-06-02T05:46:44-07:00
Authentication code: 8675308

Re: 6.6.5-7-Q16-windows-x64-static crash Windows Web Server

Post by carl_w »

I get the same problem as the OP, too - works fine with no command line filename, works fine as far as it goes with the name of a nonexistant file, i.e. it pops up a file not found dialogue with the correct name and path in it.

This under Win7 32, using the static release named in the topic.

I uninstalled that and tried the DLL version, exactly the same effect.

Also tried variations on the current directory, file/path spec, etc, no change.
Post Reply