Skip to content
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

Crash with Microsoft Edge Beta 135 #1525

Open
lniwn opened this issue Mar 19, 2025 · 0 comments
Open

Crash with Microsoft Edge Beta 135 #1525

lniwn opened this issue Mar 19, 2025 · 0 comments

Comments

@lniwn
Copy link

lniwn commented Mar 19, 2025

Describe the bug
After upgrading WRY to version 0.50.4 with the --enable-features=RemoveRedirectionBitmap flag enabled, WebView2 windows fail to initialize on Windows 11 23H2 (build 22631.5039) when using Edge Beta 135.0.3179.18, resulting in application crashes.

Steps To Reproduce

  1. Update WRY dependency to 0.50.4
  2. Initialize WebView2 with basic configuration:
   let webview = wry::WebViewBuilder::new(window)
       .with_url("https://tauri.app")?
       .build()?;
  1. Run application on Windows 11 with Edge Beta 135.0.3179.18

Expected behavior
WebView2 should initialize normally without crashes when using the specified feature flag and Edge Beta version.

Screenshots
If applicable, add screenshots to help explain your problem.

Platform and Versions (please complete the following information):
OS: Windows 11 Pro 23H2 (build 22631.5039)
Rustc: 1.78.0 (2021 edition)
Edge Beta: 135.0.3179.18

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant