Resolve an issue with Icaros not thumbnailing a specific filetype #68
Replies: 2 comments 2 replies
-
Hi sanitysama, Thank you so much for sharing your solution! Problematic registry permissions is definitely one of the most common reasons why Icaros doesn't work on One question, after fixing the permissions in Regedit, are you not required to re-enable Icaros to create the shellex keys? |
Beta Was this translation helpful? Give feedback.
-
This help me greatly in fixing my issue but if your case differ slightly like me I suggest running around the same steps: opening regedit as SYSTEM, setting up .webm permissions exactly the same as .mkv if unsure and then applying the icaros refresh as described. |
Beta Was this translation helpful? Give feedback.
-
I've had an issue where Icaros wasn't thumbnailing .webm files for a very long time. It was difficult to troubleshoot, I checked a wide variety of system activities to no avail until discovering the solution today, so I came to share what I did to fix the problem to try to save others the struggle of figuring out why a specific file type is not thumbnailing. This is a rare and strange issue. I am only sharing this here because Icaros is the only program I have or know of that can thumbnail the WEBM filetype.
This issue was not the fault of a programming error in Icaros, and Icaros did not cause the issue. My best guess is my registry got a little corrupted when my PC shut off unexpectedly many months ago. I noticed file associations with video files, mp4 mkv were screwed up after that point. I was being prompted which program to open them with over and over. I reset those file associations with MPC-HC and all has been working fine ever since, but I did not get WEBM thumbnailing again until today.
No changes of settings in Icaros fixed the problem. Reinstalling Icaros also had no effect. Rebuilding cache didn't help either. The problem came from somewhere else.
I checked the registry for problems and it turns out
HKEY_CLASSES_ROOT\.webm\ShellEx
was inaccessible, perhaps due to corruption.I receive the following error attempting to access this registry key
[Window Title] Error Opening Key [Content] ShellEx cannot be opened. An error is preventing this key from being opened. Details: Access is denied. [OK]
This is not normal.C:\Windows\System32
cmd
and press CTRL+SHIFT+ENTERpsexec -i -d -s c:\windows\regedit.exe
If you close and reopen Registry Editor, you'll see some new keys got created in the folder you just fixed the permissions for.
tl;dr: The issue was keys could not be created in the Windows Registry under the ShellEx folder for the specific file type as the permissions were corrupt, preventing normal functionality of Icaros.
Beta Was this translation helpful? Give feedback.
All reactions