http://bugs.winehq.org/show_bug.cgi?id=24478
--- Comment #47 from Erich Hoover ehoover@mines.edu 2011-06-22 13:11:10 CDT --- Created an attachment (id=35237) --> (http://bugs.winehq.org/attachment.cgi?id=35237) Fix for exiting Doc's house
(In reply to comment #46)
I haven't noticed any side effects yet from commenting out the assertion. No crashes so far, and I still hear background music.
The assertion is there for a reason, under the vast majority of circumstances it would indicate that a problem was introduced in the IAsyncReader implementation. However, in this case it's not a bug in Wine - it's a bug in the game's custom IAsyncReader. This issue really should be a separate bug, but I'll attach my preliminary fix for you anyway (I'm concerned it won't be accepted, so I'm sitting on it and thinking about other ways to approach it for now).