Segmentation fault (core dumped)

Maks1116

New Member
I have installed obs-studio package from apt on ubuntu 20.04 running on raspberry pi 4b. When I start obs studio on awesome wm I get this:

Code:
qt.qpa.xcb: XKeyboard extension not present on the X server
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/locale.ini
Attempted path: /usr/share/obs/obs-studio/locale.ini
Attempted path: share/obs/obs-studio/themes/Dark.qss
Attempted path: /usr/share/obs/obs-studio/themes/Dark.qss
info: Physical Cores: 4, Logical Cores: 4
info: Physical Memory: 7811MB Total, 3674MB Free
info: Kernel Version: Linux 5.4.0-1041-raspi
info: Distribution: "Ubuntu" "20.04"
info: Window System: X11.0 - vendor string: AT&T Laboratories Cambridge - vendor release: 3332
warning: xcb_get_keyboard_mapping_reply failed
info: Portable mode: false
Segmentation fault (core dumped)

This is what i get in log file:

Code:
10:23:19.646: Physical Cores: 4, Logical Cores: 4
10:23:19.646: Physical Memory: 7811MB Total, 3674MB Free
10:23:19.646: Kernel Version: Linux 5.4.0-1041-raspi
10:23:19.646: Distribution: "Ubuntu" "20.04"
10:23:19.647: Window System: X11.0 - vendor string: AT&T Laboratories Cambridge - vendor release: 3332
10:23:19.648: xcb_get_keyboard_mapping_reply failed
10:23:19.648: Portable mode: false

Am I doing something wrong or is it obs studio bug?
 

Tuna

Member
Looks like you are trying to run it via a VNC session. Likely no OpenGL support present on that session. But note in general running OBS on the Pi is not supported.
 
Top