https://bugs.winehq.org/show_bug.cgi?id=39819
--- Comment #8 from Andrew Eikum aeikum@codeweavers.com --- Thanks, can you get another log, and set this environment variable:
WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp
For example:
WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp wine Path/To/Your/Game.exe &>> ~/bns.log
Then compress the log:
gzip ~/bns.log
and upload ~/bns.log.gz to this bug.