Crash when resizing Sources

derpazzel

New Member
Hey Guys, i got some troubles finding the Problem in this Crash Report, because i'm not really used to reading them yet.
My OBS crashes occasionally when i try to resize sources or crop them, it doesn't happen all the time but it's really disruptive when it is happening.
Thx in advance for the help!
 

Attachments

  • Crash 2025-03-27 19-03-36.txt
    150 KB · Views: 14

Suslik V

Active Member
Code:
Unhandled exception: c0000005
...
Thread 8108: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000049D407FC40 00007FFA01215277 0000000000000000 000001D576C85880 00007FFA00122A40 0000000000000000 w32-pthreads.dll!pthread_mutex_unlock+0x27
00000049D407FC80 00007FFA001A5E64 000001D576C85880 0000000000000001 000001D631985E40 00000049D407FD01 obs.dll!video_output_disconnect+0x104
00000049D407FCB0 00007FFA001203E8 0000000000000000 000001D631985E40 00007FFA00140D50 00007FFA00140D50 obs.dll!remove_connection+0x1f8
00000049D407FD00 00007FFA001435B5 00000049D407FDF0 00007FFA00140D50 000001D5E17BD040 0000000000000000 obs.dll!stop_video_encoders+0x125
00000049D407FD50 00007FFA001436A1 0000000000000000 000001D5D5DB9420 0000000000000000 000001D5D5DB9420 obs.dll!end_data_capture_thread+0x71
00000049D407FD90 00007FFA01211461 000001D6B73E05B0 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x171
00000049D407FE00 00007FFA1A6B37B0 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffa1a6b37b0
00000049D407FE30 00007FFA1B46E8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffa1b46e8d7
00000049D407FE60 00007FFA1CE1BF6C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffa1ce1bf6c

Thread 9858:
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000049B039B7E8 00007FFA1CEBF874 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffa1cebf874
00000049B039B7F0 00007FFA1A32CE4F 000001D5E17BD040 000001D5E17BD040 0000004900000000 0000000000013480 kernelbase.dll!0x7ffa1a32ce4f
00000049B039B890 00007FFA0013B70F 000001D5E0B1AC40 00000049B039F3E0 00000000FFFFFFFF 00000049B039F3E0 obs.dll!obs_output_destroy+0xcf
00000049B039B8E0 00007FFA00143F3D 000001D5E0B90350 000001D5DC52CBE0 0000000000000020 0000000000000000 obs.dll!obs_output_release+0x2d
...
I think this crash log shows general logic bug in OBS, where already destroyed object from the thread was accessed. In my opinion you need to report this error to: https://github.com/obsproject/obs-studio/issues (please, add regular log-file from OBS session that was crashed - you can find it by time and date, in %APPDATA%\obs-studio\logs folder). Also, some details may help here - are you using some scalers for output or Canvas = Output size?
 
Top