Code:
Unhandled exception: c0000094
...
Thread 100: rtmp-stream: send_thread (Crashed)
Stack EIP Arg0 Arg1 Arg2 Arg3 Address
000000D26F7BF6B0 00007FFA10AC493C 000002AE00000000 000002AE6931D120 0000000000001600 000002AE6B1C5800 obs-outputs.dll!flv_packet_mux+0x5c
000000D26F7BF750 00007FFA10AEFAB4 0000000000000000 000002AE00010000 000000D26F7BF8D9 0000000000003060 obs-outputs.dll!send_thread+0x3d4
000000D26F7BF870 00007FFA8AEC14A7 000002AE6BA83BC0 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x1b7
000000D26F7BF940 00007FFA91BA1BB2 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffa91ba1bb2
000000D26F7BF970 00007FFA926E7344 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffa926e7344
000000D26F7BF9A0 00007FFA9431CC91 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffa9431cc91
According to MS docs:
By combining the NTSTATUS into a single 32-bit numbering space, the following NTSTATUS values are defined. Most values also have a defined
learn.microsoft.com
this error means STATUS_INTEGER_DIVIDE_BY_ZERO. Let's say it is rare error in modern software. Likely some variable wasn't initialized at time, so had unpredictable value that later lead to division error.
Anyway, maybe you have discovered new issue in OBS. You may try to report it to:
OBS Studio - Free and open source software for live streaming and screen recording - Issues · obsproject/obs-studio
github.com
If error repeats quite frequently and hardware is OK then I think solution will be found.