8000 Crash with Microsoft Edge Beta 135 · Issue #1525 · tauri-apps/wry · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Crash with Microsoft Edge Beta 135 #1525
Open
@lniwn

Description

@lniwn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0