Bug Report Installed OBS, but have an error

Guinivere

New Member
Okay, to start off, I'm completely new to Linux so bear with me. I have Ubuntu 14.04 LTS. I've managed to install a few things as per the Wiki:

This is the version of OpenGL I have:
  1. OpenGL vendor string: Intel Open Source Technology Center
  2. OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile
  3. OpenGL version string: 2.1 Mesa 10.1.3
  4. OpenGL shading language version string: 1.20
  5. OpenGL extensions:
  6. OpenGL ES profile version string: OpenGL ES 2.0 Mesa 10.1.3
  7. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
  8. OpenGL ES profile extensions:
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next yielded this result
  1. This PPA provides backported release ffmpeg for current releases Ubuntu (Trusty, Utopic, etc.)
  2. More info: https://launchpad.net/~kirillshkrogalev/+archive/ubuntu/ffmpeg-next
  3. Press [ENTER] to continue or ctrl-c to cancel adding it
Enter ...

  1. gpg: keyring `/tmp/tmptpdw9c6u/secring.gpg' created
  2. gpg: keyring `/tmp/tmptpdw9c6u/pubring.gpg' created
  3. gpg: requesting key 8EFE5982 from hkp server keyserver.ubuntu.com
  4. gpg: /tmp/tmptpdw9c6u/trustdb.gpg: trustdb created
  5. gpg: key 8EFE5982: public key "Launchpad PPA for Kyrill" imported
  6. gpg: Total number processed: 1
  7. gpg: imported: 1 (RSA: 1)
  8. OK
sudo apt-get update && sudo apt-get install ffmpeg yielded this result (sorry, lot of info ...)
  1. Fetched 3,737 kB in 13s (277 kB/s)
  2. Reading package lists... Done
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. ffmpeg is already the newest version.
  7. The following packages were automatically installed and are no longer required:
  8. libatk-bridge2.0-0:i386 libatk1.0-0:i386 libatspi2.0-0:i386
  9. libcairo-gobject2:i386 libcairo2:i386 libcolord1:i386 libcurl3:i386
  10. libdbus-glib-1-2:i386 libdbusmenu-glib4:i386 libdbusmenu-gtk3-4:i386
  11. libdbusmenu-gtk4:i386 libgconf-2-4:i386 libgdk-pixbuf2.0-0:i386
  12. libgraphite2-3:i386 libgtk-3-0:i386 libgtk2.0-0:i386 libharfbuzz0b:i386
  13. libidn11:i386 libjasper1:i386 libnspr4:i386 libnss3:i386 libpango-1.0-0:i386
  14. libpango1.0-0:i386 libpangocairo-1.0-0:i386 libpangoft2-1.0-0:i386
  15. libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libpixman-1-0:i386 librtmp0:i386
  16. libssl1.0.0:i386 libwayland-client0:i386 libwayland-cursor0:i386
  17. libxcb-render0:i386 libxcb-shm0:i386 libxft2:i386 libxkbcommon0:i386
  18. libxtst6:i386 linux-image-generic
  19. Use 'apt-get autoremove' to remove them.
  20. 0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
sudo add-apt-repository ppa:obsproject/obs-studio yielded this result
  1. Latest stable release of OBS Studio
  2. More info: https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio
  3. Press [ENTER] to continue or ctrl-c to cancel adding it
Enter ...

  1. gpg: keyring `/tmp/tmp9d83dmiw/secring.gpg' created
  2. gpg: keyring `/tmp/tmp9d83dmiw/pubring.gpg' created
  3. gpg: requesting key F425E228 from hkp server keyserver.ubuntu.com
  4. gpg: /tmp/tmp9d83dmiw/trustdb.gpg: trustdb created
  5. gpg: key F425E228: public key "Launchpad PPA for obsproject" imported
  6. gpg: Total number processed: 1
  7. gpg: imported: 1 (RSA: 1)
  8. OK
sudo apt-get update && sudo apt-get install obs-studio yielded this result
  1. Fetched 1,150 kB in 6s (168 kB/s)
  2. Reading package lists... Done
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. obs-studio is already the newest version.
  7. The following packages were automatically installed and are no longer required:
  8. libatk-bridge2.0-0:i386 libatk1.0-0:i386 libatspi2.0-0:i386
  9. libcairo-gobject2:i386 libcairo2:i386 libcolord1:i386 libcurl3:i386
  10. libdbus-glib-1-2:i386 libdbusmenu-glib4:i386 libdbusmenu-gtk3-4:i386
  11. libdbusmenu-gtk4:i386 libgconf-2-4:i386 libgdk-pixbuf2.0-0:i386
  12. libgraphite2-3:i386 libgtk-3-0:i386 libgtk2.0-0:i386 libharfbuzz0b:i386
  13. libidn11:i386 libjasper1:i386 libnspr4:i386 libnss3:i386 libpango-1.0-0:i386
  14. libpango1.0-0:i386 libpangocairo-1.0-0:i386 libpangoft2-1.0-0:i386
  15. libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libpixman-1-0:i386 librtmp0:i386
  16. libssl1.0.0:i386 libwayland-client0:i386 libwayland-cursor0:i386
  17. libxcb-render0:i386 libxcb-shm0:i386 libxft2:i386 libxkbcommon0:i386
  18. libxtst6:i386 linux-image-generic
  19. Use 'apt-get autoremove' to remove them.
  20. 0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
When I click on my OBS icon either on my launchbar or searched, I get a popup that says:

Failed to initialize video: unspecified error

What am I doing wrong?

Sorry about the info dump ... I couldn't post the complete commands since it was over the word limit
 

FerretBomb

Active Member
This is the forum for OBS Classic support (the old, Windows-only codebase). Multiplatform is two levels up, and one over. Probably will want the Linux subforum too. :)
 

Guinivere

New Member
ok thank you both.

is there a different recording system to use for video recording that my video card does support? I can also buy a new video card and insert it if possible
 

Harold

Active Member
That's not going to do any good on his system.

His video card is old enough to be below minimum system requirements. No amount of recompiling will solve that.
 
Last edited:
Top