My OBS crashes mid stream

QuietNono

New Member
Hello, I've been struggling a lot with OBS (Especially in combination with minecraft) to the point where i completely de-installed OBS and reinstalled it again. Right now Minecraft is working but suddenly (after around 60min) OBS crashed (with the stream) and I genuinely have zero Idea how to read (crash) logs, so I hope you can help and I wish u a good day :) (If you need anything else please let me know!)
My crash log:
 

Suslik V

Active Member
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:
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:
If error repeats quite frequently and hardware is OK then I think solution will be found.
 
Top