GNOME Bugzilla – Bug 312963
Crashes opening .psd file
Last modified: 2008-01-15 12:58:40 UTC
Distribution/Version: XP I have attached the offending file. This file was not created using Photoshop, but was instead created by a utility called "RawToPsd" (which is used to convert Dungeon Siege .raw format files into .psd format). I have used these converted .psd files in Photoshop in the past, so I know that Photoshop should be able to read them. Any attempt to open this file using the gimp will result in a crash in psd.exe.
Created attachment 50429 [details] psd file that causes the crash
RawToPsd is probably generating a file that's not up to spec, but we can handle it gracefully anyway. Fix committed to both branches: 2005-08-08 Manish Singh <yosh@gimp.org> * plug-ins/common/psd.c: Generate valid names for aux channels that do not have names defined. Fixes bug #312963.