Skip to content
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

Failed recreating ID3D12Device::CreateCommittedResource, HRESULT: E_INVALIDARG #3514

Open
xoyojank opened this issue Jan 2, 2025 · 3 comments
Labels
Bug A crash, misbehaviour, or other problem Need More Info More information is needed from a user to work on this issue

Comments

@xoyojank
Copy link

xoyojank commented Jan 2, 2025

Description of Bug

capture a dx12 game, replay it: Failed recreating ID3D12Device::CreateCommittedResource, HRESULT: E_INVALIDARG

Steps to reproduce

open the capture file below:
https://drive.google.com/file/d/1Zq7Te92yjz4RBpo-XDoX7608IbD_wzpx/view?usp=sharing

Environment

  • RenderDoc version: 1.36, 1.37
  • Operating System: Win10
  • Graphics API: DX12

AMD 5700XT and RTX 3060Ti have the same error while replay

@Zorro666 Zorro666 added Bug A crash, misbehaviour, or other problem Unresolved Waiting for a fix or implementation labels Jan 2, 2025
@Zorro666 Zorro666 self-assigned this Jan 2, 2025
@Zorro666
Copy link
Collaborator

Zorro666 commented Jan 2, 2025

It looks like the capture was made on AMD Radeon RX 5700 XT.
Replaying on an nVidia system the error during replay is because a heap is not large enough to create a resource.
Captures are not guaranteed to be portable which would explain it not working on an nVidia GPU or a different AMD GPU.

Please can you double check if the capture loads on the same machine it was created on?

@Zorro666 Zorro666 added Need More Info More information is needed from a user to work on this issue and removed Unresolved Waiting for a fix or implementation labels Jan 2, 2025
@xoyojank
Copy link
Author

xoyojank commented Jan 3, 2025 via email

@Zorro666 Zorro666 added Unresolved Waiting for a fix or implementation Need More Info More information is needed from a user to work on this issue and removed Need More Info More information is needed from a user to work on this issue Unresolved Waiting for a fix or implementation labels Jan 3, 2025
@baldurk
Copy link
Owner

baldurk commented Jan 6, 2025

Yes if you can share a capture created on a 3060Ti that would be helpful.

@Zorro666 Zorro666 removed their assignment Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A crash, misbehaviour, or other problem Need More Info More information is needed from a user to work on this issue
Projects
None yet
Development

No branches or pull requests

3 participants