https://bugs.winehq.org/show_bug.cgi?id=52255
--- Comment #10 from Konstantin jon9097@gmail.com --- (In reply to joaopa from comment #8)
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.
I didn't change anything in the file, I entered a command and sent what it gave me. "WINEDEBUG=+relay,+seh,+tid wine your_program.exe >> /tmp/output.txt 2>&1 "