rocksdanister / lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
https://rocksdanister.com/lively
GNU General Public License v3.0
15.17k stars 1.06k forks source link

AudiOrbits Wallpaper Not Working With WebView2 #1532

Closed y0himba closed 1 year ago

y0himba commented 1 year ago

Describe the bug AudiOrbits works with Cefsharp but produces a white screen with WebView2, others work without issue.

To Reproduce Steps to reproduce the behavior:

  1. Install AudiOrbits Wallpaper
  2. Go to 'Main Page'
  3. Click on 'AudiOrbits'
  4. Wallpaper doesn't start, crashes instantly.

Expected behavior AudiOrbits should work as if using CefSharp

Screenshots/Video Attached video shows issue. WebView2 is selected.

Desktop (please complete the following information): -Microsoft Windows [Version 10.0.19045.2486]

Log file (Important)

https://user-images.githubusercontent.com/11462603/212604067-7576ecd0-db5a-4b98-8493-31541b85889a.mp4

20230116_000227.txt 20230116_000923.txt 20230115_235719.txt

rocksdanister commented 1 year ago

Its a CORS issue, closing as duplicate: https://github.com/rocksdanister/lively/issues/1160

Is there any reason you are using WebView instead of default CefSharp?

y0himba commented 1 year ago

Its a CORS issue, closing as duplicate: #1160

Is there any reason you are using WebView instead of default CefSharp?

I have a lot of Cefsharp instances, trying to eliminate a many as I can for resources. I guess it from the old days of computing when multitaking was a chore and running processes in the background slowed a PC considerably. Or OCD. Or old age....

Thanks for the information.