View Single Post
Old 04-21-2016, 10:53 AM   #14
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,240
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I dont recall ever seeing a report for this particular issue in calibre, only one where simply opening the File dialog causes a crash.

I'd guess this is almost certainly caused by a shell extension incompatibility. Windows has this crazy design where shell extensions are arbitrary executable code that is injected into any process that uses a windows standard file dialog. Common cause of incompatibility is when the shell extension uses a DLL that the host application also uses, but in an incompatible version.

You can investigate which extension is causing the problem relatively painlessly by using the technique described in the last bullet point here: https://manual.calibre-ebook.com/faq...s-occasionally
kovidgoyal is offline   Reply With Quote