https://bugs.winehq.org/show_bug.cgi?id=43743
Kimmo Myllyvirta kimmo.myllyvirta@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kimmo.myllyvirta@gmail.com
--- Comment #1 from Kimmo Myllyvirta kimmo.myllyvirta@gmail.com --- Created attachment 59237 --> https://bugs.winehq.org/attachment.cgi?id=59237 hack for staging
This is caused by unimplemented context state save/restore in ExecuteCommandList. The game creates multiple command lists which contain only UpdateSubresource and CopySubresourceRegions, and runs them with restore_state = TRUE.
It should be playable with the attached hack.