David Rosca
David Rosca
You can try `LD_LIBRARY_PATH=/usr/local/lib/i686-linux-gnu` if it helps.
Probably would be a good idea to setup a blacklist same as mangohud [does]( https://github.com/flightlessmango/MangoHud/blob/d27f13fa888ca9eca392ea79d690df240d4985bb/src/blacklist.cpp). It should "fix" the steam issue. As for why `obs-glcapture` isn't working for you for...
Are you running it with Proton from Steam (so it runs in the Steam runtime)? Maybe the library isn't available from the sandbox.
Makes sense, your custom library path won't be available inside the sandbox. Vulkan capture works because steam runtime will make all Vulkan layers from host available in the sandbox. To...
Actually in Steam case the problem is in the dlsym, so blacklist won't help.
Is this with current `master`?
For me it just crashes :D GL capture with 32 bit apps seems to be broken.
That's interesting. Are you running it with Wine and it is a 32bit application, correct? Are you on Wayland (running in XWayland) or on X11? Also can you please try...
Well, I don't have those games (at least, the Linux versions) so I can't really test it myself. I assume the game is frozen when this happens, or is the...
`obs-glcapture your-game-binary &> out.log`