[Bug 22434] Hype - The Time Quest crashes when the game should come up (looks like null pointer dereference to me)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 17 17:20:57 CDT 2011


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

--- Comment #24 from Stefan Dösinger <stefandoesinger at gmx.at> 2011-08-17 17:20:57 CDT ---
Created an attachment (id=36025)
 --> (http://bugs.winehq.org/attachment.cgi?id=36025)
ddraw: Emulate a 24 bit depth format without stencil or padding

This patch adds a D24_UNORM format in addition to the already supported D24X8,
D24S8 and D32 formats. I think it should fix this bug, but I haven't tested the
app myself yet.

What's missing in this patch is a small test that makes sure that pixels are
really 3 byte long in this format and that the surface pitch is width * 3 with
alignment padding at the end of a row.

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