https://bugs.winehq.org/show_bug.cgi?id=54115
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- Hi Artem,
can't reproduce here.
configured with: configure --without-mingw
(tested from within builtin tree, and install tree; both close notepad without additional messages)
the messages seem to imply wineserver terminated before the applications; which shouldn't be the case
could you try two (separate things): - do ./wine notepad on a first terminal; from a second terminal, get wineserver pid and attach gdb to it (gdb wineserver <pid>). then close notepad. if wineserver internally dies, you'll get a backtrace - post a WINEDEBUG=+server log (must be the first instance running)
eric:~/work/output-wine/wineelf32]$ LC_ALL=C gcc --version gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.