Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBS doesn't launch when using checkinstall #2347

Closed
cg2121 opened this issue Jan 22, 2020 · 11 comments
Closed

OBS doesn't launch when using checkinstall #2347

cg2121 opened this issue Jan 22, 2020 · 11 comments
Labels
Confirmed This bug report has been confirmed by project members Good first issue New to contributing to OBS? Start here! Linux Affects Linux

Comments

@cg2121
Copy link
Contributor

cg2121 commented Jan 22, 2020

Expected Behavior

OBS should launch normally.

Current Behavior

OBS doesn't launch when using checkinstall for a second time.

Steps to Reproduce

  1. Install OBS via instructions on wiki (works first time)
  2. Install again with same instructions
  3. Launch OBS. It doesn't launch now.
  4. Error:
obs: error while loading shared libraries: libobs-frontend-api.so.0: cannot open shared object file: No such file or directory

Additional information

Using Ubuntu 19.10.
Works again when using "apt remove --purge obs-studio" and installing again.

@WizardCM WizardCM added Good first issue New to contributing to OBS? Start here! Issue Linux Affects Linux labels Jan 22, 2020
@WizardCM
Copy link
Member

Can confirm I was able to reproduce this in Ubuntu 19.04.

@Fenrirthviti Fenrirthviti added Confirmed This bug report has been confirmed by project members and removed Issue labels Apr 26, 2020
@TheDevMinerTV
Copy link

Same here, Ubuntu 18.04.4 LTS (Budgie).

@Decodetalkers
Copy link

Me too

@adremides
Copy link

Kubuntu 20.04 here. Same issue. Using sudo apt remove --purge obs-studio as suggested and installed from generated deb didn't work either.
Compiling it from a downloaded version instead a cloned one works for me (but it says the ugly 0.0.1 version in title).

@settermjd
Copy link

I had the same issue and was able to fix it by creating a symlink using sudo ln -s /usr/lib/libobs-frontend-api.so.0.0 /usr/lib/libobs-frontend-api.so.0.

@khaskelbergTAU
Copy link

I dont know if thats what you meant, simply adding the symlink didnt fix it. it would say for me "failed to find graphics device" if i tried to launch after that.
simply running checkinstall again fixed it.

@k-morozov
Copy link

After reinstalling OBS runs ok. (Ubuntu 20.04)
I run command from documentation twice:
sudo checkinstall --default --pkgname=obs-studio --fstrans=no --backup=no --pkgversion="$(date +%Y%m%d)-git" --deldoc=yes

@sharanya-mitra
Copy link

you can use auto remove it stop because it detecting as a malware in Linux

@RytoEX
Copy link
Member

RytoEX commented Sep 22, 2022

Please confirm if this is still an issue with OBS Studio 28.0.2 on currently supported versions of Ubuntu.

@sharanya-mitra
Copy link

I thing you it fixed now

@RytoEX
Copy link
Member

RytoEX commented Sep 23, 2022

Closing per above. If this is still an issue, please comment with information about your build environment, including:

  • Distro name and version number
  • checkinstall version
  • /etc/checkinstallrc file contents

@RytoEX RytoEX closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed This bug report has been confirmed by project members Good first issue New to contributing to OBS? Start here! Linux Affects Linux
Projects
None yet
Development

No branches or pull requests