David Rosca
                                            David Rosca
                                        
                                    > so is there any other way to hook vkcapture into the driver or whatever? No, ask (or wait for) nvidia to add this extension. It may be possible to...
Please do `coredumpctl gdb` on the core (it's useless outside of your system), then type `bt` and enter.
Is that with obs-vkcapture debug build? I would say it just incorrectly resolves EGL functions, but it seems to crash too deep inside the driver for it to be the...
This would be a debug build ```patch diff --git a/dist/PKGBUILD b/dist/PKGBUILD index a5d7301..e7487bf 100644 --- a/dist/PKGBUILD +++ b/dist/PKGBUILD @@ -10,6 +10,7 @@ depends=('vulkan-icd-loader' 'obs-studio>=27') makedepends=('git' 'gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader')...
You only need OBS_USE_EGL when you are on X11, it's not needed on Wayland. You also have to run any OpenGL application with `obs-glcapture`, it can't attach to running process....
> I'm having that Failed to get buffer from pixmap error, any pointers on how I could find out what's happening? There's not an easy way to find out what's...
Can someone please test with the latest driver?
Can you try this patch? ```diff diff --git a/src/glinject.c b/src/glinject.c index d4339ac..0166fa4 100644 --- a/src/glinject.c +++ b/src/glinject.c @@ -144,6 +144,9 @@ static bool gl_init_funcs(bool glx) hlog("Failed to open libxcb-dri3.so.0"); return...
Thanks for testing. No idea what's wrong then. Maybe it doesn't like the parameters it creates the GLX pixmap, but hard to say.
No, because there is no dmabuf support in dri2. Also, glx capture doesn't currently work with up-to-date nvidia drivers anyway, so you are not missing out :D