https://bugs.winehq.org/show_bug.cgi?id=49387
Bug ID: 49387 Summary: Game "101 Ways to die" start with a black screen. Product: Wine Version: 5.10 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
101 Ways to Die attempts to do into a full screen mode but fails because of the following commit. The game is only barely playable but that's another issue.
It was working, before this commit.
9b8847ed7b0f15c444c34034d311a8d79b3b06c8 is the first bad commit commit 9b8847ed7b0f15c444c34034d311a8d79b3b06c8 Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Jun 5 16:19:28 2020 +0430
wined3d: Introduce WINED3DFMT_FLAG_DEPTH_STENCIL.
To indicate whether WINED3D_BIND_DEPTH_STENCIL is valid for the format.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org