Open n-sweep opened 3 months ago
Based on the last error... mind running nix-shell -p libva-utils --run vainfo
?
thanks for the response @eclairevoyant! here's the result:
n@xps λ nix-shell -p libva-utils --run vainfo
this path will be fetched (0.49 MiB download, 3.39 MiB unpacked):
/nix/store/ppybbrla0h9sq54wars85j89iiag9xh0-libva-utils-2.21.0
copying path '/nix/store/ppybbrla0h9sq54wars85j89iiag9xh0-libva-utils-2.21.0' from 'https://cache.nixos.org'...
Trying display: wayland
Trying display: x11
libva info: VA-API version 1.21.0
libva info: Trying to open /run/opengl-driver/lib/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib32/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/i386-linux-gnu/dri/iHD_drv_video.so
libva info: va_openDriver() returns -1
libva info: Trying to open /run/opengl-driver/lib/dri/i965_drv_video.so
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Trying to open /usr/lib32/dri/i965_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Trying to open /usr/lib/i386-linux-gnu/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
probably a config error then, look into https://wiki.archlinux.org/title/Hardware_video_acceleration#Configuring_VA-API etc.
@eclairevoyant thanks for the documentation, any insight into what changed from 23.11 to 24.05 that would lead to this? aside from the channel, my config hasn't changed since the package worked.
But why would obs show no UI if there is no VAAPI support? This is a weird issue.
the config steps at https://wiki.archlinux.org/title/Hardware_video_acceleration#Configuring_VA-API unfortunately didn't affect the behavior
But why would obs show no UI if there is no VAAPI support? This is a weird issue.
I also cannot kill the obs processes once started, they can only be stopped by rebooting
Describe the bug
obs-studio hangs on launch since updating from 23.11
Steps To Reproduce
Steps to reproduce the behavior:
After updating from 23.11...
obs
via dmenuExpected behavior
OBS launches as normal
Actual behavior
Screenshots
Additional context
Output of
ps aux | rg obs
:Running via nix-shell:
nix-shell -p obs-studio
obs
to start OBS StudioOutput:
at this point, the window in the screenshot above is shown. if I select "Launch Anyway":
Notify maintainers
@eclairevoyant @jb55 @materus @fpletz
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.