http://bugs.winehq.org/show_bug.cgi?id=60046 Patrick Hibbs <hibbsncc1701@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |f50b263562c002c61ab049baa12 | |12c3bd36994bb --- Comment #2 from Patrick Hibbs <hibbsncc1701@gmail.com> --- OK, on the first revision that git bisect had me test, the err messages for the msg debug channel disappeared. Yet, the segfaults remained. Which indicates that the commit that created those msg debug channel errors is in the second half of the commits between 11.12 and 11.13, while the commit that caused the segfaults are in the first half. I'm not sure if I should spin off the msg errors as a new bug or not. As for the segfaults, git bisect revealed: f50b263562c002c61ab049baa1212c3bd36994bb is the first bad commit commit f50b263562c002c61ab049baa1212c3bd36994bb Author: Rémi Bernon <rbernon@codeweavers.com> Date: Fri Jun 5 09:03:34 2026 +0200 server: Move window monitor DPI to the shared memory. dlls/win32u/sysparams.c | 40 ++++------------------------------------ dlls/win32u/win32u_private.h | 5 +++++ dlls/win32u/window.c | 28 ++++++++++++++++++++++++---- include/wine/server_protocol.h | 7 ++++--- server/protocol.def | 6 ++++-- server/request_handlers.h | 11 +++++------ server/request_trace.h | 1 - server/window.c | 37 ++++++++++++++++++++++++++----------- 8 files changed, 72 insertions(+), 63 deletions(-) -- 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.