You are not logged in.
$ obs
debug: Found portal inhibitor
debug: Attempted path: share/obs/obs-studio/locale/en-US.ini
debug: Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
debug: Attempted path: share/obs/obs-studio/locale.ini
debug: Attempted path: /usr/share/obs/obs-studio/locale.ini
debug: Attempted path: share/obs/obs-studio/locale/en-GB.ini
debug: Attempted path: /usr/share/obs/obs-studio/locale/en-GB.ini
info: Using preferred locale 'en-GB'
debug: Attempted path: share/obs/obs-studio/themes/Yami.qss
debug: Attempted path: /usr/share/obs/obs-studio/themes/Yami.qss
warning: [Safe Mode] Unclean shutdown detected!
info: [Safe Mode] User has launched in Safe Mode.
info: Using EGL/X11
info: CPU Name: AMD Ryzen 5 3600X 6-Core Processor
info: CPU Speed: 2144.460MHz
info: Physical Cores: 6, Logical Cores: 12
info: Physical Memory: 15938MB Total, 12040MB Free
info: Kernel Version: Linux 6.6.9-arch1-1
info: Distribution: "Arch Linux" Unknown
info: Session Type: tty
info: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
info: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
info: Portable mode: false
warning: Safe Mode enabled.
info: OBS 30.0.2-1 (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
samples per sec: 48000
speakers: 2
max buffering: 960 milliseconds
buffering type: dynamically increasing
info: ---------------------------------
info: Initializing OpenGL...
info: Loading up OpenGL on adapter NVIDIA Corporation NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
info: OpenGL loaded successfully, version 3.3.0 NVIDIA 545.29.06, shading language 3.30 NVIDIA via Cg compiler
info: ---------------------------------
info: video settings reset:
base resolution: 1920x1080
output resolution: 1280x720
downscale filter: Bicubic
fps: 30/1
format: NV12
YUV mode: Rec. 709/Partial
info: NV12 texture support not available
info: P010 texture support not available
info: Audio monitoring device:
name: Default
id: default
info: ---------------------------------
warning: Failed to load 'en-US' text for module: 'decklink-captions.so'
warning: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
warning: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
warning: Failed to initialize module 'decklink.so'
warning: Skipping module 'frontend-tools', not on safe list
info: [pipewire] No captures available
warning: v4l2loopback not installed, virtual camera disabled
info: NVENC supported
warning: LIBVA_DRIVER_NAME variable is set, this could prevent FFmpeg VAAPI from working correctly
[1] 24386 segmentation fault (core dumped) obsany ideas?
Last edited by IsItWashable (2024-01-05 16:45:57)
Offline
Is this on a fresh config or did you change any settings and causing it to crash?
Offline
I had this issue a few months ago but kind of just forgot about it since I don't use OBS often, so I can't remember what settings have been changed. I have just gave it a fresh config but it still won't run.
Last edited by IsItWashable (2024-01-05 16:29:38)
Offline
Here is a recent logfile
16:26:10.930: Using EGL/X11
16:26:10.930: CPU Name: AMD Ryzen 5 3600X 6-Core Processor
16:26:10.930: CPU Speed: 4376.166MHz
16:26:10.930: Physical Cores: 6, Logical Cores: 12
16:26:10.930: Physical Memory: 15938MB Total, 3365MB Free
16:26:10.930: Kernel Version: Linux 6.6.9-arch1-1
16:26:10.930: Distribution: "Arch Linux" Unknown
16:26:10.930: Session Type: tty
16:26:10.930: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
16:26:10.931: Qt Version: 6.6.1 (runtime), 6.6.1 (compiled)
16:26:10.931: Portable mode: false
16:26:10.979: OBS 30.0.2-1 (linux)
16:26:10.979: ---------------------------------
16:26:10.980: ---------------------------------
16:26:10.980: audio settings reset:
16:26:10.980: samples per sec: 48000
16:26:10.980: speakers: 2
16:26:10.980: max buffering: 960 milliseconds
16:26:10.980: buffering type: dynamically increasing
16:26:10.981: ---------------------------------
16:26:10.981: Initializing OpenGL...
16:26:11.021: Loading up OpenGL on adapter NVIDIA Corporation NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
16:26:11.021: OpenGL loaded successfully, version 3.3.0 NVIDIA 545.29.06, shading language 3.30 NVIDIA via Cg compiler
16:26:11.043: ---------------------------------
16:26:11.043: video settings reset:
16:26:11.043: base resolution: 1920x1080
16:26:11.043: output resolution: 1280x720
16:26:11.043: downscale filter: Bicubic
16:26:11.043: fps: 30/1
16:26:11.043: format: NV12
16:26:11.043: YUV mode: Rec. 709/Partial
16:26:11.043: NV12 texture support not available
16:26:11.043: P010 texture support not available
16:26:11.043: Audio monitoring device:
16:26:11.043: name: Default
16:26:11.043: id: default
16:26:11.044: ---------------------------------
16:26:11.052: Failed to load 'en-US' text for module: 'decklink-captions.so'
16:26:11.059: Failed to load 'en-US' text for module: 'decklink-output-ui.so'
16:26:11.066: A DeckLink iterator could not be created. The DeckLink drivers may not be installed
16:26:11.066: Failed to initialize module 'decklink.so'
16:26:11.178: [pipewire] No captures available
16:26:11.200: v4l2loopback not installed, virtual camera disabled
16:26:11.235: NVENC supported
16:26:11.235: LIBVA_DRIVER_NAME variable is set, this could prevent FFmpeg VAAPI from working correctlyOffline
found this post https://github.com/obsproject/obs-studio/issues/8056.
running "sudo pacman -R vdpau-va-driver" solved the issue.
Offline