https://bugs.winehq.org/show_bug.cgi?id=52255
--- Comment #9 from Konstantin jon9097@gmail.com --- (In reply to Konstantin from comment #6)
(In reply to joaopa from comment #4)
And more important: does the bug occur with plain wine instead of staging?
Yes
(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 did everything as I was told. "full terminal output + backtrace" "Please attach the full terminal output + backtrace, see:
<https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a."