Nejčastěji odpovídající uživatel
Store app does not start

Dotaz
-
I keep seeing this in the logs. Any ideas?
Log Name: Microsoft-Windows-TWinUI/Operational
Source: Microsoft-Windows-Immersive-Shell
Description:
Activation of the app winstore_cw5n1h2txyewy!Windows.Store for the Windows.Launch contract failed with error: The system cannot find the file specified..
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Immersive-Shell" Guid="{315A8872-923E-4EA2-9889-33CD4754BF64}" />
<EventID>5961</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>5961</Task>
<Opcode>0</Opcode>
<Keywords>0x4000000000000000</Keywords>
<TimeCreated SystemTime="2012-08-25T20:24:20.136403700Z" />
<EventRecordID>751</EventRecordID>
<Correlation />
<Execution ProcessID="1688" ThreadID="3028" />
<Channel>Microsoft-Windows-TWinUI/Operational</Channel>
<Computer>YPITSCH-PC</Computer>
<Security UserID="S-1-5-21-3567703334-768078712-405437120-1000" />
</System>
<EventData>
<Data Name="AppId">winstore_cw5n1h2txyewy!Windows.Store</Data>
<Data Name="ContractId">Windows.Launch</Data>
<Data Name="ErrorCode">-2147024894</Data>
</EventData>
</Event>
Odpovědi
-
Joe: I had this same issue with the license message, which was caused in my case by the C:\ProgramData directory having been moved to D:\ProgramData using an Autounattend.xml file at installation. Apparently W8 expects some files to be on C: only. After doing a reinstall with C:\ProgramData hosting programdata and D:\Users hosting user data, it's working for me.
- Označen jako odpověď Juke ChouModerator neděle 9. září 2012 16:16
Všechny reakce
-
-
-
sfc / scannow: Windows Resource Protection did not find any integrity violations.
I user RTM version from MSDN Developer download - clean install
- Navržen jako odpověď PSGS neděle 27. října 2013 14:28
- Zrušeno navržení jako odpověď Andre.ZieglerEditor pátek 15. listopadu 2013 5:09
-
So I created a new local user and it works
In fact I had Win8 consumer preview. When installing RTM, even if it is a clean install, user settings were maintained and store for these accounts does not work...
Still now idea how to recover my existing accounts..
Thanks
-
-
-
The Store App will not start on my computer. The event log indicates a "license" issue.
This computer is running Windows 8, RTM, 64bit. This is an upgrade from Windows 7 Pro. The computer is joined to a domain.
Creating a new local user and trying from that account also does not work.
The event log record:
Log Name: Application
Source: Microsoft-Windows-Immersive-Shell
Date: 8/30/2012 12:49:13 PM
Event ID: 5973
Task Category: (5973)
Level: Error
Keywords:
User: HQ\xxx
Computer: obsidian.xx.com
Description:
Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: This app failed to launch because of an issue with its license. Please try again in a moment. See the Microsoft-Windows-TWinUI/Operational log for additional information.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Immersive-Shell" Guid="{315A8872-923E-4EA2-9889-33CD4754BF64}" />
<EventID>5973</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>5973</Task>
<Opcode>0</Opcode>
<Keywords>0x2000000000000000</Keywords>
<TimeCreated SystemTime="2012-08-30T19:49:13.219000400Z" />
<EventRecordID>70437</EventRecordID>
<Correlation />
<Execution ProcessID="1672" ThreadID="3824" />
<Channel>Application</Channel>
<Computer>obsidian.xx.com</Computer>
<Security UserID="S-1-5-21-2997049106-738835354-2595110391-1109" />
</System>
<EventData>
<Data Name="AppId">winstore_cw5n1h2txyewy!Windows.Store</Data>
<Data Name="ErrorCode">-2144927140</Data>
</EventData>
</Event> -
Joe: I had this same issue with the license message, which was caused in my case by the C:\ProgramData directory having been moved to D:\ProgramData using an Autounattend.xml file at installation. Apparently W8 expects some files to be on C: only. After doing a reinstall with C:\ProgramData hosting programdata and D:\Users hosting user data, it's working for me.
- Označen jako odpověď Juke ChouModerator neděle 9. září 2012 16:16
-
Tomas can you please describe how exactly you reinstalled it? Did you formatted it or refreshed it?
I do not have programdata or users on my D:\ drive ad already tried refresh it with no joy. I still keep getting below error:
Log Name: Application
Source: Microsoft-Windows-Immersive-Shell
Date: 29/10/2012 19:47:42
Event ID: 5973
Task Category: (5973)
Level: Error
Keywords:
User: IJPC\IJ
Computer: IJPC
Description:
Activation of application winstore_cw5n1h2txyewy!Windows.Store failed with error: This application failed to launch because of an issue with its licence. Please try again in a moment. See the Microsoft-Windows-TWinUI/Operational log for additional information.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Immersive-Shell" Guid="{315A8872-923E-4EA2-9889-33CD4754BF64}" />
<EventID>5973</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>5973</Task>
<Opcode>0</Opcode>
<Keywords>0x2000000000000000</Keywords>
<TimeCreated SystemTime="2012-10-29T19:47:42.062261000Z" />
<EventRecordID>393</EventRecordID>
<Correlation />
<Execution ProcessID="4004" ThreadID="1648" />
<Channel>Application</Channel>
<Computer>IJPC</Computer>
<Security UserID="S-1-5-21-2266226180-4205988184-1454161716-1000" />
</System>
<EventData>
<Data Name="AppId">winstore_cw5n1h2txyewy!Windows.Store</Data>
<Data Name="ErrorCode">-2144927140</Data>
</EventData>
</Event> -
Run the following in a Command Window to re-register the Store app:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xmlThis resolved my issue
- Navržen jako odpověď William Assaf středa 19. března 2014 19:00
-
-
-
-
If that does not work, try the following (it worked for me though):
In an Elevated Command Prompt -> CMD.EXE (Run As Administrator):
dism.exe /online /cleanup-image /restorehealth
Reboot the computer and then, in an Elevated Command Prompt:
sfc.exe /scannow
Success,
Best regards
MP.VSMP VS
- Navržen jako odpověď vanSijll středa 19. března 2014 21:09
-
-
Hey brother,
I had the same issue and, this commad just save me a lot of time of hardwork...
I just went to "Search" of Win 8.0
Input there "powershell"> open the app (looks like a CMD screen)
and at the prompt I just paste the following command:
#powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
# -> remember to get out this prompt "#" before the command line.At Late of Oct'14's still working fine.
Thanks bro!!!