Various MS Store Issues, please help :P

Messages
31
Reaction score
1
Editing a Windows 10 22H2 ISO on Windows 25H2, preset & screenshots of my issues attached.

I'm getting a lot of issues with Microsoft Store with this preset I've been playing around with, any help is appreciated. Microsoft Store will not download a bunch of apps, some of them even greyed out completely, as well as pretty consistent stack-based buffer overrun errors. Certain apps like Minecraft for Windows in the 2nd screenshot will start downloading then end up on that eternally, presumably because the gaming components wont download in the first place? I don't even know man, if this has some really easy fix that I just didn't get I'm gonna cry, I turned on modern app/ms store compatibility and did my due diligence in researching what other components/services it might need.
 

Attachments

If I had to guess, you may need to restore two components:
Code:
                <c>componentpackagesupport 'Component Package Support'</c>
                <c>location 'Location Service'</c>

And don't disable Delivery Optimization if you use the Store App:
Code:
                                <Tweak name="DeliveryOptimization\DODownloadMode">100</Tweak>
 
If I had to guess, you may need to restore two components:
Code:
                <c>componentpackagesupport 'Component Package Support'</c>
                <c>location 'Location Service'</c>

And don't disable Delivery Optimization if you use the Store App:
Code:
                                <Tweak name="DeliveryOptimization\DODownloadMode">100</Tweak>
Thanks a bunch, garlin, but this unfortunately did not work, I still have the same issues as before.
 
The Service Stack compatibility is disabled, that is needed for Windows component configuration for removals not to break anything update-wise.

So keeping the entire preset the same, if you see any issues with that kept enabled, let me know.
I do share the concern about "Delivery Optimization", it is known to block WU if disabled.
 
Last edited:
The Service Stack compatibility is disabled, that is needed for Windows component configuration for removals not to break anything update-wise.

So keeping the entire preset the same, if you see any issues with that kept enabled, let me know.
I do share the concern about "Delivery Optimization", it is known to block WU if disabled.
Thank you!! This fixed most of my issues with MS Store, aside from the stack-based buffer overrun errors. I see another issue now that I've fixed the main ones that disallows me from signing into the Xbox app or Minecraft (via xbox, obviously), it opens up the sign-in prompt for a split second then closes itself.
 
I see another issue now that I've fixed the main ones that disallows me from signing into the Xbox app or Minecraft (via xbox, obviously), it opens up the sign-in prompt for a split second then closes itself.
Fixed by re-enabling the Email and accounts component, I'm just really stupid and forgot that this is necessary LMAO
 
Thank you, added both to Store compatibility.
Will have to test that Shared Experiences finding, for now being careful and added it.

The Email and accounts was part of it before, then in Win11 not needed, might be Win10 only or a certain combination...anyway, will retest that as well, but since that component was part of the compatibility already before, and it makes sense, it is a valid entry.

Let us know (or open a new topic) if you find anything else, appreciated.
 
Back
Top