Summary: | Thumbnails not displayed | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | eric.charbonnier69 |
Component: | Albums-TableView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.6.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | 8.7.0 | |
Sentry Crash Report: | |||
Attachments: |
screenshot
debug file |
Description
eric.charbonnier69
2025-05-30 14:57:38 UTC
Run digiKam in DebugView as explained here : https://www.digikam.org/contribute/#windows-host And report the trace in this file. The table view allows you to configure which properties are displayed. You may have removed the thumbnail column. You can add it back by right-clicking on the table header. Maik Created attachment 181903 [details]
screenshot
This is the view
On the debug I have a lot of message "Database is locked" We need the DebugView log. Maik The file is bigger than 4 Mb I can not send it :( Use Cloud webservice as Google Drive for ex... Created attachment 181957 [details]
debug file
Here is th elog file from debugview tool
The excerpt from the log file is too small, send me the 4MB file by email. Maik The first time, I did not see the "Clear Button on Debug Viex. I started again, with Clear just before starting Digikam. I send you another one, where I open, and close digikam Thanks for the log file. Your thumbnail database is corrupted, and it can't really be repaired. Just delete your "/leneuf/home/Drive/PhotoScan/thumbnails-digikam.db" file; it will be rebuilt on the fly. Also check the hard drive where it's stored. I've never personally encountered a corrupted SQL database with this error message: "database disk image is malformed." Maik (In reply to Maik Qualmann from comment #11) > Thanks for the log file. Your thumbnail database is corrupted, and it can't > really be repaired. Just delete your > "/leneuf/home/Drive/PhotoScan/thumbnails-digikam.db" file; it will be > rebuilt on the fly. Also check the hard drive where it's stored. I've never > personally encountered a corrupted SQL database with this error message: > "database disk image is malformed." > > Maik Thanks For your info , the database is on synology serveur and I want to access to it from different locations and computer Br Using SQLite over a network drive isn't a good idea. WAL mode shouldn't be enabled either. Even concurrent read access can corrupt the database on the network drive. You should consider migrating to MySQL. I'm closing this bug now. Maik Ok Thanks for you support |