Skip to content

Version 3.0.2

Latest

Choose a tag to compare

@doitsujin doitsujin released this 17 Jul 22:38
v3.0.2

Hang debugging

In case of a GPU hang or driver crash resulting in VK_ERROR_DEVICE_LOST errors, the environment variable DXVK_DEBUG=hang can now be used to help narrow down the crash location. Resulting log files may provide useful information in bug reports. This works best on AMD and Nvidia GPUs. See PR #5790 for details.

Bug fixes and Improvements

  • Worked around a performance regression in games that create a new DXGI factory every single frame.
    This affects Dying Light: The Beast with FSR enabled, and potentially other D3D12 games.
  • Granblue Fantasy Relink: Fixed spurious GPU hangs on Nvidia, may affect other games. (#5785)
  • Halo CE: Worked around a game bug causing rendering issues. (PR #5783)
  • Overwatch: Fixed potential swapchain issue when running at non-native resolutions. (PR #5794)
  • Splinter Cell: Chaos Theory: Worked around a game bug that would cause night vision to misrender. (#5780)