http://bugs.winehq.org/show_bug.cgi?id=30628
--- Comment #7 from Andrew Eikum aeikum@codeweavers.com 2012-05-10 12:04:33 CDT --- Yeah, that's pretty close. You definitely don't want +relay, that makes the log file huge. Try this:
$ rm -f ~/output2.txt $ WINEDEBUG=+seh,+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dmusic,+mci,+oss,+alsa,+coreaudio wine BFBC2Game.exe &>> ~/output2.txt $ gzip ~/output2.txt
Then upload ~/output2.txt.gz as an attachment.