-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion hit when trying to trace vkd3d-proton #551
Comments
Currently I cannot repro this issue with the
Tried with both @Oschowa do you have any more info that might help me repro? Thanks |
It turns out i'm also only hitting this assert when using |
That's interesting...Ok, I'll take a look at that. |
@Oschowa the issue seems to be a missing handler for |
To add a little more detail, we do handle capturing and non-trimmed replay of |
I can confirm that recording a triggered capture seems to work fine now, thanks. However, I've been unable to successfully replay a capture taken from any vkd3d-proton application, be it the |
@Oschowa - do you have time to open another issue stating this? I wasn't able to replay trimmed output from vkd3d gears, but I could replay a non-trimmed capture. Can you replay non-trimmed captures? (I will open the issue myself if you'd like, but I thought it would be good to have your name attached to it for tracking.) |
gfxrecon version: v0.9.8
OS: Arch Linux
Driver: Mesa recent main
When trying to trace content running with vkd3d-proton v2.4 with gfxrecon, I hit the following assertion:
This happens both with d3d12 games (tested DEATH STRANDING and Scarlet Nexus on Proton Experimental), as well as with the
gears
demo app from vkd3d-proton.To reproduce:
git clone --recurse-submodules https://github.com/HansKristian-Work/vkd3d-proton
meson -D enable_extras=true
gears
program with gfxreconThe text was updated successfully, but these errors were encountered: