Bug Report OBS Qt error

Panakotta00

New Member
Hey Guys!
I have an Problem! I have installed OBS on my Debian8 Server. When I execcute "obs" in my command line on my lxde desktop with xrdp, i have the follow error:

QXcbConnection: Failed to initialize XRandr
Qt: XKEYBOARD extension not present on the X server.
Segmentation fault

Can any body help me?
 

c3r1c3

Member
Please type 'glxinfo | grep OpenGL' into your terminal, upload the output to a site like http://pastebin.com/ and then link it here.

Also do you have the XKeyboard extension installed on your system?

Lastly, how did you install OBS? Compile from source? Pre-built binary?
 

Panakotta00

New Member
1.:


libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:

2. : Sorry, i don't know. How I can check it or install it?

3. : Compiled from source.
 

c3r1c3

Member
OBS requires hardware OpenGL 3.2+ support, which your system doesn't have. That explains the segmentation fault (i.e. why OBS crashes). Once you get that issue resolved, we can continue forward.
 

Panakotta00

New Member
OK, i think i have it. But with that installation I dont have glxinfo.
But now I have these error:
Cannot mix incompatible Qt library (version 0x50302) with this library (version 0x50601)
 

c3r1c3

Member
You need to provide the output of glxinfo.

As to the error you posted, if your version of qt is older then 5.7, then you might have issues.
 
Top