You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to '...'
Click on '....'
Scroll down to '....'
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
The text was updated successfully, but these errors were encountered:
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.
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:
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):
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
The text was updated successfully, but these errors were encountered: