Ryan Foster
Ryan Foster
The crash in Issue 1 is due to an extremely outdated version of the StreamDeck plugin by a third-party other than Elgato. Update to the latest official version of the...
``` Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread [...] Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 libsystem_platform.dylib 0x1856e4904 _platform_strlen + 4 1 StreamDeckPlugin-carrot 0x1117146c4 std::__1::basic_string* nlohmann::basic_json::create(char const* const&) +...
Did you have other scene collection files present in your userdata when this happened? What do you mean "re-installing Windows"? Did you back up your OBS settings, reinstall Windows, then...
Was thinking about this. A comprehensive solution would probably involve changing every `check` function that returns a message (info/warning/error) to add a unique error code as an element in its...
Please retest in OBS Studio 28.1.2 or newer.
In the future, please use a file attachment instead of copying and pasting the crash log contents as text. Unfortunately, this latest crash log doesn't tell us anything new, and...
> As per [the above](https://github.com/obsproject/obs-studio/issues/7348#issuecomment-1250600003), **the requirement for the failure is a connected service account AND starting minimized.** As far as I know, we have tried exactly this and still...
> > Fixed by #8135. > > That change seems to outline a workaround, as opposed to a fix. If there isn't some other issue tracking an eventual resolution for...
Apparently I forgot to submit a comment. About UI/noncheckable-buttons.hpp, I am a little confused by its purpose. QPushButtons have checkable set to false by default. Are we sub-classing it just...
After rebasing, this failed to build due to previous changes in `UI/window-basic-main.cpp` to `void OBSBasic::StartStreaming()`: ```cpp auto setStreamText = [&](const QString &text) { ui->streamButton->setText(text); if (sysTrayStream) sysTrayStream->setText(text); }; ``` The...