Page 1 of 1

Game not loading (Microsoft Edge Error)

Posted: Tue Jun 14, 2016 1:09 pm
by tomplum68
Seeing this error when I try to start game from Steam. I've tried deleting all game data and reinstalling but that didn't work.

Activation of app Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge failed with error: The remote procedure call failed. See the Microsoft-Windows-TWinUI/Operational log for additional information.

ErrorCode -2147023170

Any ideas what to try or what this error message means?

Re: Game not loading (Microsoft Edge Error)

Posted: Tue Jun 21, 2016 7:54 pm
by archibalduk
Googling the error brought up a couple of solutions (quoted below). Let me know if any of them work.

SOLUTION #1

Source: http://www.aaron-powell.com/posts/2015- ... 10158.html
I had a quick chat with some of my contacts over on the F12 team to see if it was a known bug or something to be reported, and they suggested that I restart the Internet Explorer ETW Collector Service, which you'll find in your list of Windows Services. For me this service was not running, starting it up and a restart of Edge and the problem went away.

SOLUTION #2

Source: http://daddyr.blogspot.com/2015/08/micr ... ashes.html
1. Open a powershell with admin permissions (run as administrator)
2. Find the installationfolder: Get-AppxPackage *edge* | fl name,*location*
3. Navigate to the installation folder (see location from command above): set-location C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
4. Repair the Edge browser: Add-AppxPackage -DisableDevelopmentMode -Register ".\appxmanifest.xml"