[Bug 41998] Regression in wined3d crashes visual novel " A drug that makes you dream"

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 16 00:59:49 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=41998

--- Comment #2 from Henri Verbeet <hverbeet at gmail.com> ---
The patch lost the "device->d3d_initialized" condition, which could be
problematic for ddraw applications. Restoring that seems likely to help.

For completeness, could you attach a +seh,+tid,+ddraw,+d3d log? What I expect
to happen is that the application messes up its reference counting in some way,
as ddraw applications are known to do, and then we make it worse by trying to
clean up on ddraw unload.

44003456 is 0x29f7080, which looks suspiciously like a heap address. Does
warn+heap make a difference?

-- 
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