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?
Game not loading (Microsoft Edge Error)
Forum rules
Data Editing Forum: Editing the game, databases or saved games. Home of the EHM Editor and the EHM Assistant.
Game Add-ons Forum: Database projects, graphics and sounds. Any discussion which does not relate to editing databases or saved games.
Game Knowledge Discussion: Attributes, coaching, drafting, scouting, tactics and training/practice.
Rosters Forum: Discussion relating to all database and roster projects for Eastside Hockey Manager.
Technical Support: Difficulties, crashes and errors when installing or running the game (and nothing else). Any issues relating to the TBL Rosters must be posted in the TBL Rosters forum. Questions about how to install add-ons must be posted in the Game Add-ons Forum.
General EHM Chat: Anything relating to Eastside Hockey Manager 2004 / 2005 / 2007 / 1 which does not fall within any of the other forums.
Please carry out a forum search before you start a new thread.
Data Editing Forum: Editing the game, databases or saved games. Home of the EHM Editor and the EHM Assistant.
Game Add-ons Forum: Database projects, graphics and sounds. Any discussion which does not relate to editing databases or saved games.
Game Knowledge Discussion: Attributes, coaching, drafting, scouting, tactics and training/practice.
Rosters Forum: Discussion relating to all database and roster projects for Eastside Hockey Manager.
Technical Support: Difficulties, crashes and errors when installing or running the game (and nothing else). Any issues relating to the TBL Rosters must be posted in the TBL Rosters forum. Questions about how to install add-ons must be posted in the Game Add-ons Forum.
General EHM Chat: Anything relating to Eastside Hockey Manager 2004 / 2005 / 2007 / 1 which does not fall within any of the other forums.
Please carry out a forum search before you start a new thread.
-
- Learning to skate
- Posts: 4
- Joined: Fri Jul 19, 2013 3:23 pm
- archibalduk
- TBL Admin Team
- Posts: 20372
- Joined: Tue Jul 06, 2004 8:44 pm
- Custom Rank: Seaside + Fruit Juice Mode
- Favourite Team: Guildford (EPL) / Invicta (NIHL)
- Location: United Kingdom
- Contact:
Re: Game not loading (Microsoft Edge Error)
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
SOLUTION #2
Source: http://daddyr.blogspot.com/2015/08/micr ... ashes.html
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"