Bug Report The program crash as I open it

Gianmarco

New Member
I don't know if my report can be useful.
I tried to open OBS from the Linux terminal in order to get more information about the crash.
As you can see from the code below I'm on Ubuntu 14.04 @ 64 bit.

Code:
gianmarco@gianmarco-F5SL:~$ obs
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/locale/it-IT.ini
Attempted path: /usr/share/obs/obs-studio/locale/it-IT.ini
info: Using preferred locale 'it-IT'
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.6.4 (linux)
info: Processor: 2 logical cores
info: Processor: Intel(R) Core(TM)2 Duo CPU     T5750  @ 2.00GHz
info: Physical Memory: 3009MB Total
info: Kernel Version: Linux 3.13.0-24-generic
info: Distribution: "Ubuntu" "14.04"
info: audio settings reset:
    samples per sec: 44100
    speakers:        2
    buffering (ms):  1000

info: X and Y: 917 489
Backbuffers: 2
Color Format: 3
ZStencil Format: 0
Adapter: 0

error: Failed to create OpenGL context.
error: device_create (GL) failed
error: Failed to initialize video:  Unspecified error
info: Number of memory leaks: 146
gianmarco@gianmarco-F5SL:~$
 

admalledd

Member
Mind running "glxinfo |grep OpenGL"? That error of "unspecified error" tends to come up if you use the Intel GPU and the gpu doesn't support a current enough GL for OBS. Another question is some details on what your running hardware is? (CPU is in the log as Intel Core2 T5750, but is there a dedicated GPU? do you use bumblebee or such?)

Looking on wikipedia, if you just use the Intel GPU chipset you won't have a recent enough OpenGL or GPU Shaders. (I could also be looking up things wrong though...)
 
Top