-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Win32 Icons #19138
Comments
@davidegiacometti , @jaimecbernardo |
From my investigation the issue isn't really related to the cache, but to the code used to retrieve thumbnails, mostly when executed in parallel (cache). |
@davidegiacometti |
From my test it happens during startup, when images are preloaded from cache in parallel, but not at every run. |
I think this is related to having the items in cache, since it seems never replicate at first time after deleting |
@jaimecbernardo it looks related to fetching thumbnails in parallel that of course happens when preloading images from the cache. |
@davidegiacometti @htcfreek I can't repro this? Can you ? We did some changes in the meantime related to thumbnails logic, so it might affected this one too. /needinfo |
I coudn't repro what you were seeing , but I found the cause of not getting notepad.exe icon properly : #31170 |
This has been worked on during the 0.79.0 release cycle. |
Microsoft PowerToys version
0.60 dev
Running as admin
Area(s) with issue?
PowerToys Run
Steps to reproduce
Originally posted: #19036 (comment)
Xref #7456
Sometimes icons for Win32 programs failed to load.
✔️ Expected Behavior
Icons should be displayed
❌ Actual Behavior
Icons are missing
Other Software
No response
The text was updated successfully, but these errors were encountered: