baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org
MIT License
9.03k stars 1.35k forks source link

Couldn't initialise replay: 16 #2153

Closed ysj1801 closed 3 years ago

ysj1801 commented 3 years ago

Description status,controller = cap.OpenCapture(rd.ReplayOptions(), None) if status != rd.ReplayStatus.Succeeded: raise RuntimeError("Couldn't initialise replay: " + str(status))

status=16, controller=None python:3.6.4

Steps to reproduce run example
path: docs\python_api\examples\renderdoc_intro.py

baldurk commented 3 years ago

Hi there, your issue has been closed again due to not correctly following the issue template. DO NOT open another issue that is badly formatted or I will temporarily block you.

Please read the documentation about filing issues and open a new issue which does follow the issue template. Do not reply to this issue with more information or with a correctly formatted issue, as that will only lead to confusion.

I try to address all github issues and fix bugs quickly, but badly formatted issues or poorly described bug reports especially are a significant drain on project resources. Taking a few minutes to file a good issue makes a huge difference and will get it addressed faster - everybody wins!

In github when you first create a new issue the form is pre-populated with a template which you should read over and follow. As linked above there is documentation going into more detail about what makes a good issue.