https://bugs.winehq.org/show_bug.cgi?id=55467 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #1 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- Could still reproduce this crash with wine-8.21. To avoid having the XML in stdout I used this: wine cmd.exe /C "mame.exe -listxml > ..\\xml.xml" This might be a threading issue because following made the crash go away: taskset -c 0 wine cmd.exe /C "mame.exe -listxml > ..\\xml.xml" Following draft contains a minimal test showing the crash and adds some locking in setlocale to avoid the crash: https://gitlab.winehq.org/wine/wine/-/merge_requests/4654 -- 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.