[Bug 46579] [Regression] F.E.A.R. 2: Project Origin screen is completely light grey while playing intro movie

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 1 17:48:18 CST 2019


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

Paul Gofman <gofmanp at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gofmanp at gmail.com

--- Comment #4 from Paul Gofman <gofmanp at gmail.com> ---
(In reply to Matteo Bruni from comment #2)

> 
> Before creating those SYSTEMMEM textures,
> the game calls CheckDeviceFormat() with a D3DFMT_A8R8G8B8 adapter format,
> which is never supported on Windows but currently allowed by Wine.
> If I patch Wine to return the expected failure result, the game starts to
> take the same code path as on Windows and the intro shows correctly.

Do you mean D3DFMT_A8B8G8R8 (0x20, dec 32) by any chance?

If yes, then it does it again. It was here the same principle way:
https://bugs.winehq.org/show_bug.cgi?id=32092#c68. That time it was fixed in
the game.

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