[Bug 12963] Moto Racer 2 works with wine 0.9.60 and crashes with wine 0.9. 61

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 23 22:06:19 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12963





--- Comment #19 from joaopa <jeremielapuree at 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




-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list