User Profile
yeliex
Copper Contributor
Joined Oct 17, 2023
User Widgets
Recent Discussions
Re: An error occurred. (Error code: 9) (Extra code: 0)
Feejus unnecessary to uninstall app, just open `Terminal.app`, copy and past my command, and enter password when required. CyrilYu as previous replies by others, I found it may relate to LaunchDaemons of edge. most app would update the daemon scripts when app launches, but edge seems only do that when app install, so I extracted install package and read scripts. The mostly possible reason of the bug is The EdgeUpdater.app not updated in `/Library/Microsoft/EdgeUpdater` in some reason. no time to research further, edge dev team should do this, not me6.1KViews1like4CommentsRe: An error occurred. (Error code: 9) (Extra code: 0)
CyrilYu run these commands would resolve the problem sudo rm -rfv /Library/LaunchDaemons/com.microsoft.EdgeUpdater.* sudo "/Applications/Microsoft Edge.app/Contents/Frameworks/Microsoft Edge Framework.framework/Versions/118.0.2088.46/Helpers/EdgeUpdater.app/Contents/MacOS/EdgeUpdater" --install --system --v=2 then restart edge browser, open `edge://settings/help`, problem should resolved (found solution after extract MicrosoftEdge-118.0.2088.46.pkg and read scripts/postinstall)14KViews2likes19Comments
Recent Blog Articles
No content to show