Question about thumbnails
-
@rich o brien said:
@helnbak
those are options related to Mystic Thumbs and not part of the Windows OS
Yeah, I knew it was Mystic Thumbs, just thought I would throw it out there FWIW
-
oh, gotcha. I have regular non-mystic thumbs. Boring, but they've served me well
-
Here's another possible clue. If in the file menu, I click "show all files" instead of just "skp" files, the few backup files ("skB),show their thumbnails. So the SKB files have thumbnails, but the regular SKP do not. That seems weird.
-
One more thing- I've noticed that the same issue applies to PDF files on my computer. I used to see thumbnails of those files, now I just see a big "PDF" logo. I imagine this must be some Windows or Explorer setting. Anyone familiar with the behind-the-scenes workings to give me a heads up?
-
What exact OS are you on? What bit? I take it 64bit... Is it an upgrade or a full install. If you're having issues with seeing thumbnails on multiple programs I would say it's not SU related. Have you tried running windows installer again and giving windows a fresh start on system files?
When is the last time you saw thumbnails? was it recently? what have you installed in the meantime?
-
On a 64bit PC with SketchUp v2015 Pro the Registry entry:
HKEY_CLASSES_ROOT\.skp\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
Should have the Default value of:
{A86C8053-587B-4dfb-A5E2-54E9803E4463}
Which in turn is a reference to SketchUp'sThumbsUp.dll
[the one in the Layout folder, NOT the SketchUp folder!]...
You can copy that 'value' in full from the .skb entry !
I found on mine it was set incorrectly.
I changed it as set uout above and now the thumbnails appear for SKP files...
Edit the Registry with Run >regedit
at your own risk !!! -
Tig, yours was set incorrectly during factory install? Or it just happened somehow?
-
@krisidious said:
Tig, yours was set incorrectly during factory install? Or it just happened somehow?
It was just wrong 'somehow'.
I did NOT initially get any thumbnails in v2015 64bit, but that Registry tweak fixed it.
Obviously, I had not previously been getting thumbnails in 32bit v2014 on the 64 bit PC as they are not compatible...
If I recall that Registry entry was either not set up with any 'value', or perhaps it was referring to a wrong 'value' - I can't recall - anyway, it now works !
It's odd that the ThumbsUp.dll path that is referred to in the convolutions of the Registry is to the one in the Layout folder rather than then one in the SketchUp folder - but I see it's the same in v2014 too...
What values do you get for that Registry entry?
I think they are common across 64bt PCs... -
But, I bet you were Beta huh? you could have had an old install of 2015 put something funky in.
I'll check mine.
Currently, I have large thumbs for any newly saved files, but all small thumbs for older files. Need a batch program to update all the thumbs.
-
2015M1 is out in the download area - a poor-do by Trimble who have failed to announce it for three days !
Does yourSketchUp.ShellExtension
point to the logicalThumbsUp.dll
or the Layout one ?
UnderCLSID
? -
logical ThumbsUp.dll it's value is {A86C8053-587B-4DFB-A5E2-54E9803E4463}
-
That is the "illogical" dll !
If you do a find based on that string, it takes you to a Layout path !
There are two of these dll files supplied with a SketchUp installion, one in the Layout folder and another in the SketchUp folder.
One might have thought that the SketchUp folder one would be referred to regarding SketchUp's SKP thumbnail display, and not the Layout one - although they do appear to be identical !
This odd path is set up like this in v2015 and v2014 !
The string '\ThumbsUp.dll' only ever appears in conjunction with a 'Layout' path, AND it is linked back to SKP etc...
It never appears connected to SketchUp directly ! -
Mine is set correctly and I got it the day it was released. I don't recall any updates as of yet. I'm on Win 7 Ultimate 64bit.
-
Sorry Tig... I messed up that screenshot somehow. look again. I fixed it.
CLSID has a default value of {A86C8053-587B-4DFB-A5E2-54E9803E4463}
be it logical or not I have no idea. I do have thumbnails in Explorer, SU Import and SU Open/Saveas though.
-
That
{A86C8053-587B-4DFB-A5E2-54E9803E4463}
refers to the../Layout/ThumbsUp.dll
, which seems illogical as it's setting up a SketchUp SKP thumbnail AND there is a../SketchUp/ThumbsUp.dll
It works but it makes no sense ! -
Forgive me if I'm wrong, but Layout in 64 bit had thumbnails in 2014 and 2013 didn't it? i can't check it now that 2015 is in. Could they have routed them to fix the issue? I downloaded the update, I'll check it again after I install.
-
Trimble supply copies of the ThumbsUp.dll in both the Layout AND SketchUp folder, but the Registry only ever refers to the Layout folder version - but it's not just for
.layout
file type:
HKEY_CLASSES_ROOT\.layout\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
But also for SketchUp.skp
files too:
HKEY_CLASSES_ROOT\.skp\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}
Since it all works it's not so critical, but it just begs the question why it is set up like this ???
Changing the path to look in the SketchUp folder fails to make thumbnails, but the Layout folder version works fine. Both dll files are identical in their code !
-
Thanks guys, and though I have no real idea what the previous few posts are all about, I was able to confirm that my settings "{A86C8053-587B-4DFB-A5E2-54E9803E4463}" are correct. Which is a bummer, as I still have no thumbnails. But thanks again for the effort.
Michael -
You can try to rebuild your Windows icon cache (in Vista, Win7, Win8) - worked for me with missing icons in the start menu (Win7):
-
Close and save anything that you are working on. This command will kill explorer and restart the computer when completed.
-
Open the command prompt (cmd)
-
In the command prompt, Copy and paste each command line below exactly as is one at a time and press enter after each command.
WARNING: The last command will restart the computer, so be sure to close and save anything that you are working on first.
ie4uinit.exe -ClearIconCache taskkill /IM explorer.exe /F DEL "%localappdata%\IconCache.db" /A shutdown /r /f /t 00
- The IconCache.db file has now been rebuilt.
-
Advertisement