After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312963 - Crashes opening .psd file
Crashes opening .psd file
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other Windows
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-09 02:48 UTC by jstrachman
Modified: 2008-01-15 12:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
psd file that causes the crash (128.04 KB, application/octet-stream)
2005-08-09 02:49 UTC, jstrachman
Details

Description jstrachman 2005-08-09 02:48:37 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.
Comment 1 jstrachman 2005-08-09 02:49:27 UTC
Created attachment 50429 [details]
psd file that causes the crash
Comment 2 Manish Singh 2005-08-09 05:30:13 UTC
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.