http://bugs.winehq.org/show_bug.cgi?id=59086 Zhiyi Zhang <zzhang@codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|a48455c735544fc53696ef7ec84 |7abf4432a7dfdc044f0458f2457 |f1da0ae8e7c74 |829038dc497f0 --- Comment #2 from Zhiyi Zhang <zzhang@codeweavers.com> --- The bad commit is from the following commit on my machine ``` 7abf4432a7dfdc044f0458f2457829038dc497f0 is the first bad commit commit 7abf4432a7dfdc044f0458f2457829038dc497f0 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Tue Sep 16 10:02:09 2025 +0200 winex11: Use EGL by default for OpenGL rendering. Notes: Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/wine/merge_requests/8977 dlls/winex11.drv/opengl.c | 5 ++--- dlls/winex11.drv/x11drv_main.c | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) ``` However, the real issue is an OOM error, which explains why you bisected to a different commit. Fortunately, Rémi's https://gitlab.winehq.org/wine/wine/-/merge_requests/9736 fixes this. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.