Summary: | Crash when importing photos via MTP | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Tom Vincent <kde> |
Component: | Import-Gphoto2 | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 4.10.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | http://commits.kde.org/digikam/ad8538938371ec4152450c661b1857f8441e3af8 | Version Fixed In: | 4.12.0 |
Sentry Crash Report: |
Description
Tom Vincent
2015-06-17 09:52:06 UTC
Which OSX did you use ? Do you have video files on your camera ? Gilles Caulier OS X Yosemite 10.10.3. Yes, there are videos on the device. Ok. To test, can you import files from camera without to have video files (typically images only as JPEG and RAW). For video files, there are bugs in Exiv2 0.24 library which crash digiKam. We have a lots of reports about. Exiv2 0.25 is not yet released. This version will fix these problems. Gilles Caulier Tom, I build digiKam 4.11.0 PKG installer for Yosemite, including new Exiv2 0.25 : http://download.kde.org/stable/digikam/digikam-4.11.0-Yosemite.pkg.mirrorlist Please test and give us feedback. We have also a patch for another problem relevant of ImportTool view init, but it will be included to next 4.12.0 release. Gilles Caulier Git commit ad8538938371ec4152450c661b1857f8441e3af8 by Maik Qualmann. Committed on 19/06/2015 at 21:01. Pushed by mqualmann into branch 'master'. fixes the model initialisation from the icon view and thumb bar of the import window Related: bug 339008 FIXED-IN: 4.12.0 M +3 -1 NEWS M +1 -7 utilities/importui/main/importui.cpp M +7 -3 utilities/importui/views/importiconview.cpp M +0 -2 utilities/importui/views/importiconview.h M +11 -20 utilities/importui/views/importstackedview.cpp M +0 -1 utilities/importui/views/importstackedview.h M +3 -12 utilities/importui/views/importview.cpp M +1 -1 utilities/importui/views/importview.h http://commits.kde.org/digikam/ad8538938371ec4152450c661b1857f8441e3af8 Git commit 0d4dca4094dab6930c66dc22adc6b2d31bcbe038 by Gilles Caulier. Committed on 20/06/2015 at 15:52. Pushed by cgilles into branch 'frameworks'. backport commit #ad8538938371ec4152450c661b1857f8441e3af8 from git/master to frameworks branch Related: bug 339008 M +1 -7 utilities/importui/main/importui.cpp M +7 -3 utilities/importui/views/importiconview.cpp M +0 -2 utilities/importui/views/importiconview.h M +11 -18 utilities/importui/views/importstackedview.cpp M +0 -1 utilities/importui/views/importstackedview.h M +8 -14 utilities/importui/views/importview.cpp M +3 -2 utilities/importui/views/importview.h http://commits.kde.org/digikam/0d4dca4094dab6930c66dc22adc6b2d31bcbe038 |