https://bugs.winehq.org/show_bug.cgi?id=43626
Bug ID: 43626 Summary: Crysis 3: Black Screens before gameplay starts, [ENTER] needed Product: Wine-staging Version: 2.15 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jojos_band@gmx.net CC: erich.e.hoover@wine-staging.com, michael@fds-team.de, sebastian@fds-team.de Distribution: ---
Crysis 3 (v1.0.1.3). When entering the tutorial or starting a campaign, screen goes black during initialization. The "real" gameplay starts after hitting enter, but the corresponding on screen message to please hit this button is thus invisible.
https://bugs.winehq.org/show_bug.cgi?id=43626
--- Comment #1 from Johannes jojos_band@gmx.net --- My gut feelings indicate that this issue may be caused by the missing implementation of state restore functionality in ID3D11::ExecuteCommandList: While writing a fix for #43635, I accidentally crashed the Crysis 3 thread which generates command list in a deferred device context. This thread is running during the loading screens (which turns black at some random point, as stated in the previous comment). However, by crashing this thread early, the command lists were pretty short, thus that the device context state was not modified, at least not to the intended extent.
https://bugs.winehq.org/show_bug.cgi?id=43626
Christian christian.frank@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |christian.frank@gmx.de
--- Comment #2 from Christian christian.frank@gmx.de --- I can confirm the issue on an NVIDIA gtx 970 with proprietary drivers as well. Starting the campgain leads to a black screen after the intro video. No way to work around the issue at all.
https://bugs.winehq.org/show_bug.cgi?id=43626
--- Comment #3 from Christian christian.frank@gmx.de --- I tested again with wine staging 2.19 and now i can get in the actual game. I upgraded wine and i adjusted the crysis 3 settings, all to medium, disabled smaa (i guess that could have cuased the black screen) and switched to fxaa.
The game looks nice but has grahpical issues.
Any special trace needed for that ?