The latest V32 release of OBS removed the --disable-shutdown-check or changed the safe-mode trigger.
obsproject/obs-studio#12650
THis is not an OBS bug, they are just being more strict for reporting already existing problems, but it breaks background use. One solution is to manually delete the watchdog file OBS creates, thus stopping a dialog at start. Another is solve why shutdown of OBS is unclean and fix the root problem.
The latest V32 release of OBS removed the
--disable-shutdown-checkor changed the safe-mode trigger.obsproject/obs-studio#12650
THis is not an OBS bug, they are just being more strict for reporting already existing problems, but it breaks background use. One solution is to manually delete the watchdog file OBS creates, thus stopping a dialog at start. Another is solve why shutdown of OBS is unclean and fix the root problem.