Alexandre Julliard pushed to branch master at wine / wine
Commits: 94cd2830 by Eric Pouech at 2025-10-06T16:47:43+02:00 wineconsole: Ensure conhost gets the expected title.
Otherwise, when launching an exec with wineconsole, conhost gets wineconsole.exe and not the exec as title, and messes up the per-application settings.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 35e950ac by Eric Pouech at 2025-10-06T16:47:43+02:00 conhost: Support the close-on-exit configuration option.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - e034e0a4 by Eric Pouech at 2025-10-06T16:47:43+02:00 winedbg: No longer expect a startup sequence in auto mode.
winedbg is too strict about events expected for startup sequence in auto mode.
I've seen exit-thread, output debug string (and likely others could happen). Consequence is that winedbg doesn't display the backtrace (it needs the first exception for that).
So relax the startup conditions, and enter the auto mode after either first exception, exit-process, or timeout.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - -
5 changed files:
- programs/conhost/conhost.c - programs/conhost/conhost.h - programs/conhost/window.c - programs/wineconsole/wineconsole.c - programs/winedbg/tgt_active.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db8f8967527eb7851ad584bb99b6f2...