Program unexpectedly crashes when trying to open .x files
Posted: 2008-02-20T20:51:50-07:00
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);
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);