https://bugs.winehq.org/show_bug.cgi?id=54890
--- Comment #9 from Edvan beneschork@gmail.com --- I ran the command like you said: "WINEDEBUG='ole,shell' wine <Then the location of the executable> >> /tmp/output.txt 2>&1"
the output said it couldn't find an interpreter
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.
I got log.txt from running "wine <Then the location of the executable> &> /tmp/log.txt"