https://bugs.kde.org/show_bug.cgi?id=415489
--- Comment #14 from Maik Qualmann <metzping...@gmail.com> --- The log should have been created automatically. There is another option with the debugger, but it is a little more difficult, let's see if you can do it. Start the CMD.exe and execute the following commands: cd "C:\Program Files\digiKam" gdb digikam (gdb) r <=== type "r" + enter for run digikam .... output from digikam...crash... (gdb) bt <=== type "bt" + enter for the backtrace .... post this messages (gdb) q <=== type "q" + enter for quit Maik -- You are receiving this mail because: You are watching all bug changes.