https://bugs.winehq.org/show_bug.cgi?id=56377
Bug ID: 56377 Summary: Microsoft Edge freezes almost immediately after launching Product: Wine Version: 9.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: asdfghrbljzmkd@outlook.com Distribution: ---
Microsoft Edge will freeze about 1-3 seconds after launching.
Steps to reproduce:
1. Download and install WebView2 (which includes Edge) from https://developer.microsoft.com/en-us/microsoft-edge/webview2/ 2. Run:
wine "/PATH/TO/PREFIX/drive_c/Program Files (x86)/Microsoft/EdgeCore/VERSIONNUMBER/msedge.exe" --no-sandbox --disable-gpu --no-first-run
Edge will launch, it will respond to inputs for a very short time, then freeze completely.
--no-sandbox is required for it to launch at all, I will also file a bug for this issue.
--disable-gpu is required wine wined3d, it can be dropped if using DXVK.
--no-first-run disables the first run prompting you to sign in and such, it has no bearing on the bug itself. (If omitted, Edge still freezes, including the dialog.)