http://bugs.winehq.org/show_bug.cgi?id=16050
--- Comment #8 from Austin English austinenglish@gmail.com 2008-11-15 12:45:28 --- (In reply to comment #7)
(In reply to comment #6)
(In reply to comment #3)
Created an attachment (id=17286)
--> (http://bugs.winehq.org/attachment.cgi?id=17286) [details] [details] [details]
This is the text from the summary.
This is not readable. You wrapped all lines. Redirect output into a file. Then attach it.
Wrapped all the lines? What do you mean? I pasted all the text as it was written in Console.
The console will break the formatting by wrapping the lines. Redirect it to a file to avoid this:
$ wine your_program.exe &> /tmp/output.txt
Then attach /tmp/output.txt here.