Files
obs-studio/libobs
Sebastian Beckmann a4b62d26be libobs: Differentiate between plugin load failures
It's important to differentiate whether a plugin fails to open (dl_open
returning NULL, being compiled for a newer libobs, etc) or whether it
opened correctly, but failed to initialize (returned NULL during
obs_module_load()).
With that, we can also create disabled modules for modules that fail to
open, which in the future should enable better user communication in the
UI (besides the module_load_failure_info).
2025-09-12 15:16:06 -04:00
..
2022-07-19 09:28:51 -03:00
2025-09-04 16:57:07 -04:00
2025-08-28 16:58:24 -04:00
2023-05-20 01:31:18 -07:00
2025-09-03 15:34:26 -04:00
2025-08-22 20:21:36 -04:00
2025-08-22 21:11:53 -04:00