Question / Help Obs crash at start

Bladees

Member
Hello, i hale a trochę with startem obs at Ubuntu, lxde
Herę is control log
Code:
str@vz3272:~$ obs
Qt: XKEYBOARD extension not present on the X server.
Xlib:  extension "RANDR" missing on display ":1.0".
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/themes/Default.qss
Attempted path: /usr/share/obs/obs-studio/themes/Default.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
QObject::connect: invalid null parameter

Hot can i fax IT? I need to run IT at linux :/
At the end of logs there is a segmentation fault error :x can some1 help me?
 
Well first you need to be sure to have some packages installed.
In a terminal:
Code:
sudo apt-get install libxkcbcommon0 libxrandr2 libqt5core5a
 

Bladees

Member
so its already installed, im trying it on LXDE (i guess its not problem) btw i tried to open it as administrator and here it is:


root@vz3272:/home/str/.vnc# obs
Invalid MIT-MAGIC-COOKIE-1 keyQXcbConnection: Could not connect to display :1
Aborted
 
Yeah it matters... Check you've got "x11vnc" installed (on the PC you're having access from, assuming it's a Linux computer too) and try with it.
Code:
sudo apt-get install x11vnc
 

Raydude

New Member
I'm having this problem too. I'm running Kubuntu 14.04 and the above packages are installed. I'm using x2goclient. What is the voodoo to get it to run?

Code:
obs
QXcbConnection: Failed to get the primary output of the screen
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/Default.qss
Attempted path: /usr/share/obs/obs-studio/themes/Default.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
QObject::connect: invalid null parameter
info: OBS 0.9.1 (linux)
QXcbConnection: XCB error: 172 (Unknown), sequence: 158, resource id: 106, major code: 149 (Unknown), minor code: 20
info: Processor: 4 logical cores
info: Processor: Intel(R) Core(TM) i5-4670T CPU @ 2.30GHz
info: Physical Memory: 15906MB Total
info: Kernel Version: Linux 3.13.0-44-generic
info: Distribution: "Ubuntu" "14.04"
info: audio settings reset:
        samples per sec: 44100
        speakers:        2
        buffering (ms):  1000

info: X and Y: 902 469
Backbuffers: 2
Color Format: 3
ZStencil Format: 0
Adapter: 0

Segmentation fault (core dumped)
 
Top