Photoshop 2026 crashes opening png files created in Creo 8
When using Adobe Photoshop 2026 any Version of 27.x up through the latest 27.10 we cannot open .png files that were created by our engineers using Creo 8. As soon as you open them Photoshop crashes to the desktop. We have hundreds of these files saved on a network file share from the past 6 or 7 years.
If we open the file in another tool like MS Paint and save it as a .tiff or other file type it will open in the new version. If we save the same file as a .png file inside photoshop 2026 it will then work fine moving forward. We won’t be able to upgrade to a newer version of Creo and Windchill yet so we either have to open all of these files in another tool and resave them or we can open them in Photoshop 2025 Version 26.XX with no issues.
We have ruled out all graphics card issues by disabling the GPU and using onboard graphics, also disabling it in photoshop as well. We checked all the system files and C++ redistributable files and repaired all of that and ran a full system filescan. Event viewer just shows photoshop.exe as the crashed system app. and reports a generic issue with ntdll.dll.
I found that the issue may be with the PNG file structure. Here is how creo 8 saves these data blocks as a png.
- Dimensions: 1732 × 2048
- Format: 8-bit RGBA with transparency
- Uncompressed memory requirement: about 14 MB
- All PNG chunk CRC checks pass
- The compressed image stream decompresses to exactly the expected size
- No embedded ICC profile, EXIF, text, or suspicious metadata
- No trailing or malformed data
- ImageMagick, MS Paint, MS Photo Viewer and Photoshop Elements fully decode it successfully
The one unusual characteristic is that the compressed image is divided into approximately 150 small IDAT chunks, mostly 4 KB each. This is legal PNG formatting, but it could expose a bug in a particular Photoshop PNG decoder, plugin, or older Photoshop version. The final image-data chunk is only six bytes long—also legal, but slightly unusual.
Therefore, the most likely causes are:
- A Photoshop PNG-decoder bug triggered by the unusually fragmented IDAT stream.
- A damaged Photoshop preference/cache file.
- A third-party file-format plugin interfering with Photoshop’s built-in PNG support.
- GPU acceleration or graphics-driver instability during creation of the transparent document canvas.
- A problem specific to the installed Photoshop version rather than general PNG corruption.
