fire-eggs / DarkThumbs

Adds thumbnail preview to Windows Explorer for EPUB, FB2, DJVU and Kindle ebooks; 7Z, CB7, CBZ, CBR, RAR and ZIP archives.
441 stars 24 forks source link

[Question] New Installation #93

Open 03302024 opened 2 days ago

03302024 commented 2 days ago

I installed version 2.0 on Window 11 23H2. I setup the options as the image on home page. I don't see any thumbnails at all.

Is there any dependencies missing on my computer? or any other thoughts you might have?

fire-eggs commented 1 day ago

Windows keeps a cache of thumbnails, and this cache needs to be wiped in order for new thumbnails to appear. The cache includes the various "blank" thumbnails which Windows is showing.

The "Disk Cleanup" tool [which is part of Windows] is the best way to wipe the cache.

image

Once run, when you next view your Explorer pane in Medium / Large / Extra Large icon mode, you should see the new thumbnails get generated. Note that "Small icons" mode doesn't give you the thumbnails.

As far as I know, Microsoft doesn't make it possible for a program like DarkThumbs to force a cache wipe, to my frustration.

Hope that helps!

03302024 commented 1 day ago

Thank you for the explanations. Sorry to say still not working for me.

I downloaded two sample files from here: https://filesamples.com/formats/djvu "sample2.djvu" doesn't show any thumbnails "sample1.djvu" causes repeated Windows Explorer crash (be warned)

Sample file from here also causes repeated Windows Explorer crash (be warned) https://commons.m.wikimedia.org/wiki/File:Example.djvu

fire-eggs commented 1 day ago

I'm very sorry to hear that! I'll check out the links you provided. I don't have a large library of djvu files, so they'll be helpful.

My own recent testing was only on Windows 10, I'll spin up a Windows 11 test environment and check that too.

03302024 commented 1 day ago

Thank you for looking into this.

fire-eggs commented 1 day ago

I tried DarkThumbs 2.0 with Windows 11 23H2, and the three files you linked to, and here's what I got:

image

So, sorry to say, it works fine for me [at least with the DarkThumbs settings I show]. Both of the "FileSamples" files worked fine. "Sorry to say" because it doesn't fix it for you.

"File_Example.djvu" can't be read by DarkThumbs, nor can it be read by the "DjView" program [which uses the DJVU library used by DarkThumbs]. So I'll have to report that to the DjVuLibre library maintainers.

My thanks for trying DarkThumbs and trying to diagnose the situation!

fire-eggs commented 1 day ago

You might want to check to see if the "Microsoft Visual C++ 2015-2019 Redistributable (x64)" is installed on your system. Here is a screen cap from the "Add or Remove Programs" display on my system:

image

Note you'll want the "x64" version, not the "x86" version.

https://aka.ms/vs/17/release/vc_redist.x64.exe

https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

03302024 commented 1 day ago

Yes, I have that installed.

Thanks for the efforts. I guess I will check the app out again when DJVU engin is updated.