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

Opening a webpage with WebviewWindow encounters an error STATUS_ACCESS_VIOLATION. #1254

Open
cck190891 opened this issue Apr 25, 2024 · 0 comments

Comments

@cck190891
Copy link

Hi everyone,

I encountered a little issue while using Tauri. I wanted to ask whether this is a bug or something specific to my setup.

After the release of Tauri v2.0.0-beta.14, I eagerly upgraded my program from beta.8 because beta.14 fixed the issue of webviews not being created. However, just when everything seemed to be going well, I found that although my program could create webviews normally, the web page would crash with the error code STATUS_ACCESS_VIOLATION.This didn't occur in beta.8.
crash

This issue is almost nonexistent on text web pages, but it occurs almost 100% of the time on video streaming platforms like YouTube and Twitch. Additionally, on websites with Cloudflare verification, it leads to verification failure.
verification

After testing, I found that the issue occurs with.plugin(tauri_plugin_notification::init()). Removing this line resolves all the problems.

Since it seems to be related to tauri_plugin_notification, I reported it here. Can anyone help?

Thank you very much!!

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

No branches or pull requests

1 participant