Appcrash on Windows 7 64-bit

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
mrdo
Posts: 21
Joined: 2012-05-31T02:53:08-07:00
Authentication code: 13

Appcrash on Windows 7 64-bit

Post by mrdo »

hi there,

i'm getting an APPCRASH / Imagemagick studio library and utility programs has stopped working error on windows 7 64-bit.

i'm converting TIF files via the stream command. the files themselves work fine on my windows 7 64-bit desktop but not on another machine.

i've given the convert and stream executables admin privileges and i get the same error whether i run them in compatibility mode or not.

if i dismiss the error window, the process continues just fine and i get the output as expected.

the error seems to occur when i'm calling stream.exe to convert an rgb file to a jpg.

any ideas ?

thanks in advance.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Appcrash on Windows 7 64-bit

Post by magick »

Post a URL to your image and the command-line you used. We need download your image and reproduce the problem before we can offer an solution.
mrdo
Posts: 21
Joined: 2012-05-31T02:53:08-07:00
Authentication code: 13

Re: Appcrash on Windows 7 64-bit

Post by mrdo »

hi there,

here's the command that i'm using :

C:\PROGRA~1\IMAGEM~1.9-Q\stream.exe -map rgb -storage-type char -extract 4200x5880+0+0 "C:\CDA_Previews\DEMO\16_26-_19_log_LOG_COMP_233938443.tif[0]" "C:\CDA_Previews\DEMO\16_26-_19_log_LOG_COMP_233938443.rgb"

is there any way that i send or transfer the file direct to you - i don't want to post the image on a public server.

thanks for your assistance
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Appcrash on Windows 7 64-bit

Post by magick »

The problem may be image specific. Try the following:
  • convert logo: -resize 6000x6000! logo.tif
    stream -map rgb -storage-type char -extract 4200x5880+0+0 logo.tif logo.rgb
Send an e-mail to bugs @ imagemagick.org with a URL so we can privately download your image. We will use your image only for the purpose of identifying this problem and then promptly delete it.
mrdo
Posts: 21
Joined: 2012-05-31T02:53:08-07:00
Authentication code: 13

Re: Appcrash on Windows 7 64-bit

Post by mrdo »

unfortunately, i couldn't get to the bottom of the issue so i've had to turn off error reporting on that machine completely to allow the process to complete.

thanks for your assistance.
Post Reply