Program unexpectedly crashes when trying to open .x files

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
codymanix
Posts: 19
Joined: 2008-02-20T20:49:46-07:00

Program unexpectedly crashes when trying to open .x files

Post by codymanix »

I'am using "ImageMagick-6.3.8-Q8".
If Iam trying to open directX model files (*.x) the program apruptly terminates. I do not expect the library to display these files, but it should not crash.

This is the line where inside it crashes, I couldn't go in deeper as I do not have the source code:

MagickLib::Image* img = MagickLib::ReadImage(OptionPtr->pImageInfo, &e);
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Program unexpectedly crashes when trying to open .x files

Post by magick »

Post a URL to your image. We need to download it and reproduce the crash. If we can, we should have a patch within a day or two.
codymanix
Posts: 19
Joined: 2008-02-20T20:49:46-07:00

Re: Program unexpectedly crashes when trying to open .x files

Post by codymanix »

I fear the problem occures with nearly all files of that type.
I you want a sample file, could I sent it to you via E-Mail because I don't know where to upload it?
codymanix
Posts: 19
Joined: 2008-02-20T20:49:46-07:00

Re: Program unexpectedly crashes when trying to open .x files

Post by codymanix »

I finally found the password to my webspace and uploaded samplefiles to demonstrate the bug.
The problem indeed seem to occur with *all* binary .x-files.

http://www.deutronium.de.vu/xkgp.x
http://www.deutronium.de.vu/amoody_ship_3.x
Post Reply