-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix cookies and crashes on webview #60
Conversation
Nice one I will try this on windows arm64 in UTM from my MAC |
on windows 11 arm64 I got: [0405/010811.835:ERROR:window_impl.cc(121)] Failed to unregister class Chrome_WidgetWin_0. Error = 0 it opened and then created a folder called "gio-plugin-webview_windows_arm64.exe.WebView2", since the binary is called "gio-plugin-webview_windows_arm64.exe". working on what's up... |
I installed WebView2 for Edge from https://go.microsoft.com/fwlink/p/?LinkId=2124703 same error ... I installed directly from same error ... Shall I turn this into an issue ? |
"Failed to unregister class Chrome_WidgetWin_0. Error = 0" happens when close the app right? |
hey @inkeliz No it’s a different sequence occurring. Here is the sequence: I go to the terminal so I can see the log output and open it from there. I execute the .exe and the gui opens and you see a white background. then it creates a folder with various folders inside it relating to Webview2 I think. then it crashes / closes and I can see the error output. The output was pretty long. I only posted the final error message here in this issue.. —- This happens with or without the WebView2 for Edge installed. —- If you want more information , do not hesitate to ask. |
Btw it works fine on windows amd64. A buddy tested it for me. so seems to be a windows 11 arm64 related bug. I run on mac and use UTM to run windows 11 arm64 btw. Are you also on mac ? |
Yes, I'm using mac (MacStudio M2). I never tested Windows on ARM64. |
UTM is awesome |
This changes fixes crashes on Windows (#59) and use secure-cookies when requested (on macOS).