[Bug 43935] Wolfenstein 2: The new Colossus does not start, requires VK_KHR_get_physical_device_properties2

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 9 05:18:02 CST 2017


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

Stefan Dösinger <stefan at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefan at codeweavers.com

--- Comment #21 from Stefan Dösinger <stefan at codeweavers.com> ---
Created attachment 59651
  --> https://bugs.winehq.org/attachment.cgi?id=59651
ntdll: Return STATUS_PENDING from NtReadFileScatter

The black screen is not a Vulkan problem. The game thinks it failed to read its
data files. It apparently doesn't expect NtReadFile to finish synchronously.

This hack makes NtReadFile return STATUS_PENDING. It makes the main menu show
up for me (on top of wine-staging's Vulkan code + attachment 59575). The intro
sequence seems to render fine (Nvidia GPU). Sound appears to work. I haven't
done more testing yet though.

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