I'm trying to run a winforms application (.NET 4.7) in CrossOver and almost everything works as it should. However when I open a form containing a WebView2 component, the form turns black after a couple of seconds.
Does anyone know what could be causing this?
I've tried:
- Installing various .NET Runtimes (8, Desktop 6, Core 8)
- Turning on the advanced settings (like D3DMetal...à
- Using the "--disable-gpu" setting in the CoreWebView2Environment
- Using bottles with different Windows versions (11, 10, 7)