Winstep

Software Technologies


 Winstep Forums


Print view
Board index : Winstep Forums : General Discussion  [ 24 posts ] Go to page Previous  1, 2
Author Message
 Post subject: Re: universal apps icons
PostPosted: Tue May 20, 2025 12:35 am 
Offline
Global Moderator
Global Moderator

Joined: Sat Apr 07, 2018 7:19 pm
Posts: 2690
Location: Here, there, and everywhere
Sure thing MS Devs would love to forget about 32 bit apps altogether. They'd also like to forget about using Windows altogether - most development has been carried out in Ubuntu Linux for years. Hence WSL and WSL 2 - although far less stable than a VM. Been there, done that, got the T-shirt and all that. :P

_________________
nexter - so, what's next?

Just a volunteer Moderator, not connected to or affiliated with Winstep Software Technologies, and not an official part of customer service though I do try to help when and where I can if my scarce time permits


Back to top
 Profile  
 
 Post subject: Re: universal apps icons
PostPosted: Tue May 20, 2025 1:44 am 
Offline
Site Admin
Site Admin
User avatar

Joined: Thu Feb 26, 2004 8:30 pm
Posts: 12281
Hmmm, one thing is giving me hope Microsoft might end up fixing this instead of sweeping it under the rug: some of the shortcuts to UWP apps I dropped onto the Windows Desktop are now also displaying the white paper icon.

So, this issue seems to affect Windows itself too.

The problem still remains: how long will it take Microsoft to fix this (if ever) ?

Another clue this might be mainly a 32 bit vs 64 bit issue (or perhaps a permissions issue?): if I show the Windows Desktop in a NextSTART menu and then right click the "Notepad" shortcut and select Properties, the Properties dialog (which belongs to and is generated by Windows) for this shortcut also displays a blank page icon. HOWEVER, if I right click the same Notepad shortcut on the Windows Desktop itself and select Properties, the icon for Notepad is now displayed correctly on the dialog! So, same dialog, different behaviors.

I REALLY hate this because it is wasting my time and distracting me from finishing the next release. MS keeps breaking stuff left, right and center, they can't get one right, OMG!!!! :twisted:

_________________
Jorge Coelho
Winstep Xtreme - Xtreme Power!
http://www.winstep.net - Winstep Software Technologies


Back to top
 Profile WWW 
 
 Post subject: Re: universal apps icons
PostPosted: Tue May 20, 2025 8:23 pm 
Offline
Global Moderator
Global Moderator

Joined: Sat Apr 07, 2018 7:19 pm
Posts: 2690
Location: Here, there, and everywhere
Definitely not what you need, all this distraction and hassle Jorge. I'm inclined to think that ever since Gates retired and devoted himself to very worthy causes the whole organisation has gone to pot and couldn't organise a piss-up (booze-up) in a brewery, as the saying goes. ;)

_________________
nexter - so, what's next?

Just a volunteer Moderator, not connected to or affiliated with Winstep Software Technologies, and not an official part of customer service though I do try to help when and where I can if my scarce time permits


Back to top
 Profile  
 
 Post subject: Re: universal apps icons
PostPosted: Sun May 25, 2025 7:39 pm 
Offline
Site Admin
Site Admin
User avatar

Joined: Thu Feb 26, 2004 8:30 pm
Posts: 12281
Got what *could* be good news from a Winstep user: he is running 23H2 on one PC and 24H2 on another.

Both PCs were exhibiting the blank UWP icons problem (24H2 since the KB5055627 preview in April and/or KB5058411 in May 14th) but after installing the May 13th KB5058405 update on his Windows 11 23H2 machine the UWP icons went back to normal. His 24H2 machine is still displaying the blank icons, of course.

So, it's possible Microsoft has already fixed the problem and the fix will be part of the next update (one can always hope).

_________________
Jorge Coelho
Winstep Xtreme - Xtreme Power!
http://www.winstep.net - Winstep Software Technologies


Back to top
 Profile WWW 
 
 Post subject: Re: universal apps icons
PostPosted: Tue May 27, 2025 1:19 am 
Offline
Global Moderator
Global Moderator

Joined: Sat Apr 07, 2018 7:19 pm
Posts: 2690
Location: Here, there, and everywhere
winstep wrote:
Got what *could* be good news from a Winstep user: he is running 23H2 on one PC and 24H2 on another.

Both PCs were exhibiting the blank UWP icons problem (24H2 since the KB5055627 preview in April and/or KB5058411 in May 14th) but after installing the May 13th KB5058405 update on his Windows 11 23H2 machine the UWP icons went back to normal. His 24H2 machine is still displaying the blank icons, of course.

So, it's possible Microsoft has already fixed the problem and the fix will be part of the next update (one can always hope).

If I were using Win 11 I wouldn't hold my breath... :(

Oh, and f**k off GPT Bot! :twisted:

_________________
nexter - so, what's next?

Just a volunteer Moderator, not connected to or affiliated with Winstep Software Technologies, and not an official part of customer service though I do try to help when and where I can if my scarce time permits


Back to top
 Profile  
 
 Post subject: Re: universal apps icons
PostPosted: Thu Jun 12, 2025 2:34 am 
Offline
Site Admin
Site Admin
User avatar

Joined: Thu Feb 26, 2004 8:30 pm
Posts: 12281
Ok, so another patch Tuesday has come and gone, latest Windows update installed, icons for UWP apps are still showing blank pieces of paper.

Haven't tried resetting the Windows icon cache yet.

Anyone else?

_________________
Jorge Coelho
Winstep Xtreme - Xtreme Power!
http://www.winstep.net - Winstep Software Technologies


Back to top
 Profile WWW 
 
 Post subject: Re: universal apps icons
PostPosted: Thu Jun 12, 2025 6:23 am 
Offline

Joined: Thu Jun 12, 2025 6:05 am
Posts: 1
I have the same problem.
Today upgrade nexus to last version hoping to resolve but "Apps" form remain blank. :shock:

I have win11 upgraded to last version.


Back to top
 Profile  
 
 Post subject: Re: universal apps icons
PostPosted: Thu Jun 12, 2025 7:18 am 
Offline
Site Admin
Site Admin
User avatar

Joined: Thu Feb 26, 2004 8:30 pm
Posts: 12281
...and IT'S FIXED!!!!

Microsoft changed something that no longer allows to get the UWP icons as ICO files (in truth they were never icons but bitmaps, however this worked perfectly fine before).

So, the IShellItemImageFactory.GetImage call I was using to get the icon of a UWP app specified the SIIGBF_ICONONLY flag, which worked fine before (although what was returned was actually a bitmap with an alpha channel) but now it no longer works. Removing that flag fixed the issue!

The changes Microsoft made also prevent SHGetFileInfo from returning the icon of a UWP app as an ICO, something that worked fine before.

So, unfortunately this fix will only be part of the next release, you guys will have to be a bit patient until then. I'll see if I can put out a beta or an alpha before, so stay tuned to the What's next after v25.2 thread (NOTE: the private beta currently posted there does not include this fix)

_________________
Jorge Coelho
Winstep Xtreme - Xtreme Power!
http://www.winstep.net - Winstep Software Technologies


Back to top
 Profile WWW 
 
 Post subject: Re: universal apps icons
PostPosted: Fri Jun 13, 2025 1:45 am 
Offline
Site Admin
Site Admin
User avatar

Joined: Thu Feb 26, 2004 8:30 pm
Posts: 12281
I've released private betas for Nexus Ultimate and Winstep Xtreme that fix the blank UWP app icon issue. Links to download this betas HERE.

WARNING: These are updates and MUST be installed ON TOP of an EXISTING Nexus Ultimate v25.2 or Winstep Xtreme v25.2 (or later) installation. Please make sure before installing that your license keys will still work with the new betas.

_________________
Jorge Coelho
Winstep Xtreme - Xtreme Power!
http://www.winstep.net - Winstep Software Technologies


Back to top
 Profile WWW 
 
Post new topic Reply to topic Board index : Winstep Forums : General Discussion  [ 24 posts ] Go to page Previous  1, 2
Display posts from previous:  Sort by  

Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: