ebkalderon / renderdoc-rs

RenderDoc application bindings for Rust
Apache License 2.0
45 stars 6 forks source link

Couldn't find matching frame capturer for ... #113

Closed kvark closed 1 year ago

kvark commented 3 years ago

Downstream - https://github.com/gfx-rs/wgpu/issues/1349

Core 360000 14:41:59 target_control.cpp(585) Log Got remote handshake: play [360694] Core 360694 14:41:59 core.cpp(770) Error Couldn't find matching frame capturer for device 0000000000000000 window 0000000000000000 from 0 device frame capturers and 0 frame capturers Core 360694 14:42:02 core.cpp(770) Error Couldn't find matching frame capturer for device 0000000000000000 window 0000000000000000 from 0 device frame capturers and 0 frame capturers

Our code:

        rd.start_frame_capture(std::ptr::null(), std::ptr::null());
       // do stuff
        rd.end_frame_capture(std::ptr::null(), std::ptr::null());
ebkalderon commented 1 year ago

This seems to have been fixed upstream, correct? I think this ticket should be safe to close, but please feel free to post and have this reopened anytime. Thanks for reporting!