doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
13.45k stars 868 forks source link

The Division crashes when entering the menu since 1.3 #1149

Closed pingubot closed 5 years ago

pingubot commented 5 years ago

The Division crashes when entering the menu with >= 1.2 , 1.2.3 works fine. Bisecting shows the following commit is the issue:

commit 1cc531eaf8002cef3e9707cdc3398f45909e38d2
Author: Philip Rebohle <philip.rebohle@tu-dortmund.de>
Date:   Fri Jul 5 10:25:06 2019 +0200

    [d3d11] Return error when mapping an already mapped image

    Final Fantasy XIV does this. Should avoid some unnecessary work.

Reverting that commit lets the game enter the menu again.

doitsujin commented 5 years ago

Fixed in the above commit.