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-studio crashes upon launch - linux #3

Open
LeilaVerbeeck opened this issue Jan 3, 2022 · 3 comments
Open

OBS-studio crashes upon launch - linux #3

LeilaVerbeeck opened this issue Jan 3, 2022 · 3 comments

Comments

@LeilaVerbeeck
Copy link

Hi
I'm running obs-studio on Pop_os, and have an issue where obs crashes on startup if the plugin is installed.
Plugin was installed using instructions given, created a "plugins" folder in home/.config/obs-studio and placed the libimage-reaction folder, containing the data and bin folder into the there. obs won't start with these files in place, works fine when I remove them again.

Anyone know a fix? Happy to provide logs or such, but don't know how to do that, so if you need that tell me how and I'll happily oblige.

@scaledteam
Copy link
Owner

You tried to build plugin using "Building instructions" in README? If not, please try it.

@LeilaVerbeeck
Copy link
Author

You tried to build plugin using "Building instructions" in README? If not, please try it.

I tried, but I got this error after trying to build using cmake (cmake ..):

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:18 (find_package):
  By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "LibObs", but
  CMake did not find one.

  Could not find a package configuration file provided by "LibObs" with any
  of the following names:

    LibObsConfig.cmake
    libobs-config.cmake

  Add the installation prefix of "LibObs" to CMAKE_PREFIX_PATH or set
  "LibObs_DIR" to a directory containing one of the above files.  If "LibObs"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/emi/obs-image-reaction/build/CMakeFiles/CMakeOutput.log".

@scaledteam
Copy link
Owner

You need to download header files for libobs. You probably will find it in libosb-dev package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants