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

Crashes after changing gpu/adding an external monitor #107

Open
kidus-23 opened this issue Nov 28, 2024 · 2 comments
Open

Crashes after changing gpu/adding an external monitor #107

kidus-23 opened this issue Nov 28, 2024 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@kidus-23
Copy link

Bug Description
An unexpected error occurred:
A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. -> The WebView control is no longer valid because the browser process crashed.To work around this, please listen for the CoreWebView2.ProcessFailed event to explicitly manage the lifetime of the WebView2 control in the event of a browser failure.https://docs.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.processfailed

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected Behavior
I want it to change the wallpaper on both monitors, With accurate info about the weather and the time and date.

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

Desktop (please complete the following information):

  • OS: Windows 11 26100.2454
  • Alve's Town

Additional Context
Add any other context about the problem here.

Log File (Important)
Share the diagnostic files by:
Right click on the system tray icon -> Report Issue -> Create Log File
sucrose_log_20241128_195024.zip

@kidus-23 kidus-23 added the bug Something isn't working label Nov 28, 2024
Copy link

We're grateful you made your first issue notification. You can be sure that a response will be made as soon as possible.

@Taiizor Taiizor added the good first issue Good for newcomers label Nov 28, 2024
@Taiizor
Copy link
Owner

Taiizor commented Nov 28, 2024

You are using the WebView engine, and the crash occurs because the backend processes are being terminated. This termination might be manual or caused by some computer acceleration software (such as RAM cleaners or apps that close unnecessary processes). If the issue persists, please go to the wallpaper settings in the application and change your WebView preferences to CefSharp to see if it resolves the problem.

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

No branches or pull requests

2 participants