Summary: | Digikam displays no images: "unable to create io-slave" (OS X) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jan Gosmann <jan> |
Component: | Database-Albums | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.8.0 | ||
Target Milestone: | --- | ||
Platform: | MacPorts | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | 5.7.0 | |
Sentry Crash Report: |
Description
Jan Gosmann
2011-02-20 16:48:34 UTC
Please not that there were posted some logs in the original report in the MacPorts bug tracker. I got Digikam to start on my computer again and can therefore also provide a log: GLaDOS:~> /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in use, all queries will cease to work. 2011-03-03 14:40:43.130 digikam[1449:903] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle Time elapsed: 81 ms Model: Time elapsed: 144 ms TextureColorizer: Time elapsed: 37 ms Time elapsed: 19 ms Model: Time elapsed: 56 ms Time elapsed: 13 ms Model: Time elapsed: 46 ms Time elapsed: 13 ms Model: Time elapsed: 44 ms Time elapsed: 13 ms Model: Time elapsed: 44 ms digikam(1449)/digikam (core) Digikam::StateSavingObjectPriv::getGroupFromObjectName: Object name for Digikam::ImagePropertiesSideBarDB(0x127b9cc20) is empty. Returning the default config group digikam(1449)/digikam (core) Digikam::StateSavingObjectPriv::getGroupFromObjectName: Object name for Digikam::ImagePropertiesSideBarDB(0x1285a7bd0) is empty. Returning the default config group digikam(1449): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamdates'. " digikam(1449)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: Failed to list dates digikam(1449): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamsearch'. " digikam(1449)/digikam (core) Digikam::ImageInfoJob::slotResult: Failed to list url: "Could not start process Unable to create io-slave: klauncher said: Error loading 'kio_digikamsearch'. ." digikam(1449): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamalbums'. " digikam(1449)/digikam (core) Digikam::ImageAlbumModel::slotResult: Failed to list url: "Could not start process Unable to create io-slave: klauncher said: Error loading 'kio_digikamalbums'. Can yo start Kate editor, or Dolphin file manager whithout problem ? Gilles Caulier Yes, Kate and Dolphin work - as far as I tested them - without any problems. At least they show folders and files. With kdelibs 4.6.1 the images are shown again. :) Thanks Jan, Do you have tried 2.0.0 source code from git repository ? Gilles Caulier No, I just tried 1.9.0 until now. Now I tried to compile the source code from the git repository, but that failed. I filed a new ticket: https://bugs.kde.org/show_bug.cgi?id=268668 This problem is releavant of digiKam KIO Slaves and all of these have been dropped in favor of a multi-threaded interface to query the database. |