https://bugs.winehq.org/show_bug.cgi?id=57503
--- Comment #10 from Rémi Bernon rbernon@codeweavers.com --- (In reply to William Horvath from comment #8)
(In reply to Rémi Bernon from comment #7)
With https://gitlab.winehq.org/wine/wine/-/merge_requests/6998 things should get back to normal and the intro video plays fine for me.
I tried this commit with osu! stable, as I suspected that it would fix a similar issue where offscreen rendering was used when it wasn't necessary. It does fix that, and now correctly renders onscreen most of the time, except there's a regression in one scenario: entering the map editor in the order "main menu->edit->click map" causes the toolbar at the top of the screen to remain black, as onscreen rendering remains enabled.
However, strangely enough, entering the map editor in the order "main menu->play->right click on a map->edit" correctly re-enables offscreen rendering and the toolbar at the top is visible again. Then, exiting the editor (no more toolbar), onscreen rendering is correctly re-enabled, so this flow is completely fixed with the patchset.
To clarify: the MR you linked causes a regression with osu!, where the toolbar at the top of the beatmap editor remains black (because offscreen rendering/clipping doesn't get enabled) if you enter the editor in a certain way.
Thank you, I've updated the MR with a fix that should address this as well.