Question / Help Not running after building on Debian

JonnyTech

New Member
After building from instructions (https://github.com/obsproject/obs-studio/wiki/Install-Instructions#debian-based-build-directions), OBS does not start with the following error:

Code:
$ obs --verbose --unfiltered_log
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: Command Line Arguments: --verbose --unfiltered_log
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
info: CPU Name: Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
info: CPU Speed: 1998.232MHz
info: Physical Cores: 2, Logical Cores: 4
info: Physical Memory: 7885MB Total, 2874MB Free
info: Kernel Version: Linux 4.14.0-3-amd64
info: Distribution: "Debian GNU/Linux" "9"
info: Portable mode: false
QMetaObject::connectSlotsByName: No matching signal for on_advAudioProps_clicked()
QMetaObject::connectSlotsByName: No matching signal for on_advAudioProps_destroyed()
QMetaObject::connectSlotsByName: No matching signal for on_program_customContextMenuRequested(QPoint)
info: OBS 21.1.1-207-ga8517f36 (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 44100
    speakers:        2
info: ---------------------------------
info: Initializing OpenGL...
info: Loading up OpenGL on adapter Intel Open Source Technology Center Mesa DRI Intel(R) Haswell Mobile
info: OpenGL loaded successfully, version 3.3 (Core Profile) Mesa 13.0.6, shading language 3.30
info: ---------------------------------
info: video settings reset:
    base resolution:   1920x1080
    output resolution: 1280x720
    downscale filter:  Bicubic
    fps:               30/1
    format:            NV12
    YUV mode:          601/Partial
info: Audio monitoring device:
    name: Default
    id: default
obs: symbol lookup error: obs: undefined symbol: signal_handler_connect_ref

Any suggestions please?
 
Top