protonscr

How to correctly use RenderDoc for capture in Wine

vkd3dclosed
HansKristian-Work/vkd3d-proton#2619 · opened 2025-09-17 by baikaishiuc · updated 2025-09-17 · 2 comments · github
Bbaikaishiuc 2025-09-17 github

I’ve spent the whole day researching, but I still can’t find a way to properly capture graphics with RenderDoc on Linux for an app running through vkd3d-proton.

So far, I’ve tried two main methods:

Using LD_PRELOAD=/xx/xx/librenderdoc.so

Using qrenderdoc to launch Wine

Neither of them worked.

Could someone provide a simple tutorial?

Mmbriar 2025-09-17 github

Simply ENABLE_VULKAN_RENDERDOC_CAPTURE=1 as environment variable works just fine.

Bbaikaishiuc 2025-09-17 github

Simply ENABLE_VULKAN_RENDERDOC_CAPTURE=1 as environment variable works just fine.

Cool, it works.

Nothing extracted yet.