http://bugs.winehq.org/show_bug.cgi?id=32681
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2013-01-07 19:04:39 CST --- 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.