Question / Help Linux Mint 17.3 "Failed to initialize video: Invalid parameters"

tessaRosa

New Member
Hi! i just recently installed OBS to my computer running linux mint 17.3 useing


sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update && sudo apt-get install obs-studio


The program was working fine the first time i used it. I made one scene then closed it. Then the next time i tried to open it i get a message saying
"Failed to initialize video: Invalid parameters"

So when i try running obs through the terminal this is what i get

Code:
tes@tessa-fromhell-1781 ~ $ 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/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
info: Processor: 4 logical cores
info: Processor: Intel(R) Core(TM) i3-4170 CPU @ 3.70GHz
info: Physical Memory: 7901MB Total
info: Kernel Version: Linux 4.2.0-22-generic
info: Distribution: "Ubuntu" "14.04"
QObject::connect: invalid null parameter
info: OBS 0.12.4 (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 44100
    speakers:        2
    buffering (ms):  1000
error: Failed to initialize video:  Invalid parameters

so has anyone else had this problem?
or know what may have caused it/ how to fix?
 
Last edited:

Harold

Active Member
from a terminal, run glxinfo | grep OpenGL
Paste the results.

Also, what settings did you originally set for video?
 

tessaRosa

New Member
Code:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.5.9
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.5.9
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:


thats what i get ^


and also, i don't think i changed any of the video settings from their default
 
Top