http://bugs.winehq.org/show_bug.cgi?id=3006
------- Additional Comments From Speeddymon@gmail.com 2005-27-05 06:53 ------- like i said.. please dont split up the messages spit out on the console.. in other words, dont put:
Last error message before crash --------------------------------
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 16 49, block size = 4
winedbg output ---------------
wine: Unhandled exception (thread 000b), starting debugger... WineDbg starting on pid 0x8
just make it
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 16 49, block size = 4 wine: Unhandled exception (thread 000b), starting debugger... WineDbg starting on pid 0x8
as it appears on screen... that makes it easier to read.. since the attachment only includes that extra text, it is fine, but for future reference, please just copy and paste it into the log (or redirect the output to a log) and dont modify the log...