http://bugs.winehq.org/show_bug.cgi?id=8648
------- Additional Comments From thestig@google.com 2007-10-06 00:26 ------- Instead of running: wine foo.exe run: WINEDEBUG=+font wine foo.exe
This will print debug messages to the screen. If you want to capture the output to a file, do: WINEDEUBG=+font wine foo.exe 2> output_file