https://bugs.winehq.org/show_bug.cgi?id=54450
--- Comment #4 from Jonathan Romano jonathan@luxaritas.com --- I've attempted a couple iterations with setting WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS to debug the underlying webview: * --enable-logging enables debug logs from the webview, which I've attached. * --auto-open-devtools-for-tabs opens a devtools window which is also blank, suggesting something is preventing edge from rendering at all
That being said, the "ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer." seems suspicious. Based on related non-wine-specific bug reports I tried running with: * --use-gl=desktop: Additional errors related to gl initialization failures * --disable-gpu: The CreateCommandBuffer error goes away, but it still doesn't work (also using prime-run to run via my nvidia card/proprietary graphics gives this same result)