https://bugs.winehq.org/show_bug.cgi?id=52255 --- Comment #8 from joaopa <jeremielapuree(a)yahoo.fr> --- Too funny. You wrote textually "WINEDEBUG=+relay,+seh,+tid wine your_program.exe >> /tmp/output.txt 2>&1" your_program.exe meant the name of the executable you want to run. You must change that. And for the first log, except if the developers request it explicitly, you don't need to set the winedebug channels. So in a terminal cd (the folder where is located your executable) wine "the_name_of_the_exectable.exe" &> log.txt don't write the quotes !!! And then attach the file log.txt here. Important, do that with plain wine, not staging. And try to update to wine-7.0-rc2, better to wine-7.0-rc3. Maybe the bug is already fixed. Thank you in advance. -- 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.