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

[Problem/Bug]: multiwebview crash / unresponsive #4290

Closed
thewh1teagle opened this issue Jan 10, 2024 · 8 comments
Closed

[Problem/Bug]: multiwebview crash / unresponsive #4290

thewh1teagle opened this issue Jan 10, 2024 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@thewh1teagle
Copy link

What happened?

I use tauri-wry in Rust which uses webview2 and I create two webviews in the same window.
When I create two webviews the window is unresponsive / crash.

Importance

Blocking. My app's basic functions are not working due to this issue.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

120.0.2210.121

SDK Version

No response

Framework

Other

Operating System

Windows 11

OS Version

23H2

Repro steps

Clone the repo and execute
cargo run
https://github.com/thewh1teagle/tauri-multiwebview

Repros in Edge Browser

No

Regression

No, this never worked

Last working version (if regression)

No response

@thewh1teagle thewh1teagle added the bug Something isn't working label Jan 10, 2024
Copy link

Hi, @thewh1teagle!

It seems that your issue contains the word "crash". If you have not already, could you attach a crash dump as a comment?

WV2 crash dumps are located in a subfolder of the app's user data folder (UDF): <UDF>\EBWebView\Crashpad\reports\. By default, the user data folder is created in the app's folder with a name like <App Exe Name>.exe.WebView2. Refer to Crash Diagnostics for more information.

Thank you for your cooperation!

@victorhuangwq
Copy link
Collaborator

Hi, although tauri uses WebView2, we are two different unaffiliated projects. Do you have any reason to believe that this is a bug with WebView2?

@victorhuangwq
Copy link
Collaborator

Hmm I see your repository, and that it's solved in Canary 122.0.2333.0.

@victorhuangwq
Copy link
Collaborator

Looks like it's been addressed somehow in 122, but could you still take a look @lflores-ms? There isn't a crash dump, just a sample repro app though.

@thewh1teagle
Copy link
Author

@victorhuangwq
As you can see in the repo there's 2 bugs (see the comments there)
Both of them fixed in canary?

Btw, when will current canary be released as stable?

@victorhuangwq
Copy link
Collaborator

victorhuangwq commented Jan 10, 2024

Both of them fixed in canary?

I'm saying that because you stated it in your repo https://github.com/thewh1teagle/tauri-multiwebview
Unless that is not the case?

@thewh1teagle
Copy link
Author

thewh1teagle commented Jan 10, 2024

@victorhuangwq
Right, it works with canary. just making sure with you too as it's in tauri-wry.

@victorhuangwq
Copy link
Collaborator

Closing this issue since the fix is already in 122.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@victorhuangwq @thewh1teagle @lflores-ms and others