drirc/anv: DiggingGame.exe needs force_vk_vendor=-1

Otherwise, it fails with a message:

  "Assertion failed: IsValidIndex(Index)
   [File:D:\\build\\++UE5\\Sync\\Engine\\Source\\Runtime\\Core\\Public\\Containers\\UnrealString.h]
   [Line: 218] \nString index out of bounds: Index 0 from a string with
   a length of 0"

Thanks to the ProtonDB community for having figured this out and
documented it for us.

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12695
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34103>
(cherry picked from commit e72ad49622)
This commit is contained in:
Paulo Zanoni 2025-03-20 16:45:05 -07:00 committed by Eric Engestrom
parent 88c7326a61
commit 9acee7d46b
2 changed files with 4 additions and 1 deletions

View file

@ -2894,7 +2894,7 @@
"description": "drirc/anv: DiggingGame.exe needs force_vk_vendor=-1",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -1270,6 +1270,9 @@ TODO: document the other workarounds.
<application name="Bellwright" executable="BellwrightGame-Win64-Shipping.exe">
<option name="force_vk_vendor" value="-1" />
</application>
<application name="A Game About Digging A Hole" executable="DiggingGame.exe">
<option name="force_vk_vendor" value="-1" />
</application>
<application name="DIRT 5" executable="DIRT5.exe">
<option name="fp64_workaround_enabled" value="true" />
</application>