James Hawkins wrote:
I ran WINEDEBUG=trace+all wine setup.exe 2>&1 | sed '1,/Debug mark/d' in the terminal, and all of the debug output is being displayed already without selecting the "Put..log" option. I switched "Managed" to "N" at Vincent's suggestion. Any ideas?
Try this instead:
WINEDEBUG=trace+all wine setup.exe 2>&1 | sed '1,/Debug mark requested/d'
It then shouldn't match against a call to the menu functions that put the debug log option into the system menu.
Rob