Hi,
I recently bought a Canon EOS 40D and now try to work with digikam. As I would like to work with the raw-format which the 40D provides. Therefore I installed all necesary programs as dcraw and ufraw, kipi-plugins, etc. I made some fotos and added them to an album. Until here there is no problem. I can see the raw foto in the middle of the main window and it looks similar to the same jpg foto I made. I can even apply filters, but when I try to convert the raw format to png oder jpg digikam crashes with the following message: Überprüfung der Systemkonfiguration beim Start deaktiviert. Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1246095136 (LWP 4138)] [New Thread -1354388592 (LWP 4164)] [New Thread -1315574896 (LWP 4154)] [New Thread -1249506416 (LWP 4153)] [New Thread -1257899120 (LWP 4152)] 0xb7f86410 in ?? () #0 0xb7f86410 in ?? () #1 0xbfc70598 in ?? () #2 0x00001000 in ?? () #3 0x080622bc in ?? () #4 0xb69f1a4b in __read_nocancel () from /lib/libc.so.6 #5 0xb5bfd773 in _xcb_in_read () from /usr/lib/libxcb.so.1 #6 0xb5bfddc4 in xcb_poll_for_event () from /usr/lib/libxcb.so.1 #7 0xb60083c9 in wait_or_poll_for_event () from /usr/lib/libX11.so.6 #8 0xb60086c7 in process_responses () from /usr/lib/libX11.so.6 #9 0xb6008a4f in _XEventsQueued () from /usr/lib/libX11.so.6 #10 0xb5ff2392 in XPending () from /usr/lib/libX11.so.6 #11 0xb6dbf341 in QEventLoop::processEvents () from /usr/lib/qt3/lib/libqt-mt.so.3 #12 0xb6e274f0 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3 #13 0xb6e27386 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 #14 0xb6e1027f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 #15 0x0804ac5a in main () I must confess I have no idea what's going wrong. I tried several configuration in the digikam setup but it's always the same. I would appreciate every hint which could help me to make digikam convert without crashing. Thanks in advance, Michael _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Michael,
On Sun, 27 Jan 2008, Michael Eschweiler wrote: > Hi, > I recently bought a Canon EOS 40D and now try to work with digikam. As I would > like to work with the raw-format which the 40D provides. Therefore I > installed all necesary programs as dcraw and ufraw, kipi-plugins, etc. I made > some fotos and added them to an album. Until here there is no problem. I can > see the raw foto in the middle of the main window and it looks similar to the > same jpg foto I made. I can even apply filters, but when I try to convert the > raw format to png oder jpg digikam crashes with the following message: > > Überprüfung der Systemkonfiguration beim Start deaktiviert. > > Using host libthread_db library "/lib/libthread_db.so.1". > [Thread debugging using libthread_db enabled] > [New Thread -1246095136 (LWP 4138)] > [New Thread -1354388592 (LWP 4164)] > [New Thread -1315574896 (LWP 4154)] > [New Thread -1249506416 (LWP 4153)] > [New Thread -1257899120 (LWP 4152)] > 0xb7f86410 in ?? () > #0 0xb7f86410 in ?? () > #1 0xbfc70598 in ?? () > #2 0x00001000 in ?? () > #3 0x080622bc in ?? () > #4 0xb69f1a4b in __read_nocancel () from /lib/libc.so.6 > #5 0xb5bfd773 in _xcb_in_read () from /usr/lib/libxcb.so.1 > #6 0xb5bfddc4 in xcb_poll_for_event () from /usr/lib/libxcb.so.1 > #7 0xb60083c9 in wait_or_poll_for_event () from /usr/lib/libX11.so.6 > #8 0xb60086c7 in process_responses () from /usr/lib/libX11.so.6 > #9 0xb6008a4f in _XEventsQueued () from /usr/lib/libX11.so.6 > #10 0xb5ff2392 in XPending () from /usr/lib/libX11.so.6 > #11 0xb6dbf341 in QEventLoop::processEvents () > from /usr/lib/qt3/lib/libqt-mt.so.3 > #12 0xb6e274f0 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3 > #13 0xb6e27386 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 > #14 0xb6e1027f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 > #15 0x0804ac5a in main () This backtrace is not sufficient ... For a proper backtrace is needed to find the source of the problem. This means that you will have to recompile digikam, libkexiv, exiv2, ... and so with debugging enabled. See http://www.digikam.org/?q=contrib under "If you are experiencing crashes with digiKam" and for installation instructions "http://www.digikam.org/?q=download/svn" under "Install digiKam in your Home Directory". > I must confess I have no idea what's going wrong. I tried several > configuration in the digikam setup but it's always the same. I would > appreciate every hint which could help me to make digikam convert > without crashing. Thanks in advance, Michael Which digikam version (and Kipi, KExiv2, Exiv2, KDcraw, Dcraw, ...) do you use (see About/Digikam)? Can you convert raw files using ufraw? Best, Arnd _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi, Arnd,
> This backtrace is not sufficient ... This is what the KDE-crashmanager gave back... (If it helps I could repeat it with backtrace in a "more talkative mood") > For a proper backtrace > is needed to find the source of the problem. This > means that you will have to recompile digikam, libkexiv, exiv2, ... and > so with debugging enabled. > See http://www.digikam.org/?q=contrib under > "If you are experiencing crashes with digiKam" and > for installation instructions "http://www.digikam.org/?q=download/svn" > under "Install digiKam in your Home Directory". Ok, seems to be not that easy... > > Which digikam version (and Kipi, KExiv2, Exiv2, KDcraw, Dcraw, ...) > do you use (see About/Digikam)? digikam: 0.9.3 libkipi: 0.1.5-100.pm.2 libkexiv2: 0.1.6-0.pm.1 libexiv2: 0.15-1.1 libkdcraw2: 0.1.3-2.1 dcraw: 1.353-12 kipi-plugins: 0.1.4-100.pm2 As the kipi-plugins wouldn't install without libdcraw0 I had to install this package too (version 0.1.1-2.1). ufraw is 0.9.120061023-21 > Can you convert raw files using ufraw? Yes, it works. Thanks, Michael _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Sun, 27 Jan 2008, Michael Eschweiler wrote: > Hi, Arnd, > > > This backtrace is not sufficient ... > This is what the KDE-crashmanager gave back... (If it helps I could repeat it > with backtrace in a "more talkative mood") > > > For a proper backtrace > > is needed to find the source of the problem. This > > means that you will have to recompile digikam, libkexiv, exiv2, ... and > > so with debugging enabled. > > See http://www.digikam.org/?q=contrib under > > "If you are experiencing crashes with digiKam" and > > for installation instructions "http://www.digikam.org/?q=download/svn" > > under "Install digiKam in your Home Directory". > Ok, seems to be not that easy... > > > > Which digikam version (and Kipi, KExiv2, Exiv2, KDcraw, Dcraw, ...) > > do you use (see About/Digikam)? > digikam: 0.9.3 > libkipi: 0.1.5-100.pm.2 > libkexiv2: 0.1.6-0.pm.1 > libexiv2: 0.15-1.1 > libkdcraw2: 0.1.3-2.1 > dcraw: 1.353-12 > kipi-plugins: 0.1.4-100.pm2 > As the kipi-plugins wouldn't install without libdcraw0 I had to install this > package too (version 0.1.1-2.1). > ufraw is 0.9.120061023-21 > > > Can you convert raw files using ufraw? > Yes, it works. Hmm. Maybe you could put one raw file on server so that we could download it for testing? (Or send it off-list to Gilles and me) Best, Arnd _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Micheal,
No problem to load your CR2 picture into digiKam image ditor and to convert it to PNG or JPEG. Same for kipi-plugins batch RAW Converter... I suspect a package problem on you computer... libkdcraw 0.1.3 digiKam 0.9.3 kipi-plugins 0.1.4 Gilles Caulier 2008/1/28, Arnd Baecker <[hidden email]>:
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Gilles,
> No problem to load your CR2 picture into digiKam image ditor and to convert > it to PNG or JPEG. Thanks for trying. It seems that I have to wait for wonder (perhaps it comes with the next update...) Michael P.S.: As I have a trial-installation of opensuse 10.3 I tried to convert it with digikam on this installation and it worked. Unfortunately with this installation I have problems with the nvidia-driver which I doesn't have on 10.2. It seems that I have to upgrade anyway... > Same for kipi-plugins batch RAW Converter... > > I suspect a package problem on you computer... > > libkdcraw 0.1.3 > digiKam 0.9.3 > kipi-plugins 0.1.4 > > Gilles Caulier > > 2008/1/28, Arnd Baecker <[hidden email]>: > > On Sun, 27 Jan 2008, Michael Eschweiler wrote: > > > Hi, Arnd, > > > > > > > This backtrace is not sufficient ... > > > > > > This is what the KDE-crashmanager gave back... (If it helps I could > > > > repeat it > > > > > with backtrace in a "more talkative mood") > > > > > > > For a proper backtrace > > > > is needed to find the source of the problem. This > > > > means that you will have to recompile digikam, libkexiv, exiv2, ... > > > > and > > > > > > so with debugging enabled. > > > > See http://www.digikam.org/?q=contrib under > > > > "If you are experiencing crashes with digiKam" and > > > > for installation instructions > > > > "http://www.digikam.org/?q=download/svn" under "Install digiKam in > > > > your Home Directory". > > > > > > Ok, seems to be not that easy... > > > > > > > Which digikam version (and Kipi, KExiv2, Exiv2, KDcraw, Dcraw, ...) > > > > do you use (see About/Digikam)? > > > > > > digikam: 0.9.3 > > > libkipi: 0.1.5-100.pm.2 > > > libkexiv2: 0.1.6-0.pm.1 > > > libexiv2: 0.15-1.1 > > > libkdcraw2: 0.1.3-2.1 > > > dcraw: 1.353-12 > > > kipi-plugins: 0.1.4-100.pm2 > > > As the kipi-plugins wouldn't install without libdcraw0 I had to install > > > > this > > > > > package too (version 0.1.1-2.1). > > > ufraw is 0.9.120061023-21 > > > > > > > Can you convert raw files using ufraw? > > > > > > Yes, it works. > > > > Hmm. Maybe you could put one raw file on server > > so that we could download it for testing? > > (Or send it off-list to Gilles and me) > > > > Best, Arnd > > _______________________________________________ > > Digikam-users mailing list > > [hidden email] > > https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |