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

Issue consistently capturing MangoHud #81

Closed
GloriousEggroll opened this issue Aug 1, 2022 · 3 comments
Closed

Issue consistently capturing MangoHud #81

GloriousEggroll opened this issue Aug 1, 2022 · 3 comments

Comments

@GloriousEggroll
Copy link

In DOOM Eternal if I enable MangoHud and use obs-vkcapture to capture the game, sometimes (frequently) between loading screens obs-vkcapture will stop capturing mangohud. The hud still stays on on my actual screen but it disappears from the capture. Video sample attached.

https://youtu.be/DDIXR3ojpRQ

@nowrep
Copy link
Owner

nowrep commented Aug 1, 2022

Can you post logs from the game? Do you use explicit layer config (see #14) to force layer loading order?

@GloriousEggroll
Copy link
Author

GloriousEggroll commented Aug 1, 2022

Unfortunately I tried multiple variations and just could not get mangohud to stick.

Moved:
obs_vkcapture_32.json obs_vkcapture_64.json MangoHud.json from /usr/share/vulkan/implicit_layer.d to /usr/share/vulkan/explicit_layer.d

Disabled steam overlay.

(1) Tried:
VK_INSTANCE_LAYERS=VK_LAYER_MANGOHUD_overlay:VK_LAYER_OBS_vkcapture_64:VK_LAYER_OBS_vkcapture_32 OBS_VKCAPTURE=1 mangohud %command%

mangohud stops being captured at the intro logo/main menu

(2) Tried:
VK_INSTANCE_LAYERS=VK_LAYER_OBS_vkcapture_64:VK_LAYER_OBS_vkcapture_32:VK_LAYER_MANGOHUD_overlay OBS_VKCAPTURE=1 mangohud %command%

mangohud never captures

(3) Tried:
VK_INSTANCE_LAYERS=VK_LAYER_MANGOHUD_overlay:VK_LAYER_OBS_vkcapture_64 OBS_VKCAPTURE=1 mangohud %command%

Same problem as (1)

(4) Tried:
VK_INSTANCE_LAYERS=VK_LAYER_OBS_vkcapture_64:VK_LAYER_MANGOHUD_overlay OBS_VKCAPTURE=1 mangohud %command%

Same problem as (2)

log attached
steam-782330.log

@nowrep nowrep closed this as completed in e03cbba Aug 3, 2022
@GloriousEggroll
Copy link
Author

thanks, just tested, working great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants