http://bugs.winehq.org/show_bug.cgi?id=32681
--- Comment #4 from salamander purake salamanderrake@gmail.com 2013-01-07 19:47:06 CST --- (In reply to comment #2)
You can redirect the output to a file to see later. Run the program like:
wine <program.exe> &> log.txt
To check if it's not a console message spam problem run the game like:
WINEDEBUG=-all wine <program.exe>
This will remove all debug messages.
Did not stop the lag so its not console spam.