https://bugs.winehq.org/show_bug.cgi?id=43935 Stefan Dösinger <stefan(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan(a)codeweavers.com --- Comment #21 from Stefan Dösinger <stefan(a)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.