Comment 18 for bug 362883

Revision history for this message
Martin Olsson (mnemo) wrote :

There is just one place in the f-spot code that throws that exception:
f-spot-0.5.0.3/src/Cms/Profile.cs: throw new System.Exception ("Invalid Profile Data");

So basically I think one of the JPG files that you're using in your slideshow has a corrupt ICC color profile header.

Can you please run f-spot with the --debug parameter so we can see which specific JPG it's loading when the happens. Also, if you are able to attach that JPG to the bug report that would be great. Thanks.