Can you try a newer build? We've already fixed an issue with one of the commits you linked.
Sekiro works here (on Linux) on current master, please make sure to test an up to date build.
That said, we recently added some code to report the display's HDR capabilities but we don't support HDR yet, and it's also impossible to support it at all in games that only support it via NVAPI/AMDAGS (which at least to my knowledge is the case for Sekiro). It's possible that things just break due to that right now.
Sorry for not mentioning it in OP but yes, I started to have crashes exactly on up to date 9f7066677731e9a7ef2fa16cf85e36fd32c3313a build first and then started searching for commits that broke it for me.
Sekiro does start in HDR first and I play in HDR mode too so it could be it.
DXVK doesn't support HDR and especially not the way HDR is implemented in Sekiro.
Can you try this branch and post a new log? https://github.com/doitsujin/dxvk/tree/dxgi-printf-debug-stuff
Just looking at the code, we don't actually report HDR colour spaces yet but we do report HDR metadata. Just need to figure out if the crash happens in our own code somewhere or in the game's code.
Can reproduce with the github builds, parsing the monitor EDID fails. No idea why, not sure why it's specific to the CI builds either (local builds work). This affects all games that ever query display information.
Here is log with dxgi-printf-debug-stuff branch
sekiro_dxgi.log
Yes, it does not crash now, thank you very much!
0xc0000005x1 2022-11
With DXVK build with commit aa71e7e Sekiro fails to start with following error message:
"sekiro.exe - Fatal Application Exit
Unhandled Exception! See console output for more infos! ExpCode: 0xC0000005 ExpFlags: 0 ExpAddress: 0x00007FF97D1E5870 "
With DXVK 2.0 it works OK. Trying to nail down which commit broke Sekiro I came across two commits:
First one is already reverted but it still made bit harder (for me) to track down second commit that lead to crashes.
Software information
Sekiro: Shadows Die Twice
System information
Log files
sekiro_dxgi.log
modenginecrash.log
Thanks!