The Thumbnails are not displayed Windows 11 *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Please remove this comment after reading and before submitting - thanks! *** SUMMARY STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: 11 ADDITIONAL INFORMATION
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