http://bugs.winehq.org/show_bug.cgi?id=12963
--- Comment #19 from joaopa jeremielapuree@yahoo.fr 2008-05-23 22:06:18 --- Some points of view:
comment 16: This crash is normal: You used the built-in amstream dll. Some amstream interface are not implemented (even not stubbed). We need to write them (at least, stubbed ones)
comment 17 with native amstream dll, the crash is not in the same place. Good to write a new bug report :D :D
comment 18: now you should watch a movie or hear sounds that you did not before, right?. I mean, even before wine-0.9.61.
What happened before wine-0.9.61 is that the application did not find the first amstream interface and took care of skipping all the stuff which used it. So, the application did not crash. With wine-0.9.61, the first interface is found, so the application wants to use it, but crashes in an implement other amstream interface.
My patch in wine-0.9.61 is correct, but I think I am going to revert it for wine 1.0 to avoid such problems. It should come with stubbed interface.
Joaopa