Bug Report: Not Working Edge 88.0.705.74
MrHollowWeen opened this issue · 6 comments
Describe your problem in one sentence:
Tried Command Line and Gui. Verified that correct Edge install path.
Name the affected patch/problem (if available)
4.5.3
Longer description (optional)
Tried multiple times both with Edge open and closed. Every time I restart edge, the developer mode extension popup appears.
I have just reinstalled it and the problem doesn't occur for me on the same Edge version. Also, the GUI has more features than the command line, so using that won't help.
Can you ensure that the injector scheduled task is running and that you actually have entered the right installation path to Edge?
Can you provide me your command line command and arguments? Perhaps I've got mine wrong.
Here's what I used:
ChromeDevExtWarningPatcher.exe --"C:\Program Files (x86)\Microsoft\Edge\Application\88.0.705.74" --groups 0,1,2,3,4
Here's the output:
Error: No patchable browser files found!
Cleared ChromeExes registry
Extracted injector zip
Wrote patcher dll to C:\Program Files\Ceiridge\ChromeDllInjector\ChromePatcherDll_161411448h8.38774.dll
Created and started task
Patches installed!
Yes, almost everything went wrong with your command line syntax and the output shows it, too: Error: No patchable browser files found!
.
Just use the gui?
A valid command line would be:
ChromeDevExtWarningPatcher.exe --customPath "C:\Program Files (x86)\Microsoft\Edge\Application" --groups 0,1,2
, which does:
- Remove Extension Warning
- Remove Debug Warning
- Remove Elision
Oh, yes...I figured there was a problem based on the output. I guess I couldn't figure out why the error considering that my statement looks just like yours. You can't tell from my post but those are 2 dashes in between customPath and groups. I'm assuming a single space after customPath and groups? And I am correct in including the version number folder in my path, right?
I should have been more clear about that in my original post...apologies.
Closing, because the problem seems to have been fixed?