valnoxy / GoAwayEdge

Don't like Microsoft Edge? Me neither. Redirect all Edge calls to your favorite browser!
https://goawayedge.com
MIT License
102 stars 8 forks source link

Copilot not working on Windows 11 Preview #28

Closed Haris00911 closed 1 month ago

Haris00911 commented 3 months ago

What happened?

Copilot will not open if GoAwayEdge is installed, tried to use hotkey and manually opening Copilot but nothing happens.

Channel

Stable (default)

Search Engine

Google

If you selected “Others”, what is the request URL?

No response

How to reproduce

Windows 11 Preview Build 26241 Edge Version 127.0.2651.31

Additional information

2024-07-03 21:50:07 - INFO - GoAwayEdge 1.3.3 (Build 150) 2024-07-03 21:50:07 - INFO - Logging system initialized 2024-07-03 21:50:07 - INFO - Trying to load language: en-US 2024-07-03 21:50:12 - INFO - Start installation ... 2024-07-03 21:50:12 - ERROR - Failed to delete old task: System.IO.FileNotFoundException: The system cannot find the file specified. (0x80070002) at Microsoft.Win32.TaskScheduler.V2Interop.ITaskFolder.DeleteTask(String Name, Int32 flags) at Microsoft.Win32.TaskScheduler.TaskFolder.DeleteTask(String name, Boolean exceptionOnNotExists) at GoAwayEdge.Common.InstallRoutine.Install(Object sender, DoWorkEventArgs e) 2024-07-03 21:50:12 - INFO - Installation finished.

valnoxy commented 3 months ago

Sorry for the late response. I could not reproduce the problem in the latest Insider Preview. It is possible that the alternative startup file is outdated / corrupted.

Try the following:

  1. Open Command Prompt (not as administrator) and type: "C:\Program Files\valnoxy\GoAwayEdge\GoAwayEdge.exe" --update
  2. If the alternative start file is outdated or corrupt, a window will appear asking you to update it. Confirm this with "Yes".

Should it still not work, delete the following file and repeat the above steps: C:\Program Files (x86)\Microsoft\Edge\Application\msedge_non_ifeo.exe

Haris00911 commented 3 months ago

No problem, I meant to get back to you sooner too. Unfortunately the steps you shared didn't work for me. I reinstalled using the latest version before following these steps.

The command by itself didn't do anything and after deleting the exe and running the command again, the prompt to confirm yes appeared but still no change in CoPilot working. Here's a screen recording of the steps I tried. GoAwayEdge Issue.webm

valnoxy commented 3 months ago

Ah, I see the issue. You are using the PWA app from Copilot. I had fixed the bug in the dev branch the other day. Here is a current build: GoAwayEdge_v1.3.4.153_14d0d8704441b4c66d99fbec2f6ee75b49e96496_signed.zip

Haris00911 commented 3 months ago

Works like a charm! Thank you, appreciate the help: