https://bugs.winehq.org/show_bug.cgi?id=54890
--- Comment #10 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Edvan from comment #9)
I then ran: "WINEDEBUG='ole,shell' +relay,+seh,+tid wine <Then the location of the executable> >> /tmp/output.txt 2>&1"
That said it didn't know what +relay,+seh, and +tid meant.
Hello,
It fails because +relay,+seh,+tid must be added to the WINEDEBUG value which is a comma separated list.
Remember to change directory first "cd <path to executable>" and then try: WINEDEBUG='ole,shell,+relay,+seh,+tid' wine Build.exe >> /tmp/output.txt 2>&1
Regards.