Question / Help Linux Mint 17.1 Installation OpenGL Problem

TeoChristian

New Member
Hello!

I have a problem after installing OBS on my Linux Mint 17.1 KDE (Ubuntu based edition).

When I start OBS i get this error: Failed to create OpenGL context. AND Failed to create context!

I installed intel linux graphics but the same problem.

Does anyone knows how can I solve this problem. I need to use OBS urgently.

Thank you so much!

The error:

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)
info: Processor: 4 logical cores
info: Processor: Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
info: Physical Memory: 3752MB Total
info: Kernel Version: Linux 3.13.0-37-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

error: Failed to create OpenGL context.
error: Failed to create context!
*** Error in `obs': double free or corruption (out): 0x000000000263fdc0 ***
Aborted


My Open GL
glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile
OpenGL version string: 2.1 Mesa 10.1.3
OpenGL shading language version string: 1.20
OpenGL extensions:

 

Lain

Forum Admin
Lain
Forum Moderator
Developer
Could also mean you just need a later version of mesa. They only recently added support for OpenGL 3.2.
 
Could also mean you just need a later version of mesa. They only recently added support for OpenGL 3.2.

Unfortunately, if I remember well, Intel integrated OpenGL 3.2-3.3 in Mesa for its integrated GPU only from "Sandy Bridge" generation to the last one. And "Ironlake" is the generation just before "Sandy Bridge"...
 
Top