libobs

  1. N

    libobs Graphic Thread Crash

    OBS crashes randomly. Unhandled exception: c0000005 Date/Time: 2024-08-19, 12:41:29 Fault address: 7FFEFCAAE9FB (c:\program files\obs-studio\bin\64bit\obs.dll) libobs version: 30.2.3 (64-bit) Windows version: 10.0 build 22631 (release: 23H2; revision: 4037; 64-bit) CPU: Intel(R) Core(TM)...
  2. lepidodendraceae

    obs_enum_sources never callbacks

    #include <libobs/obs.h> #include <stdio.h> #include <windows.h> bool enum_source_proc(void* _, obs_source_t* source) { const char* name = obs_source_get_name(source); if (name != NULL) { printf("device: %s\n", name); } return true; } int main() {...
  3. I

    compile error: "Neither Qt5 or Qt6 were found" although Qt6.5 is installed

    Hello, I tried on my Fedora 38 machine to compile OBS because I need the libobs for the plugin https://github.com/jbwong05/obs-pulseaudio-app-capture to compile it. I tried to compile Obs and installed all dependencies from the error messages. But after installing qt 6 it shows still the message...
  4. Yunyunny

    OBS Crashes While Streaming

    Hello, I had this problem for a while while streaming For the most part it usually doesn't crash but when i do something new for my overlays it decides to crash or just starting a stream will make it crash I have attached the Log File from earlier when using CPU encoding instead it did not...
  5. Yunyunny

    PROBLEM - Thread 5D00: libobs: graphics thread (Crashed)

    So i was just streaming awhile ago, about to get started then suddenly i got an error and OBS crashed I don't exactly know what the cause is so i hope this log helps yall help me figure this out :( I hope i don't have to redo any sorts of OBS scenes Log file is attached.
  6. D

    Quick crashes related to d3d11.dll, libobs, and transitions?

    Good morning- running into an intermittent issue with OBS Studio crashing. This issue seemed to appear after an update to Windows yesterday evening, but these could potentially be unrelated. The program has been crashing every single time I open it- sometimes within seconds of opening it and...
  7. JustChap

    LibOBS relative imports config

    Hi there! I'm working on integrating OBS into a NodeJS application via Node's native addons API and, while I can get it working in a test environment, I'm having some trouble when packaging it with the application. C/C++ development is very new to me, so please forgive any simple mistakes :)...
  8. lorentedford

    Bug Report OBS Alerted that it had Crashed but was still streaming to Twitch until i copied report.

    I was streaming this morning with OBS and for some reason OBS crashed while in the middle of the stream.. This setup is a two pc setup using a 4k pcie capture card. Here is the information as i have it. Crash Report: https://pastebin.com/h8ytz3n8 Last Log file...
  9. J

    Using libobs in console application

    Hey, I am very new to C++ and tried to develop a simple console application in Visual Studio. I want to display the version of Libobs in the console. #include "stdafx.h" #include <iostream> #include "./libobs/obs.h" using namespace std; int main() { obs_startup("en-US", NULL, NULL)...
Top