https://bugs.winehq.org/show_bug.cgi?id=47318
--- Comment #4 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to topjetboy from comment #3)
running this
WINEDEBUG=+xrandr > debug.txt
produces the file, debug.txt, which is empty
Hello,
You're expected to know what you're doing.
https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal...
A variable affectation by itself will not give any output.
The command to run is: WINEDEBUG=+xrandr wine MathType.exe > debug.txt
Regards.