I ran into this as well after an import of 350 photos off of an iphone 4 into a 
brand new ubuntu install.
sqlite> select count(*) from photos where time < 0;
134

In this case, the photos apparently had a negative time.
update photos set time=0 where time < 0;

fixed it for me.
There were no photos with >maxint.
I may have to put this fix into a shell script.

Thank you for pinpointing the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/636819

Title:
  F-spot error: Value is greater than Int32.MaxValue or less than
  Int32.MinValue

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to